@charset "utf-8";
body{
font-size:12px;
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
background-color:#f0eeee;	
}

.wrapper{
	width:1200px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	
}
.view_customer {
    background: none repeat scroll 0 0 #fff;
    font-size: 14px;
    padding: 7px 0px;
    text-align: center;
    width: 100%;
}
.header{
	background: linear-gradient(0deg, #ffffff, #b7deeb 82%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #b7deeb;
	height: 150px;
	width: 100%;
}

.logo{
    float: left;
    padding: 14px 0 0 45px;
    width: 21%;
}


.logo h1{
	font-size:22px;
	color:#F91102;
	
	
}

.nav{
  float: left;
    position: absolute;
    width: 68%;
	background: linear-gradient(0deg, #ffffff, #b7deeb 82%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	
}
.signout1
{
  float: right;
    padding-right: 16px;
    text-align: right;
    height: 40px;
    min-width: 23%;
	max-width: 23%;
	background: linear-gradient(0deg, #ffffff, #b7deeb 82%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

.nav ul{
	margin:0px;
	margin-left:-40px;
	
	
}

.nav ul li{
	    border-right: 1px solid #fff;
    box-shadow: 1px 0 0 #fff;
    float: left;
    position: relative;
	display:inline;
	color:#000;
	
}

.nav ul li:hover{
	background-color: #68b5cf;	


}

.nav ul li a{
	display: block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #000;

}
.midright ul li
{
font-size:14px;
list-style:none;
line-height:25px;

}
.inner_container span
{
font-size:14px;

}
.midright a
{
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 5px;
    padding: 3px;
    text-decoration: none;
}
.middle{
	font-size: 12px;
	height: auto;
	width: 100%;
	margin-top:4px;


	
}
.breadcrumb {
    display: block;
    font-size: 12px;
    padding: 8px 5px 2px;
	 background-color: #bae0ec;
    border-radius: 4px;
    list-style: none outside none;
}
.inner_container
{
  background: none repeat scroll 0 0 #d8edf4;
    height: auto;
    margin: 0 auto;
    min-height: 295px;
    width: 100%;
}
.inner_container table{
	  background: none repeat scroll 0 0 #b7deeb;
    width: 100%
	}
.middle .midleft{
 background: none repeat scroll 0 0 #dff0f6;
    border: 1px solid #46a8c7;
    border-radius: 7px;
    box-shadow: 0 4px 6px 1px #9bcfd7;
    float: left;
    min-height: 361px;
    width: 20%;
	
}

.middle .midleft ul{
list-style:none;
padding:0px !important;
font-size:14px;
margin-bottom:10px;
}


.middle .midleft ul li 
{
padding:3% 0%;
list-style:none;
margin-bottom:3px;
background:rgb(104,181,207);

}



.middle .midleft ul li a{
text-decoration:none;
color:#000;
padding:4% 5%;


}

.middle .midleft ul li a:hover{
text-decoration:none;

color:#fff;


}


.middle .midright{
	 background-color: #fff;
    border: 1px solid #b7deeb;
    border-radius: 5px;
    float: right;
    min-height: 361px;
    width: 79.6%;
	
}

.middle .midright p{
font-size:14px;
text-align:justify;

}
.footer{
	  background: linear-gradient(0deg, #ffffff, #b7deeb 82%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 82px;
    margin-top: 4px;
	padding-right: 3%;
	padding-top: 3%;
    text-align: right;
	
}

.footer a
{
text-decoration:none;
color:#000;
font-size:14px;
padding-top:30px;
}
.rowheading {
    background: none repeat scroll 0 0 #d8edf4;
    height: 25px;
}
.rowa {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #68b5cf;
    line-height: 23px;
}

.signout{
 float: right;
    padding-top: 3px;
    width: 24%;
}
.inner-header {
height: 110px;
width: 100%;
}
.clr{
clear:both;	
	
}
.select_theme
{
	 background: none repeat scroll 0 0 #B7DEEB;
    border-radius: 3px;
    padding: 15px 0 14px 0px;
    width: 100%;
	text-align:center;
}
#theme .container
{
	width:89.6%;
	min-height:200px;
	padding:8px 50px;
	font-size:14px;
}
.menu_table
{
	background:#B7DEEB;
	width:100%;
}
.menu_table table
{
	width:100%;
}
.scrollbox {
    max-height: 170px;
    overflow: scroll;
	height:auto;
}
.exit
{
background:#f00;
color:#fff;
border-radius:5px;
}