html, body
{
	margin:0 auto;
	padding:0 inherit;
	height:100%;
}


body
{
	background-color:#f5e4c7;
	font-family:Arial;
	font-size:12px;
	color:#4f493e;
	height:100%;
}

img {
	border:0px;
    text-decoration:none;
}

a img {
	border:0px;
    text-decoration:none;
}


strong, b 
{
    font-weight:bold;
}


a 
{
    color:#AF4141;
	text-decoration:underline;
}


a:hover
{
    color:#713537;
}

        a.u
        {
            text-decoration:underline;
        }


.cur_pointer
{
    cursor:pointer;
}


input[type="text"]
{
    border:1px solid #777777;
    background-color:#fefefe;
    padding-left:5px;
    -moz-border-radius:4px;
    color:#8F3E3E;
    font-family:arial;
    
}


input[type="text"]:hover
{
    background-color:#FFFCDF;
}

input[type="text"]:active
{
    background-color:#FFFCDF;
}

textarea
{
    border:1px solid #777777;
    background-color:#fefefe;
    padding-left:5px;
    -moz-border-radius:4px;
    font-size:12px;
    color:#8F3E3E;
    font-family:arial;
}

textarea:hover
{
    background-color:#FFFCDF;
}

textarea:active
{
    background-color:#FFFCDF;
}



input[type="button"]
{
    border:1px solid #777777;
    background-color:#F4EBD9;
    -moz-border-radius:4px;
    color:#8F3E3E;
    font-family:arial;
    cursor:pointer;
}

input[type="button"]:hover
{
    border:1px solid #777777;
    background-color:#FFF3DF;
    -moz-border-radius:4px;
    color:#555555;
    font-family:arial;
    cursor:pointer;
}

input[type="submit"]
{
    border:1px solid #777777;
    background-color:#F4EBD9;
    -moz-border-radius:4px;
    color:#8F3E3E;
    font-family:arial;
    cursor:pointer;
}

input[type="submit"]:hover
{
    border:1px solid #777777;
    background-color:#FFF3DF;
    -moz-border-radius:4px;
    color:#555555;
    font-family:arial;
    cursor:pointer;
}





/*
 * ================================================== 8/
 */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxClose
{
	font-family:cursive;
	color:#ff0000;
	font-weight:bold;
}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
		
		
		
		

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	
	border:1px solid #ccc;
	background:url(/theme/h300.png) repeat-x;
}


.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:100px;
	height:75px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


