/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  color            : #000000;
  background-color : #6699CC;
}

td, tr, p, div {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #333333;
}

ul {
  margin           : 0px 0px 0px 0px;
}

hr {
	height           : 1px;
	width            : 100%;
	background-color: #58709E;
	background: #58709E;
}

/* ###################### TEXT CENTER ###################### */
.text_center_bold {
  font-family      : "Times New Roman", Times, serif;
  font-size        : 14pt;
  color            : #000000;
  font-weight      : bold;
  text-align       : center;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FCFAE5;
}

a.pathway:link, a.pathway:visited {
  color            : #8CA0B4;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #F0F0F0;
  font-weight      : normal;
}


/* ################### MAIN AND SUB MENU SYSTEM ################### */
a.mainlevel:link, a.mainlevel:visited {
  color            : #000000;
  font-weight      : normal;
}

a.mainlevel:hover {
  color            : #FC0402;
}

table.moduletable {
	width            : 100%;
	border           : 1px solid #e0e0e0;
	padding          : 4px;
	margin-bottom    : 10px;
}

table.moduletablemission_menu td{
	background-color: #FFFFEC;
}

table.moduletablemission_menu th{
	background-color: #FF6600;
	color: #FFFFFF;
}

table.moduletablemission_menu {
	border: 1px solid #E0E0E0;
	padding : 4px;
	margin-bottom: 10px;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #FFFFFF;
  text-align       : center;
  background-color : #FF6600;
  width            : 100%;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background-color : #E6EFFB;
  color            : #E6EFFB;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #FFFFFF;
}

.sectiontableentry2 {
  background-color : #F2F3F1;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #798466;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
}

.contentpaneopen {

  width: 100%;

}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : #3C4D81;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
  color            : #B37918;
  text-decoration  : none;
}
.a:link, .a:visited {
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.a:hover {
  color            : #FDF7BB;
  text-decoration  : none;
}
a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #E38054;
}
.columns {
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6699CC', endColorStr='#66CCFF', gradientType='0');
}
