/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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:visible;}
#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;}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) top left no-repeat;}
	#cboxTopCenter{height:14px; background:url(images/borderHorizontal.png) top left repeat-x;}
	#cboxTopRight{width:14px; height:14px; background:url(images/controls.png) top right no-repeat;}
	#cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) bottom left no-repeat;}
	#cboxBottomCenter{height:43px; background:url(images/borderHorizontal.png) bottom left repeat-x;}
	#cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) bottom right no-repeat;}
	#cboxMiddleLeft{width:14px; background:url(images/borderVertical.png) top left repeat-y;}
	#cboxMiddleRight{width:14px; background:url(images/borderVertical.png) top right repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
                #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#949494;}
                #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#949494;}
                
                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
                #cboxPrevious{left:0px; background-position: -14px -23px;}
                #cboxPrevious.hover{background-position:-14px 0px;}
                #cboxNext{left:27px; background-position:-37px -23px;}
                #cboxNext.hover{background-position:-37px 0px;}
		#cboxClose{right:0; background-position:-60px -23px;}
		#cboxClose.hover{background-position:-60px 0px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-83px -0px; right:27px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-106px -0px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-106px -23px; right:27px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-83px -0px;}

#inline_example1 {
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#inline_example1 h1 {
font-size:22px;
color:#0c769d;
}

#inline_example1 p {
font-size:12px;
color:#444444;
padding-bottom:20px;
}

#inline_example1 h2{
color:#0c769d;
padding-bottom:5px;
}

#inline_example1 h3{
font-size:14px;
color:#595959;
padding-bottom:5px;
}

#inline_example1 h4{
font-size:22px;
color:#646464;
padding-bottom:5px;
vertical-align:middle;
}

#inline_example1 a.modal:link {
color:#6f6f6f;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#inline_example1 a.modal:visited {
color:#6f6f6f;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#inline_example1 a.modal:hover {
color:#6f6f6f;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

#preview {
background-color: #ffffff;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#preview p {
color:#777777;
font-size:12px;
}
				
#preview h2 {
color:#0c769d;
font-size:22px;
padding-top:10px;
padding-bottom:10px;
}

#preview ul {
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
color:#585959;
font-size:14px;
font-weight:bold;
list-style:inside;
list-style-position:inside;
padding-left:20px;
padding-top:10px;
padding-bottom:10px;
}

#preview li {
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
color:#585959;
font-size:14px;
font-weight:bold;
list-style:inside;
list-style-position:inside;
padding-bottom:10px;
}



<!--




/* -------------- */
/*  WRAPPER */
/* -------------- */





.blue_large {
font-size:19px;
color:#257ea0;
font-weight:normal;
padding:3px;
}

.blue_small {
font-size:14px;
color:#257ea0;
font-weight:normal;
}

.grey {
font-size:12px;
color:#777;
font-weight:normal;
padding:3px;
margin:5px;
}

.grey h1{
font-size:25px;
color:#606060;
font-weight:normal;
}

.grey a:link, .grey a:visited, .grey a:active {
	color:#0c769d;
	text-decoration:none;
}
.grey a:hover {
	color:#ccc;
	text-decoration:underline;
}



.grey_medium {
font-size:14px;
color:#444;
font-weight:normal;
padding:3px;
margin:5px;
}
#orange_large {
font-size:18px;
color:#fa4d11;
font-weight:normal;
padding:3px;
margin:5px;
}

#orange_large a:link, #orange_large a:visited, #orange_large a:active {
	color:#fa4d11;
	text-decoration:none;
}
#orange_large a:hover {
	color:#ccc;
	text-decoration:underline;
}

.login_form {
width:240px;
height:28px;
border:1px solid #ccc;
font-size:14px;
color:#777;
padding:5px;
margin-top:5px;
margin-bottom:5px;
}

.reg {
font-size:10px;
color:#777;
padding:5px;
}

#sub_stage {
	position:absolute;
	left:0px;
	top:121px;
	width:864px;
	background-color:#fff;
}


#reg_box {
	padding:10px;
	width:142px;
	height:219px;
	background-image:url(../_img/reg_box.png);
	background-repeat: no-repeat;
}






.reg_form {
padding-top:60px;
padding-left:25px;
font-size:11px;
color:#000;
font-weight:bold;
}

.reg_input {
font-size:10px;
color:#000;
width:300px;
height:18px;
font-weight:normal;
}

.reg_select {
margin-bottom:5px;
font-size:10px;
color:#000;
height:18px;
font-weight:normal;
}

.reg_input p {
color:#565a5c;
padding-left:0px;
font-family:arial,helvetica;
font-weight:bold;
font-size:12px;
line-height:14px;
}


#custom_color {
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#custom_color h1 {
color:#257ea0;
font-size:22px;
padding-top:10px;
padding-left:10px;
}

#custom_color h2 {
color:#257ea0;
font-size:16px;
padding-left:10px;
}

#custom_color h3{
color:#a1a1a1;
font-size:12px;
padding-left:10px;
}

#custom_source {
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#custom_source h1 {
color:#257ea0;
font-size:22px;
padding-top:10px;
padding-left:10px;
}

#custom_source h2 {
color:#257ea0;
font-size:16px;
padding-left:10px;
}

#custom_source h3{
color:#a1a1a1;
font-size:11px;
line-height:15px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
}