/*
http://forum.mamboserver.com/showthread.php?t=31702

NOTES:
	- font sizes and family should be set on the body level and only
	  overwritten later. I.e. don't repeat those properties without the need.
	- Mambo uses A LOT of classes. When you want to change the look of something, check
	  the source, it probably has class assigned. Just use that class.
*/

/* ##################################### */
/* ########## GLOBAL SETTINGS ########## */
/* ##################################### */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #737373;
	background-image:url("../images/bg_body.gif");
	background-repeat:repeat-x;
	background-color: #004465;
	margin: 0;
}

div#wraper {
	padding: 50px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #0076A0;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #0076A0;
}

input {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 100%;
}

.button {

}


/* ##################################### */
/* ########## MODULE SETTINGS ########## */
/* ##################################### */
table.moduletable {
  margin           : 0px 0px 15px 0px;
  width            : 100%;
}

table.moduletable th {
	font-family: "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image:url(../images/bullet_arrow.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 5px 12px;
  color            : #000000;
  text-align       : left;
  vertical-align: top;
}

table.moduletable table {
	margin: 0px 0px 0px 12px;
}

table.moduletable table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(../images/bullet_angle.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 5px 12px;
}


/* ######################################## */
/* ########## MAIN MENU SETTINGS ########## */
/* ######################################## */
a.mainlevel:link, a.mainlevel:visited {
	font-family: "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
    text-decoration  : none;
    color            : #CC9233;
}

a.mainlevel:hover {
  text-decoration  : none;
  color            : #FFFFFF;
}

a.sublevel:link, a.sublevel:visited {
  font-size        : 90%;
  text-decoration  : none;
  color            : #000000;
}

a.sublevel:hover {
  font-size        : 90%;
  text-decoration  : none;
  color            : #990000;
}


/* ###################################### */
/* ########## CONTENT SETTINGS ########## */
/* ###################################### */
/*breadcrumb path*/
.pathway {
	color: #FFFFFF;
}
a.pathway {
	color: #50CCFF;
	text-decoration: none;
	font-weight: bold;
}
a.pathway:hover {
	color: #50CCFF;
	text-decoration: underline;
	font-weight: bold;
}
/* content item */
.contentpaneopen, .contentpane {
	font-size: 11px;
	line-height: 22px;
	color: #737373;
	
}
table.blog table.contentpaneopen td.contentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
}
/* title of content item */
.contentheading, .componentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 10px 0px;
}

/* creation date of content item */
.contentpaneopen .createdate {
	font-size: 9px;
	font-style: italic;
	padding-bottom: 15px;
}
.contentpaneopen .modifydate {
	font-size: 9px;
	font-style: italic;
	padding-top: 15px;
}
/* wtitten by */
.contentpaneopen .small {
	font-style: italic;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	font-size: 11px;
}
/* ################################# */
/* ########## MY SETTINGS ########## */
/* ################################# */
/* CELL CLASSES */
td.cell_nav {
	background-image: url("../images/bg_top.gif");
	background-repeat:no-repeat;
	background-color: #763000;
	border-right: 1px solid #003C66;
	border-top: 1px solid #003C66;
	padding: 15px 16px 0px 0px;
	height: 46px;
	color: #CC9233;
	 
}
td.cell_left {
	background-image: url("../images/bg_left.gif");
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 22px 5px 20px 15px;
	width: 227px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:187px;	
	 
}
html>body table.main td.cell_left {
	width: 187px;
}
td.cell_content {
	background-color: #FFFFFF;
	padding: 25px 22px 20px 15px;
	width: 369px;
	color: #FFFFFF;
	 
}
td.cell_right {
	background-color: #CC9233;
	width: 159px;
}

td.cell_bread {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
td.subsection_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color: #CC9233;
	padding: 8px 10px 10px 10px;
	color: #FFFFFF;
}
td.subsection_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFFFF;
	padding: 2px 5px;
	border-bottom: 1px dotted #E6C999;	
}
td.subsection_links a:link, td.subsection_links a:hover, td.subsection_links a:visited, td.subsection_links a:active {
	font-weight: bold;
	text-decoration  : none;
	color: #FFFFFF
}
td.copyright {
	padding: 5px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #5695B3;
}
td.copyright a:link, td.copyright a:hover, td.copyright a:visited, td.copyright a:active {
	color: #5695B3;
	font-weight: bold;
	text-decoration:none;
}

/* TABLE CLASSES */
table.subsection {
	background-color: #CC9233;
	margin: 0px 5px 20px 6px;
}
table.main {
	border: 1px solid #003C66;
	border-top: none;
}

table.moduletable td table td a.mainlevel:link, table.moduletable td table td a.mainlevel:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0076A0;
	text-transform: none;
	font-weight: normal;
}
table.moduletable td table td a.mainlevel:hover, table.moduletable td table td a.mainlevel:visited:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0076A0;
	text-transform: none;
	font-weight: bold;
}

table.moduletable td table td a#active_menu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0076A0;
	text-transform: none;
	font-weight: bold;
}

div.back_button a {
	padding-left: 5px;
	font-size: 10px;
}

th.pagenav_prev a, th.pagenav_next a {
	font-size: 10px;
	font-weight: normal;
}

