body{
	background: #fff;
	color: #666;
	text-align: center;
}
a{
	color: #223D84;
	text-decoration: none;
}
a:hover{
	color:#415997;
	text-decoration: underline;
}
td.actions{
	text-align: center;
}
table.geo{
	border: 1px solid #92b7db;
}
table.geo thead tr th , table.geo tfoot tr th{
	background-color: #5284B5;
	border: 1px solid #fff;
	padding: 4px;
	color: #fff;
}
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  	border: 1px solid #c4dffe;
	color: #036;
}

/*Admin General Style*/
#mainDiv{
	width: 850px;
	margin: 10px auto;
	text-align: left;
}
.hrLine{
	width: 100%;
	height:3px;
	margin: 5px 0px;
	background: url(../images/stripe.png) repeat-x 0px -12px;
}
#adminTitle{
	height: 55px;
	padding: 5px 0px;
	background: url(../images/adminTitle.png) no-repeat left center;
}

/*Top Menu*/
#topMenu{
	margin: 30px 0px 0px 0px;
}
#topMenu ul{
	margin: 0px;
	padding:0px;
	list-style: none;
	list-style-image: none;
}
#topMenu ul li{
	margin: 1px 10px;
	padding: 2px 0px 2px 20px;
	float:right;
}
#topMenu ul li#home{
	background: url(../images/icons.png) no-repeat 0px 5px;
}
#topMenu ul li#logout{
	background: url(../images/icons.png) no-repeat 0px -15px;
}

/*Left Menu*/

#mainCont{
	position: relative;
}

#menu{
	width: 210px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 100;
}

#content{
	margin: 10px 0px 0px 180px;
	padding: 5px 5px 10px 25px;
	border: 1px solid #ccc;
	position:relative;	
}
#content .corner{
	width: 5px;
	height: 5px;
	position: absolute;
}
#content #tlc{ 	background: url(../images/stripe.png) no-repeat 0px 0px; top: -1px;left: -1px;}
#content #trc{	background: url(../images/stripe.png) no-repeat -5px 0px; top: -1px;right: -1px;}
#content #blc{ 	background: url(../images/stripe.png) no-repeat 0px -5px; bottom: -1px;left: -1px;}
#content #brc{	background: url(../images/stripe.png) no-repeat -5px -5px; bottom: -1px;right: -1px;}

.page{
	min-height: 500px;
}
h2.pageTitle{
	margin: 5px 0px;
	padding: 3px 0px; 
	font-size: 14px;
	color: #666;
	padding-left: 10px;	
	border: 1px solid #aaa;
	background: #efefef;
}

#menu ul{
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

#menu ul li{
	padding: 1px 5px 3px 5px;  
	margin: 5px 0px;
	background: url(../images/menuBgPassive.png) no-repeat;
}

#menu ul li.active, #menu ul li.hover{
	background: url(../images/menuBg.png) no-repeat;
}

#menu ul li a{
	color: #223d84;
	font-size: 16px;
	text-decoration:none;
}
#menu ul li a span.icon{
	display: block;
	padding-left: 20px;
}
#menu ul li a span#calcs{
	background: url(../images/icons.png) no-repeat 0px -35px;
}
#menu ul li a span#pages{
	background: url(../images/icons.png) no-repeat 0px -55px;  
}
#menu ul li a span#rates{
	background: url(../images/icons.png) no-repeat 0px -75px;  
}
#menu ul li a span#apps{
	background: url(../images/icons.png) no-repeat 0px -95px;  
}
#menu ul li a span#item1{
	background: url(../images/icons.png) no-repeat 0px -118px;  
}
#menu ul li a span#settings{
	background: url(../images/icons.png) no-repeat 0px -136px;  
}

/*Form Elements*/
textarea#editor{
	width: 350px;
}
.buttons{
	padding-left: 120px;
}
.buttons input, .buttons a{
	padding: 3px 15px;
	background: #004284;
	border: 1px solid #5284b5;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.tableDivider{
	padding: 10px 0px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}
.sectionTitle{
	margin: 8px 0px 4px 0px;
	padding: 3px 5px;
	border: 1px solid #004284;
	background: #5284B5;
	color: #fff;
	font-weight: bold;	
}
.applicationForm{
	font-size: 12px;
	color: #666;
}
.applicationForm input{
	width: 200px;
}
.applicationForm input{
	padding: 2px;
	border: 1px solid #999;
}
.applicationForm input.active, .applicationForm input:focus{
	border: 1px solid #6699cc;
}
.applicationForm input.short3{
	width: 40px;
}
.applicationForm input.short{
	width: 90px;
}
.applicationForm input.bt{
	width: 100px;
	background: #004284;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.applicationForm input.radio{
	width: 10px;
	margin-left: 15px;
}
.applicationForm .inputError{
	border-color: #900;	
}
.applicationForm .error{
	padding: 0.2em;
	margin: 0px 4px;
}
span.required{
	color: #900;
}

/*Login Page*/
#login th, #login td, #login caption{
	padding:4px 2px 4px 2px;
}

#login{
	width: 300px;
	margin: 50px auto;
}
#roof{
	width: 300px;
	height: 55px;
	background: url(../images/roof.png) no-repeat left top;
}
#loginTitle{
	margin: 0px 10px;
	padding: 55px 0px 0px 0px;
	border: 1px solid #efefef;
	background: url(../images/loginTitle.png) no-repeat center 10px;
}
#loginBox{
	margin: 5px;
	
}

#login input{
	width: 170px;
	padding: 3px;
	border: 1px solid #ccc;
	color: #444;
}
#login input:focus{
	border: 1px solid #c4dffe;
	color: #036;
}
#login #submit{
	width: 75px;
	background: #c4dffe;
	border: 1px solid #98bbe3;
	color: #333;
}

/*Welcome Page*/
.welcomeBox {
	margin: 0px 20px 20px 20px;
	padding: 5px 5px 5px 60px;
	background: #C3D9FF url(../images/info.png) no-repeat 10px center;
	border: 1px solid #92B7DB;
}

/*Settings Page*/
#settingsPage table.settings{
	background: #d2ebfc;
	border: 0px;
	border-bottom: 1px solid #bfdaed;
	border-top: 1px solid #bfdaed;
}
