body {background: #000000;}
* html body{background: #000000 none;}
#body2 {background: transparent url(../images/blue/body_bg2.jpg) no-repeat bottom center;}
a, #subheader{color: #0A80FC;}
a:hover{color: #F26D00;}
a:active{color: #E504AD;}
#navigation a{background: #474747 url(../images/blue/navitem_l.jpg) no-repeat left;}
#navigation a span{background: transparent url(../images/blue/navitem_r.jpg) no-repeat right;}
#navigation a:hover{background: #9f3807 url(../images/blue/navitem_hl.jpg) no-repeat left;}
#navigation a:hover span{background: transparent url(../images/blue/navitem_hr.jpg) no-repeat right;}
#navigation li.current-link a{background: #9f3807 url(../images/blue/navitem_hl.jpg) no-repeat left;}
#navigation li.current-link a span{background: transparent url(../images/blue/navitem_hr.jpg) no-repeat right;}

.textbox_UIP, .button, .pagenav span, .pagenav a, #navigation h2, .side-label {
	background: #408abf;
	border-color: #2d79ae;
}
.pagenav span, .pagenav a, .pagenav a:hover {
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px;
}

.textbox {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	color: #838383;
	background: #F8F8F8;
	border: 1px solid #BCBCBC;
	outline: none;
	-moz-appearance: none;
	padding: 5px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
.textbox:focus { 
	color: #000;
	background: #FFFFFF;
	border: 1px solid #1C8BFA;
	}
	
#header_t{background: #242424 url(../images/blue/header_bt.jpg) repeat-x top;}
#header_r{background: transparent url(../images/blue/header_br.jpg) repeat-y right;}
#header_l{background: transparent url(../images/blue/header_bl.jpg) repeat-y left;}
#corner_tr{background: transparent url(../images/blue/corner_tr.jpg) no-repeat top right;}
#corner_tl{background: transparent url(../images/blue/corner_tl.jpg) no-repeat top left;}
#cont_b{background: transparent url(../images/blue/cont_bb.png) repeat-x bottom;}
* html #cont_b{background: #d1d1d1 url(../images/blue/cont_bb.jpg) repeat-x bottom;}
#cont_r{background: transparent url(../images/blue/cont_br.png) repeat-y right;}
* html #cont_r{background-image: url(../images/blue/cont_br.jpg);}
#cont_l{background: transparent url(../images/blue/cont_bl.png) repeat-y left;}
* html #cont_l{background-image: url(../images/blue/cont_bl.jpg);}
#corner_br{background: transparent url(../images/blue/corner_br.png) no-repeat bottom right;}
* html #corner_br{background-image: url(../images/blue/corner_br.jpg);}
#corner_bl{background: transparent url(../images/blue/corner_bl.png) no-repeat bottom left;}
* html #corner_bl{background-image: url(../images/blue/corner_bl.jpg);}
#tab_r{background: transparent url(../images/blue/tab_r.jpg) no-repeat right;}
