#site_container {
	width:100%;
	height:100%;
}

#norton_leftcell {
	background-image:url(../images/norton_topleft.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

#norton_toprightcell {
	background-image:url(../images/norton_topright_back.gif);
	background-repeat:repeat-x;
	vertical-align:top;
}

#norton_exes a{
	color:#999999;
	font-size:9px;
}

#norton_leftmodules {
	padding-left:5px;
	padding-right:5px;
	padding-top:20px;
	border-right:1px solid #dd3c22;
	border-bottom:1px solid #dd3c22;
}

#norton_content {
	padding:10px;
}

/* ###################### OVERALL SETTINGS ###################### */
HTML {
	height:100%;
}

BODY {
	SCROLLBAR-ARROW-COLOR      : #000000;
	SCROLLBAR-TRACK-COLOR      : #616669;
	SCROLLBAR-FACE-COLOR       : #8F989D;
	SCROLLBAR-3DLIGHT-COLOR    : #73797D;
	SCROLLBAR-DARKSHADOW-COLOR : #73797D;
	SCROLLBAR-HIGHLIGHT-COLOR  : #BCC2C7;
	SCROLLBAR-SHADOW-COLOR     : #333537;
	background-color           : #FFFFFF;
	color                      : #000000;
	margin: 0px 0px 0px 0px;
	height:100%;
}

td, tr, p, div {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
}

h1, h2, h3 {
	font-size:20px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #4E6371;
}

.poll {
	color            : #242C31;
	line-height      : 14px;
	font-size: 9px;
}


/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
	font-size: 11px;
  color            : #8C9EA8;
}
a.pathway:link, a.pathway:visited {
  color            : #242C31;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #8C9EA8;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */

table.moduletable {
  margin           : 0px 0px 10px 0px;
  width            : 100%;
}

table.moduletable th {
	background-color:#dd3c22;
	color:#FFFFFF;
	height:18px;
	padding-top:2px;
	padding-left:10px;
	text-align:left;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
}

#norton_leftmodules table.moduletable td {
	padding-bottom:5px;
}

.tabheading {
	background-color : #F3F6F7;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */

.mainlevel {
}

a.mainlevel:link, a.mainlevel:visited {
	color            : #000;
	background-image:url(../images/green_square.gif);
	background-repeat:no-repeat;
	background-position: 10px +3px;
	height:20px;
	display:block;
	padding-left:25px;
	padding-top:2px;
}

a.mainlevel:hover {
}

.sublevel {
	display:block;
	padding-left:15px;
	padding-bottom:4px;
	margin-left:12px;
	margin-top:5px;
	background-image:url(../images/green_square.gif);
	background-repeat:no-repeat;
}

a.sublevel:link, a.sublevel:hover, a.sublevel:visited {
	color:#000000;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  color            : #242C31;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #EEEEEE;
}

.sectiontableentry2 {
  background-color : #DDDDDD;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
	font-size: 9px;
  color            : #242C31;
  text-decoration  : none;
  font-weight      : medium;
}

.strong.black {
	font-size: 11px;
  color            : #000000;
  font-weight      : bold;
}

.smalldark {
	font-size: 9px;
  color            : #242C31;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {

}

.contentpaneopen {
	width:100%;
	text-align:justify;

}

.contentheading, .fcomponentheading {
	font-weight:bold;
  text-align       : left;
  padding-left	   : 30px;
  padding-top	   : 2px;
  padding-bottom   : 2px;
  border-top	   : 1px solid #dd3c22;
  border-bottom	   : 1px solid #dd3c22;
	background-image:url(../images/green_square.gif);
	background-repeat:no-repeat;
	background-position: 10px +3px;
}

.componentheading {
	font-size: 13px;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.createdate {
  font-size        : 10px;
  color            : #4E6371;
  text-align       : left;
}

.modifydate {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
	font-size: 10px;
	font-weight:bold;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
  text-transform   : uppercase;
}

.inputbox {
	font-size: 11px;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
	font-size: 11px;
  color            : #dd3c22;
  font-weight	   : bold;
  text-decoration  : none;
}

a:hover, a:active {
	color            : #000;
	text-decoration:underline;
}

/*a.category:link, a.category:visited {
  color            : #AF0101;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #B0BFC7;
}*/

fieldset div {
	padding:4px;
	background-color:#EEE;
}

table.blog {
	width:100%;
}