*{
	margin: 0px;
	padding: 0px;
}
html {
	overflow: hidden;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ccc;
	margin:10px;
	background-color: #000;
}
a{
	color: #333;
	font-weight: bold;
}
a:hover{
	color: #319EFC;
}
h1{
	
	margin-bottom: 10px;
}
h2{
	color: #F60;
	font-size: 14px;
	margin-bottom: 5px;
}
p{
	line-height: 18px;
}
#fmsg{
	color: #cc0000;
	background: #fff url(images/exclamation.png) center left no-repeat;
	padding: 2px;
	font-size: 1.2em;
	padding-left: 20px;
	font-weight: bold;
}
#smsg{
	color: #090;
	background: #fff url(images/success.png) center left no-repeat;
	padding: 2px;
	font-size: 1.2em;
	padding-left: 20px;
	font-weight: bold;
}
#topright{
  float: right;
  width: 160px;
}
#MB_close {
  float: right;
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  cursor: pointer;
  text-align: center;
  background: url(images/mb_close_btn.png) 0 0 no-repeat;
}
#MB_close:hover {
	background: url(images/mb_close_btn.png) 0 -20px no-repeat;
}
#nav_login a{ display: block; text-decoration:none; text-align: center; height: 28px; line-height:28px; width:120px; color:#b6e4b9; font-size: 10px; }
#nav_login a:hover{ color: #000; background: url(images/mb_menu.png) 0 -30px repeat-x; }

.warn_msg{
	color: #c00;
	font-size: 1.2em;
	font-weight: bold;
}
.green_msg{
	color: #319EFC;
	font-size: 0.8em;
	font-weight: bold;
}
.red_msg{
	color: #cc0000;
	font-size: 0.8em;
	font-weight: bold;
}
#topmenu { height:28px; padding-left:10px; background:url(images/mb_menu.png) 0 0 repeat-x; margin-bottom: 25px }

#cmsmenu ul, #cmsmenu li{height: 28px; list-style-type:none;}
#cmsmenu li{ float:left; text-align: center; width:80px; font-size:10px ;line-height:28px; }
#cmsmenu li a, #cmsmenu li a:visited{ display: block; text-decoration:none; color:#b6e4b9; }
#cmsmenu li a:hover, #cmsmenu li a.active{ background: url(images/mb_menu.png) 0 -30px repeat-x; color:#000; }
#cmsmenu li ul{
	position: absolute;
	background: #222;
	height: auto;
	border: 1px solid #b6e4b9;
	margin-top: 28px;
	padding: 0px 5px 10px 5px;
	z-index: 999;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#cmsmenu li ul li{
	clear: both;
	width: 120px;
	background: none;
	text-align: left;
	padding: 2px;
	height: 15px;
}
#cmsmenu li ul li a, #cmsmenu li ul li a:visited{
	line-height: 15px;
	text-decoration: none;
	color:#b6e4b9;
	background: none;
}
#cmsmenu li ul li a:hover{
	text-decoration: underline;
	color:#b6e4b9;
	background: none;
}
/*form validation*/
form fieldset{
	border: 1px solid #ccc;
	color: #FFF;
}
input, textarea{
	color: #000;
	width: 150px;
	border: 1px solid #ccc;
	background: #eee;
	font-size: 20px;
	font-weight: bold;
}
textarea{
	font-size: 14px;
	font-weight: normal;
}
input[type="submit"]{
	font-size: 14px;
}
input[type="button"]{
	font-size: 14px;
}
input[type="radio"]{
	width: 15px;
	border: none;
}
input[type="checkbox"]{
	width: 15px;
	border: none;
}
textarea{
	width: 240px;
}
input:focus, textarea:focus{
	background: #333;
	color: #fff;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid;
}
input.optional, textarea.optional {
	border: 1px dotted #ccc;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	background: #FFCCCC;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #ccc;
	background: #eee;
	color : #000;
}
form .form_btn{
	width: 70px;
	font-weight: bold;
	color: #F60;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	padding-top: 1px;
}

form .form_btn:focus,.form_btn:hover{
	background: #F60;
	color: #fff;
}

.validation-advice {
	margin-left: 4px;
	font-size: 14px;
	padding: 2px;
	color : #cc0000;
	font-weight: bold;
	padding-left: 20px;
	background: url(images/exclamation.png) center left no-repeat;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	margin-bottom: 0.5em;
}
legend {
	color: #319EFC;
	font-weight: bold;
}

