/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  /*size: portrait;*/
  margin-bottom: 1px;
}

form {
  display:inline;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, td{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	line-height: 1.4em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/*input.button {
cursor: pointer; }*/

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
	width: 95%; 
	padding: 0 0 0 0; 
	margin: 10px 0 0 10px; 
	background: white;
	color: black;
}

div.main_bg_center{
	margin:0px auto;
}
div.main_bg_left{
	float:left;
	display: none;
}
div.main_bg_right{
	float:right;
	display: none;
}

div#main_bg{
	width: 100%;
	text-align:left;
	background: url(../images/middle_bg.png) left repeat-y;
}

div#middle_bg{
	margin:0px auto;
	width: 100%;
}

div#nologo{
	display:none;
}

div#logo_bg{
display: none;
}

#logo_img{
display: none;
}

.logo{
	display: none;
}

div#user4{
display: none;
}

.search .inputbox {
display: none;
	background:#FFFFFF;
	width: 200px;
	height: 16px;
	margin-left: 40px;
	font-size: 11px;
	color: #454545;
	padding:5px 2px 2px 2px;
	border: 1px solid #D3D3D3;
}
.input {
	padding:10px 10px 10px 0px;
}


div#banner_bg{
display: none;
}

#user3{
display: none;
}

#pillmenu {
display: none;
}

#date{
display: none;
}

#leftcolumn{
display: none;
}

#rightcolumn{
display: none;
}

#maincolumn{
	width: 100%;
	float:left;
	margin:20px;
	padding:0px;
}

div.path{
	padding:15px 0 0 15px;
}

div.nopad {
	float:left;
	padding:0 15px 15px 15px;
}

div.nopad ul {
	clear: both;
}

form#form-login fieldset { 
	border: none;
	margin: 0;
	margin-left:10px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0px;
	font-size: 10px;
	color: #858585;
}


div.bannergroup_text {
	margin:10px 13px 10px 13px;
}
.bannerheader {
	font-weight:bold;
	margin-bottom:10px;
}
.banneritem_text {
	margin-bottom:10px;
}
.bannerfooter_text {
	margin-bottom:10px;
}

table.poll thead td {
	text-align: center;
	padding-left:10px;
}
.poll {
	margin:10px 0px 10px 0px;
}
.poll td{
	margin:0px 0px 10px 0px;
}
table.poll td {
	text-align:left;
}

.pollstableborder {
	margin: 5px 10px 10px 5px;
}

/* forms */

.moduletable ul {
	display: none;
	padding:0px 10px 10px 10px;
	margin:0px;
}

.moduletable ul li {
	padding:0px 0px 0px 10px;
	margin:0px;
	line-height:18px;
}
.moduletable form ul li {
	list-style:none;
	background:none;
}


div.moduletable ul.latestnews {
	padding:0px 10px 10px 10px;
	margin:0px;
}
ul.latestnews li{
	padding:0px 0px 0px 10px;
	margin:0px;
	line-height:18px;
}
div.moduletable ul.mostread {
	padding:0px 10px 10px 10px;
	margin:0px;
}
ul.mostread li{
	padding:0px 0px 0px 10px;
	margin:0px;
	line-height:21px;
}
#leftcolumn ul.menu li#current ul li, #rightcolumn ul.menu li#current ul li {
	margin: 0px;
	padding: 0px;
}
div.moduletable ul.menu {
	padding:0px 0px 10px 15px;
	margin:0px;
}
ul.menu {
	padding:0px 0px 10px 15px;
	margin:0px;
}
ul.menu li{
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:21px;
}
ul.menu li#current a{
	text-decoration:underline;
	color: #FFFFFF;
}
ul.menu li ul {
	padding:0px 0px 5px 0px;
	margin:0px;
}
ul.menu li ul li{
	padding:0px 0px 0px 15px;
}
ul.menu li#current ul li a{
	margin-left:15px;
	text-decoration:none;
}
ul.mostread {
	padding:10px 0px 10px 15px;
	margin:0px;
}
ul.mostread li{
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:21px;
}
ul.latestnews {
	padding:10px 0px 10px 15px;
	margin:0px;
}
ul.latestnews li{
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:21px;
}
div.componentheading{
	font-weight:bold;
	font-size:16px;
	margin:7px auto;
}
td.contentheading, td.buttonheading{
	font-weight:bold;
	font-size:14px;
	height:33px;
	background: url(../images/contentheading_line.png) bottom repeat-x;
	border:none;
}
table.contentpaneopen{
	border-collapse: collapse;
	margin-left:5px;
	width: 100%;
}
table.contentpaneopen td{
	padding:2px;
}
span.small, td.createdate, td.modifydate{
	font-size:11px;
	color:#999999;
}
span.pagination span, span.pagination a{
	padding:5px;
}


div#f_area{
display: none;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

#syndicate{
	float:left;
	padding-left: 25px;
}
#power_by, #power_by a, #power_by a:visited{
	color:#858585;
}
