@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.container {
	width:100%;
	margin:0 auto;
}
.header {
	background:url(img/header_bg.png);
	background-repeat:repeat-x;
	height:80px;
}
.logo {
	width: 400px;
	/*float:left;*/
	font-size: 24px;
	color: #fff;
	/*padding-top:15px;*/
	padding-left: 30px;
}
.dashboard {
	width: 450px;
	/*float:right;*/
	font-size: 18px;
	color: #fff;
	/*padding-top: 15px;*/
}
.dashboard span {
	float:right;
	padding-right:25px;
}
.left-side {
	width:0%;
	float:left;
	background-image:url(img/sidebar.png);
	background-repeat:repeat;
	height:900px;
}

.right-side {
	width:99.90%;
	float:right;
	border-left:1px solid #333;
	background-color:#f8f8f8;
	height:900px;
}

.main {
	width:100%;
	margin:0 auto;
}

.message {
	background-image:url(img/table_sorter_header.png);
	background-repeat:repeat-x;
	height:34px;
}
.message img {
	padding-right:15px;
}


.sideul {
	margin:0px;
	padding:0px; 
	width:100%;
	display:block;
	list-style:none;
	padding-left:0px;
	line-height:27px;
}
.sideul li a{
	color:#fff;
	text-decoration:none;
	display:block; 
	font-weight:normal; 
	background: url(img/1.jpg) bottom;
	height:30px; 
	padding-left:25px;
	
}
.sideul li a:hover { 
	color:#FFF; 
	text-decoration:none; 
	padding-left:25px; 
	background:url(img/1.jpg) top; 
	height:30px; 
}
.sideul li a.active {
	color:#fff;
	text-decoration:none;
	display:block; 
	font-weight:normal; 
	background: url(img/1.jpg) top;
	height:30px; 
	padding-left:25px;
	
}

.menu-top {
	background-image:url(img/table_sorter_header.png);
	background-repeat:repeat-x;
	height:34px;
	
}
.menu {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:20px;
	
}
.menu li {
	display:inline-block;
	padding:5px 15px;
	color:Navy;
}
.menu li a {
	text-decoration:none;
	/*color:#51a2a2;*/
	color:Navy;
	font-weight:700;
	font-size:14px;
}
.menu a.active {
	text-decoration:none;
	color:#666;
	font-weight:700;
	font-size:14px;
}
.menu li a:hover {
	color:#666;
}
.welcome {
	border: 1px solid #9BA0AF;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	height:365px;	
}

.welcome2 {
	border: 1px solid #9BA0AF;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	height:475px;	
}

.wel-text {
	height: 16px;
	width: 100%;
	background: #F1F1F4 url(img/secondary_bar.png) repeat-x;
	/*-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;*/
}
.welcome img {
	padding-left:15px;
}
.footer {
	border-top:1px solid #000;
	/*background-image:url(img/btn_submit.png);
	background-repeat:repeat-x;*/
	background-color:#CCCDD1;
	height:40px;	
}

.left-side2 {
	width:20%;
	float:left;
	background-image:url(img/sidebar.png);
	background-repeat:repeat;
	height:560px;
}

.right-side2 {
	width:79.90%;
	float:right;
	/*border-left:1px solid #333;
	background-color:#f8f8f8;
	height:560px;*/
}

.right-side3 {
	width:100%;
	float:right;	
}

.styletd
{
    padding-left:20px;    
}
                
.button{
    cursor:pointer; 
    padding:5px 10px; 
    background:#35b128; 
    border:1px solid #33842a;                         
    color:#f3f3f3;
    font-size:1.1em;
}
        
.button:hover, input#gobutton:focus{
    background-color :#399630;                         
}

.tdactive 
{
    /*background-color:ThreeDShadow; */
    background-color:#EEEEEE;
    color:Blue;   
}