.form-row {
	padding: 2px;
	clear: both;
	margin-bottom: 5px;
}

.field-label {

}

.field-widget {

}

.field-widget img{
	vertical-align: bottom;
}
#browseBtn{
	background: url(images/browse.png) no-repeat;
	height: 16px;
	width: 100px;
	padding: 4px 0 0 24px;
	font-weight: bold;
	cursor: pointer;
}
#browseBtn:hover{
	color: #319EFC;
}
#pbar{
	height: 16px;
	background: #33689c url(images/progressbar.gif) repeat-x;
}
#pbar_bg{
	height:16px;
	margin: 2px 0 2px 0;
	background: #eee;
}
.load_white{
	margin: 2px;
	padding-top: 6px;
	padding-left: 34px;
	height: 32px;
	background: url(images/loading_ow.gif) 0 0 no-repeat;
}

body{
	font-size: 12px;
}
table{
	border: 1px solid #000;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0px;
	background: #eee;
}
table td{
	border: 1px solid #000;
	padding: 5px;
}

table th{
	background: #666;
	border: 1px solid #000;
	font-weight: bold;
	padding: 4px;
}
table.list_box{
	width: 100%;
}

h1{
	font-size: 1.6em;
	margin-bottom: 5px;
}
h2{
	font-size: 1.2em;
	margin-bottom: 5px;
}
h2 a{
	color: #333;
}
p{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 5px;
}
dt{
	font-size: 14px;
	font-weight: bold;
}
input[type='checkbox']{
	margin: 2px;
}
#wrapper{
	width: 775px;
	margin: auto;
}
#content{
	float: left;
	width: 635px;
	background: #fff url(images/acc_main_bg.png) 0 0 repeat-x;
	height: 525px;
	color: #000;
}
#navigation{
	float: left;
	width: 140px;
	margin-top: 26px;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li a{
	display: block;
	padding-left: 25px;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	color:#b6e4b9;
	font-weight: bold;
}
#navigation li a.active{
	background: #fff url(images/acc_nav_bg.png) 0 0 repeat-y;
	color: #000;
	padding-left: 10px;
}
#navigation li a:hover{
	background: url(images/acc_nav_bg.png) 0 -50px repeat-y;
}
#navigation li a.active:hover{
	background: #fff url(images/acc_nav_bg.png) 0 0 repeat-y;
}
#top_nav{
	background: #222;
	height: 25px;
	border-bottom: 1px #000 solid;
	color:#b6e4b9;
}
#top_nick{
	float: right;
	line-height: 25px;
	margin-right: 10px;
}
#mod_content{
	padding: 10px;
	height: 460px;
	overflow: auto;
}

.dynamic-tab-pane-control.tab-pane {
	margin-top: -26px;
}
.dynamic-tab-pane-control .tab-row{
	height: 26px;
}
.dynamic-tab-pane-control .tab-row .tab {
	line-height:	18px;
	min-width:		40px;
	display:		inline;
	text-align:		center;
	margin-right:	-5px;
	float:			left;
	padding:		4px 10px 3px 10px;
	background:		#222;
	border:			1px solid #b6e4b9;
	border-bottom:	0;
	cursor:			pointer;
	position:		relative;
	text-decoration:	none;
	z-index:		1;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			none;
	z-index:		2;
	padding:		3px 10px 6px 10px;
	background:		#fff;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-size:			12px;
	color:				#b6e4b9;
	cursor:			pointer;
	text-decoration:	none;
}

.dynamic-tab-pane-control .tab-row .hover {
	background:		#b6e4b9;
	z-index:		3;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:			#000;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
	color:			#000;
}

.dynamic-tab-pane-control .tab-page {
	clear: both;
	height:			455px;
	padding:		10px;
	overflow: auto;
}


.sortlist{
	cursor: move;
	margin-left: 20px;
}
.sortlist LI{
	padding: 2px;
	margin-bottom: 2px;
	border: #999 1px solid;
}

.ac_rs {
      position: absolute;
	  line-height: 20px;
	  font-size: 12px;
      border: 1px solid #99B3CC;
	  z-index: 9999;
}
.ac_rs ul  {
  list-style-type: none;
}
.ac_rs ul li.selected { color: #000; background-color: #99B3CC; }
.ac_rs ul li {
  list-style-type: none;
  white-space: nowrap;
  background: #fff;
  color: #333;
  padding: 2px;
  height: 20px;
}
.ac_rs span.informal {
	font-style: italic;
	font-weight: normal;
	font-size: 9px;
	color: #666;
}
