﻿body {
}
*
{
	padding: 0;
	outline: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
#header
{
    position: relative;
    width: 952px;
    height: 153px;
   /* background: url(../images/headerNew.png) no-repeat;*/
    color: #fff;
    margin-top: 15px;
}
.mainbody
{
	background: url(../images/background.png) repeat-x;
	font: 12px/170% 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
	color: #6B6B6B;
	height: 100%;
}
.subbody
{
	
	font-family: 'Segoe UI';
	font-size:small;
	color: #6B6B6B;
	height: 100%;
	margin: 0 30px 0 30px;

}
.footer
{
    width: 952px;
    background: url(../images/footer.png) no-repeat bottom;
    font-family: 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
    font-size: 0.95em;
    color: #5a5852;
    text-align: center;
    letter-spacing: .2px;
    height: 28px;
    margin: 0px;
}
.internal-wrap
{
    background: url(../images/wrap.gif) repeat-y center top;
}
.placeholder
{
    	background: url(../images/homeimagebackground.png) repeat-x;
}

 
#wrap
{
    margin-left: auto;
    margin-right: auto;
    width: 952px;
    text-align: left;
    height: auto !important;
}
/*-------------------------------------------
   Headers
--------------------------------------------*/
h1, h2, h3
{
	font-family: 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
	font-weight: Bold;
	color: #5a5852;
}

h1
{
	font-size: xx-large;
	color: #66645e;
}
h2
{
	font-size: x-large;
	color: #000000;
    text-align: left;
	height: 22px;
}
h3
{
	font-size: larger;
	color: #66645e;
}
.label
{
	color:#48729a;
	font-family: 'Segoe UI';
	font-size:x-large;

}
.label2
{
	color:#ffffff;
	font-family: 'Segoe UI';
	font-size:small;
	
}
.label3
{
	color:#c2982f;
	font-family: 'Segoe UI';
	font-size:medium;
	font-weight:bold;

}
h4
{
	font-size: small;
	
    text-align: left;
	height: 24px;
	
	/*--blue--*/
	color: #48729a;
		 
}

h5
{
	font-size: medium;
	color: #cf0b01;
}



#WPANav
{
   position:absolute;
   top:40px;
	right:45px;
	

}

#WPA-nav{margin: 0 30px 0 30px;position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff url("../images/bgRepeat.gif") repeat-x bottom left;font-family: 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif; }
#WPA-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#WPA-nav ul li{display:block;float:left;margin:0 2px;}
#WPA-nav ul li a{display:block;float:left;color:#ffffff;text-decoration:none;padding:0 0 0 18px;height:43px;line-height:50px;}
#WPA-nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#WPA-nav ul li a:hover{color:#000000;}
#WPA-nav ul li a:hover span{display:block;cursor:pointer;}
#WPA-nav ul li a.current,#WPA-nav ul li a.current:hover{color:#000000;background:transparent url("../images/selected.gif") no-repeat top left;}
#WPA-nav ul li a.current span{background:transparent url("../images/RightButton.gif") no-repeat top right;height:43px;}
 
#navbar
{
   margin: 0 30px 0 30px;
}

#navbar span
{
   display:block;float:left;padding:0 20px 0 0;height:31px;width:auto;
}

.navbarSelected
{
    background:transparent url("../images/selected.gif") no-repeat top right;
    height:43px;
   
}
 
.loginBackground
{
	background: url(../images/LoginBk1.png);
}
 


input[type=text],input[type=password],select { 
    border:1px solid #aaa;
    border-radius:2px;
    height:18px;
    margin-bottom:2px;
    margin-top:2px;
    margin-right:1px;
    padding-left:2px;
 } 
textarea  { 
    border:1px solid #aaa;
    border-radius:2px;
    margin-bottom:2px;
    margin-top:2px;
    margin-right:1px;
    padding-left:2px;
}
 
 /*
input[type=text],input[type=password]{ 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 4px 6px #eee inset;
    border-radius:2px;
    height:24px;
    margin-bottom:3px;
    margin-top:3px;
    margin-right:2px;
    padding-left:2px;
 } 
select{ 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 5px 8px #eee inset;
    border-radius:2px;
    height:30px;
    margin-bottom:3px;
    margin-top:3px;
    margin-right:2px;
    padding-left:2px;
 } 
textarea  { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 5px 8px #eee inset;
    border-radius:2px;
    margin-bottom:3px;
    margin-top:3px;
    padding-left:2px;
 } 

   
 input[type="submit"], input[type="button"] {
   background: #48729a;
	background: -moz-linear-gradient(top,#48729a 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#48729a),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#48729a 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#48729a 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#48729a 0%,#188BC0 100%);
	background: linear-gradient(top,#48729a 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#48729a',endColorstr='#188BC0',GradientType=0);
	padding:4px 8px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #48729a
}
 span 
{
    color:Gray ;
    font-family:'Segoe UI', serif;

    font-size:14px;
    font-weight:400;  
}
*/