/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	font-family: tahoma, arial;
	font-size:18px;
}
body {
	/*background: url(site_flash/images/fill.gif) left top repeat-x #1D2226;*/
	background-color: #4C6B9B;
	font-size:100%;
	line-height:1em;
	color:#C4C4C4;
	text-align:center;
	vertical-align: top;
}
img {
	border:0px none;
	margin:0;
	padding:0;
	vertical-align:top;
}
/**********font size***************/
#header {
	font-size:0.625em;
	line-height:2.4em;
}
.content {
	font-size:0.6875em;
	line-height:1.18em;
	text-align:left;
	margin-left:28px;
	
}
#main_admin {
	width:850px;
	position:absolute;
	left: 50%;
	width:851px;
	margin-left: -392px; /*set to a negative number 1/2 of your width*/
}
#header_admin {
	font-size:0.625em;
	line-height:2.4em;
	height:130px;
	background-image:url(admin/images/admin-header.jpg);

}
#content_admin {
	font-size:0.6875em;
	line-height:1.18em;
	padding:10 10 10 10;
	vertical-align:top;
	text-align:left;
}
#footer {
	font-size:0.6875em;
	line-height:2.45em;
}
/********** end font size***************/

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	background:#0F141A;
	color:#FEFEFE;
	border:1px solid #C5E1FA;
	vertical-align:top;
}
#form input {
	width:182px;
	height:18px;
	font-size:1.0em;
	background:none;
}
#form textarea {
	width:224px;
	height:123px;
	font-size:1.0em;
	overflow:auto;
	background:none;
}
.inp_h {
	height:26px;
	margin:0 0 7px 0;
}
/****************** GLOBAL ***********************************************/
.w100 {
	width:100%;
}
.h100 {
	height:100%;
}
.float {
	float:left;
	margin:0 20px 0 0;
}
.right {
	text-align:right;
}
.title {
	display:block;
	margin:0;
	padding:0;
}
.indent, .box, .row, .row, .row_1, .row_2, .block, .block_1, .block_2, .block_3, .block_4 {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:none;
	line-height:20px;
}
.indentshort {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:none;
	line-height:16px;
}
.in5 {
	padding-bottom:5px;
}
.in10 {
	padding-bottom:10px;
}
.in15 {
	padding-bottom:15px;
}
.in20 {
	padding-bottom:20px;
}
/********************* END GLOBAL ********************************************/
ul {
	line-height:1.64em;
	margin-left: 15px;
}


li a {
	line-height:1.64em;
}
.col {
	float:left;
}
.right {
	text-align:right;
}
.clear {
	clear:both;
}
/***************links**************/
a {
	color:#C5E1FA;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.link {
	font-size:0.9em;
	background:url(images/arr.gif) right 5px no-repeat;
	padding:0 12px 0 0;
}

h1, h2 {
	margin:0;
	padding:0;
}
h1 {
	text-indent:-10000px;
	background:url(site_flash/images/logo.jpg) no-repeat left top;
	height:88px;
}
strong {
	color:#C5E1FA;
	font-weight:bold;
}
.txt {
	font-size:0.9em;
	color:#B0D5FF;
}
.txt_1 {
	color:#B0D5FF;
}
/***************end txt***************/

.main {
	margin:0 auto;
}
#header {
	color:#C6ECFF;
	padding:10px 10px 0px 20px;
}
/*******************box*********************************/
.box .left_top {
	background:url(images/left_top.gif) left top no-repeat;
}
.box .right_top {
	background:url(images/right_top.gif) right top no-repeat;
}
.box .left_bot {
	background:url(images/left_bot.gif) left bottom no-repeat;
}
.box .right_bot {
	background:url(images/right_bot.gif) right bottom no-repeat;
	width:100%;
}
.box .side_left {
	background:url(images/side_left.gif) left top repeat-y #0E1218;
}
.box .side_right {
	background:url(images/side_right.gif) right top repeat-y;
}
.box .side_top {
	background:url(images/side_top.gif) left top repeat-x;
}
.box .side_bot {
	background:url(images/side_bot.gif) left bottom repeat-x;
}
/***************************end box**************************/

/*******************box_1*********************************/
.box_1 .left_top {
	background:url(images/left_top_1.gif) left top no-repeat;
}
.box_1 .right_top {
	background:url(images/right_top_1.gif) right top no-repeat;
}
.box_1 .left_bot {
	background:url(images/left_bot_1.gif) left bottom no-repeat;
}
.box_1 .right_bot {
	background:url(images/right_bot_1.gif) right bottom no-repeat;
	width:100%;
}
.box_1 .side_left {
	background:url(images/side_left_1.gif) left top repeat-y #0E1218;
}
.box_1 .side_right {
	background:url(images/side_right_1.gif) right top repeat-y;
}
.box_1 .side_top {
	background:url(images/side_top_1.gif) left top repeat-x;
}
.box_1 .side_bot {
	background:url(images/side_bot_1.gif) left bottom repeat-x;
}
/***************************end box_1**************************/

.sep {
	background:url(images/sep.gif) 0 0 repeat-x;
}
.sep_1 {
	background:url(images/sep_1.gif) 0 bottom repeat-x;
}
.no_bg {
	background:url(images/no_bg.gif) 0 bottom repeat-x;
}
.bg_title {
	background:url(images/bg_title.gif) left bottom repeat-x;
}
.bg_title_dark {
	background:url(images/bg_title.gif) left bottom repeat-x;
	color:#C6ECFF;
}
.content {
	/*background:url(images/wrapper.gif) 0 0 no-repeat;*/
	width:100%;
}
.content .indent {
	padding:10px 19px 0px 19px;
}
.content .column .box .title {
	padding:16px 0 0 0;
	margin:0 16px 0 13px;
}
.content .column .box .indent {
	padding:10px 15px 16px 20px;
}
.content .column .box_1 .title {
	padding:16px 0 0 0;
	margin:0 16px 0 13px;
}
.content .column .box_1 .indent {
	padding:10px 15px 16px 20px;
}
.content .column_1 .indent {
	padding:0 0 0 6px;
}
.content .column_1 .box_1 .title {
	padding:16px 0 0 0;
	margin:0 16px 0 13px;
}
.content .column_1 .box_1 .indent {
	padding:15px 15px 18px 17px;
}
.content .column_2 .indent {
	padding:0 0 0 6px;
}
.content .column_2 .box_1 .title {
	padding:16px 0 0 0;
	margin:0 16px 0 13px;
}
.content .column_2 .box_1 .indent {
	padding:15px 15px 18px 17px;
}

#footer {
	color:#1E252A;
	text-align:center;
}
#footer a {
	color:#1E252A;
}
#footer .indent {
	padding:5px 0 0 5px;
}
#footer .small_menu {
	word-spacing:6px;
}
#footer .small_menu a {
	word-spacing:normal;
	font-size:0.9em;
	text-transform:uppercase;
	text-decoration:none;
}
#footer .small_menu a:hover {
	text-decoration:underline;
}
