body{
	padding:0px;
	margin:0px;
	outline:0px;
	color:#fff;
	height:100%;
	background:#333333 url(../img/bg.jpg) repeat-y left top;
	font-family:Helvetica, sans-serif, arial;
}
a{
	text-decoration:none;
	color:#5c89ee;
}
a:hover{
	color:#7096ec;
}
h1{
	margin-left:1px;
	margin-bottom:0px;
	padding:10px 20px;
	font-size:30px;
	font-weight:normal;
}
.blue_text{
	color:#5c89ee;
}
textarea{
	font-family:Helvetica, sans-serif;
	font-size:12px;
	outline:none;
}
:focus{
	outline:none;
}
input:focus, textarea:focus, select:focus{
	outline:1px solid #6D8ACC;
}


#wrapper{
	position:relative;
	min-width:900px;
	top:0;
	left:0;
	z-index:2;
}
#wrapper_inner{
	margin:0px;
	padding:0px;
	float:right;
	width:100%;
}
#column_postitioner{
	margin:0;
	padding:0;
}
#content_container{
	float:right;
	width:100%;
}
#content{
	margin-left:200px;
}

#menu_back{
	background: url(../img/leftshadow.png) repeat-y right;
	top: 0px;
	bottom: 0px;
	left: 191px;
	z-index: 999;
	width: 10px;
	position:absolute;
}
#menu {
	float:right;
	width:200px;
	margin-right:-200px;
}
#logo{
	min-height:50px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:2px groove #666;
	padding-left:10px;
}

#main_menu{
	clear:left;
	padding:0px;
	list-style:none;
	width:200px;
	font-size:12px;
	margin:0px;
}
#main_menu li{
	font-size:14px;
	font-family:Helvetica, sans-serif, arial;
	color:#f1f1f1;
	font-weight:bold;
	border-bottom:2px groove #666;
}
#main_menu li a{
	display:block;
	padding-left:40px;
	height:28px;
	line-height:28px;
	color:#f1f1f1;
	text-decoration:none;	
}
#main_menu li a:hover{
	background:#333333;
}
#main_menu li.active a{
	background:url(../img/menu_active.png) no-repeat left center;
	clear:both;
	margin-top:-1px;
	margin-bottom:-1px;
	/*width:170px;*/
	color:#333;
}
#main_menu ul{
	display:none;
}
#main_menu li.active ul{
	display:block;
	list-style:none;
	padding:7px;
	padding-left:50px;
	background:#666666;
	margin-top:1px;
}
#main_menu li.active ul li{
	border:none;
	padding:0;
	margin:0;
}
#main_menu li.active ul li a{
	background:none;
	width:auto;
	border:none;
	padding:0px;
	line-height:18px;
	font-size:13px;
	text-shadow:none;
	font-weight:normal;
	color:#f1f1f1;
	padding:0px;
	margin:0px;
	height:auto;
}


#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px 0px;
	border-top:1px solid #f1f1f1;
}
#conten_inner {
}
#title{
	margin-left:1px;
	margin-bottom:0px;
	padding:10px 20px;
	font-size:30px;
	border-bottom:2px groove #666;
}
#title button {
	float: right;
	margin-top: 5px;
}
#main_content_area{
	font-size:12px;
}
#close_menu{
	padding-left:40px;
	background:url(../img/close_menu_arrow.png) 15px 3px no-repeat;
	font-size:11px;
	line-height:20px;
	height:20px;
	margin-top:5px;
	color:#999;
	cursor:pointer;
}
.subtitle{
	margin-left:0px;
	margin-bottom:0px;
	padding:7px 15px;
	font-size:18px;
	-moz-box-shadow: 0px 1px 10px #000;
	-webkit-box-shadow: 0px 1px 10px #000;
	box-shadow: 0px 1px 10px #000;
}
.tab_box{
	border-bottom:2px groove #666;
	background:#333;
}
.btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: whiteSmoke;
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
    border-color: #CCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-family: Verdana, Geneva, sans-serif !important;
    font-weight: 500;
    text-transform: none;
}
.btn-success {
    background-color: #5BB75B;
    background-image: -ms-linear-gradient(top, #62C462, #51A351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
    background-image: -webkit-linear-gradient(top, #62C462, #51A351);
    background-image: -o-linear-gradient(top, #62C462, #51A351);
    background-image: -moz-linear-gradient(top, #62C462, #51A351);
    background-image: linear-gradient(top, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: #51A351 #51A351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #DA4F49;
    background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F));
    background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F);
    background-image: -o-linear-gradient(top, #EE5F5B, #BD362F);
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: #BD362F #BD362F #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006DCC;
    background-image: -moz-linear-gradient(top, #08C, #04C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
    background-image: -webkit-linear-gradient(top, #08C, #04C);
    background-image: -o-linear-gradient(top, #08C, #04C);
    background-image: linear-gradient(to bottom, #08C, #04C);
    background-repeat: repeat-x;
    border-color: #04C #04C #002A80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}