body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	background-color: #ffffff;
}

.warn {color:red;}

a:link, a:visited {
	color: #0078AF;	
	text-decoration:none;
}
a:hover, a:active {	
    text-decoration:underline;
}

h1, h2, h3, ul {
	margin: 0;
	padding: 0;
}

#content li {padding-bottom:12px;}
.menu li {padding-bottom:12px;}


#container { 
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	background-color:#FFFFE5;
	font-family: "lucida grande",verdana,"Trebuchet MS",sans-serif;
	font-size: 11px;
	color: #747474;	
	background-color:#FFFFFF;
}


#pageHeader { 
	width: 960px;
	border:1px solid #000;
}

.headerinside {
    padding:10px 10px 0 10px;
}

#logo {
    float:left;
}
#title {
	margin-top:90px;
    float:right;
	margin-bottom:10px;	
}

#pageHeader a 
{
    text-transform:uppercase;
	font-size:22px;
	text-decoration:none;
	font-weight:normal;
}

#leftNav {
	float:left;
	width: 150px;
}

#leftNav ul {
	list-style:none;
}


#topNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#topNav ul li {
	margin: 2px;
	padding: 3px 15px;
	border: 1px solid #000;
	list-style: none;
	height:15px;
	float:left;
	white-space:nowrap;
	}

#content {
	background-color:#ffffff;
	width:960px;
}

#pageContent {

}



#footer {
	width: 960px;
	background-color: #666666;
	color: #ffffff;
	text-align: right;
}


#message {
	color:green;
}

#table-list td {
	white-space: nowrap;
	padding: 5px;
}

#table-edit td {
	white-space: nowrap;
	padding: 0px 0px 5px 5px;
}

.formtitletext 
{
    padding:10px;
}

#tab-content input {width:100%;}
div.error {color:red;margin-bottom:20px;}
:focus {
	-moz-outline-style: none;
	outline: none;
}

input.error, select.error {
	border: 2px solid red;
	margin: 0px;
	color: red;
}
/* Tab style */
#tab-content {
	margin-top:10px;
}

#tab-content * {
	font-family: arial;	
}

#tab-content div.section-text {
	color: #777;
	font-size: 12px;
}

#tabs {
padding:0;
margin:0;
}

.ui-widget-header {
border:0;
background-color:#fff;
background-image:none;
color:#222;
font-weight:normal;
}

.ui-tabs .ui-tabs-panel {
border:1px solid #999;

}

.ui-widget-content {
border:0;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
color:#e17e27;
text-decoration:none;
outline:none;
}
.ui-state-default a {
font-size:12px;
font-weight:normal;
}


#tabs ul {
padding:0;
}

#tabs li {
margin:0;
}

#tabs li.news {
float:right;
background:#054A71 url(images/get-news.png) 10px 4px no-repeat;
width:205px;
margin:0;
}

#tabs li.news a {
color:#fff;
text-indent:-9999px;
width:180px;
}

#tabs li.ui-corner-top {
-moz-border-radius-topleft:8px;
-webkit-border-top-left-radius:8px;
-moz-border-radius-topright:8px;
-webkit-border-top-right-radius:8px;
}
