/*
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 {
	color: #0076A0;
}

input {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 100%;
}

.button {

}


/* ##################################### */
/* ########## MODULE SETTINGS ########## */
/* ##################################### */
table.moduletable {
  margin           : 0px 0px 0px 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;
}
/* content item */
.contentpaneopen {
	font-size: 11px;
	line-height: 22px;
	color: #737373;
	
}

/* title of content item */
.contentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

/* 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;
}
/* ################################# */
/* ########## MY SETTINGS ########## */
/* ################################# */
/* GLOBALS */
body.splash {
	background-image:url(../images/bg_splash_body.gif);
	background-repeat:repeat-x;
	background-color: #004465;
	padding-top: 205px;
}
div.splash_container {
	background-image:url(../images/splash_line.gif);
	background-repeat:no-repeat;
	width: 400px;
	padding: 7px 7px 0px 8px;
}
/* PARAGRAPG CLASSES */
p.splash {
	font-size:13px;
	font-weight: 600;
	color: #91CEF4;
	line-height: 21px;
}
/* LINKS */
a.splash_enter {
	color: #FFFFFF;
	text-decoration:none;
}
/* 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: 31px;
	color: #CC9233;
	 
}
td.cell_left {
	background-image: url(../images/bg_left.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding: 22px 5px 20px 15px;
	width: 187px;
	color: #FFFFFF;
	 
}
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;
}
td.splash_go {
	background-image:url(../images/bg_splash_arrow.gif);
	background-repeat:no-repeat;
	padding-left: 5px;
}
td.splash_info {
	padding: 10px 7px 10px 0px;
}

/* 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:active:visited:  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0076A0;
	text-transform: none;
	font-weight: normal;
}