body {
	background: url(../images/header_bg.png) top repeat-x;
	background-color: #F5F5F5;
	font: 75% 	Arial, geneva, helvetica, georgia, sans-serif;
	width:  auto !important;
	margin: 0;
	padding: 0;
}

.header {
	width: 960px;
	height: 160px !important;	
	margin-right: auto;
	margin-left: auto;
}

.main_body {
	width: 960px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

/** ---> LOGO & TEXT HEADER <---**/

#logo {
	margin-top: 0;
	width: 760px;
	height: 120px !important;
  float: left;
}

#header_text {
  color: #F5F5F5;
  text-align: center;
  padding-top: 20px; 
	font: 280%  Georgia, "Times New Roman", Times, sans-serif;
	font-weight: bold;
	width: 760px;
	height: 50px;
}

#slogan_text {
  color: #F5F5F5;
  text-align: center;
	font: 140%  Georgia, "Times New Roman", Times, sans-serif;
	font-weight: bold;
	width: 760px;
	height: 50px;	
	float: left;
}
  
 
/** ---> GENERAL STYLING <---**/

h1 {font: 2.4em Arial, geneva, helvetica, georgia, sans-serif;color: #0D6DAB;font-weight: bold;}
h2 {font: 1.8em Arial, geneva, helvetica, georgia, sans-serif;color: #0D6DAB;font-weight: bold;}
h3 {font: 1.2em Arial, geneva, helvetica, georgia, sans-serif;color: #010101;font-weight: bold;}
h4 {font: 1.1em Arial, geneva, helvetica, georgia, sans-serif;color: #0D6DAB;font-weight: bold;}
h5 {font: 1.0em Arial, geneva, helvetica, georgia, sans-serif;color: #010101;font-weight: bold;}
h6 {font: 0.9em Arial, geneva, helvetica, georgia, sans-serif;color: #0D6DAB;font-weight: bold;}

.button {
  color: #F5F5F5;
  background-color: #010101;
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
	font-weight: bold;
}

a {
	border: 0;
	outline: 0;
}

img,
a img {
  border: 0 none;
	outline: 0;
}

a:link,
a:visited,
ul a:link,
ul a:visited {
  color: #0D6DAB;
	text-decoration: none;		
}	

a:hover,
ul a:hover {
	text-decoration: none;	
}
	
/** ---> TOOLTIPS <---**/ 

.tool-tip {
  float: left;
  background: #010101;
  border: 1px solid #404040;
	padding: 5px;
  max-width: 280px;
}
 
.tool-title {
	color: #F5F5F5;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #404040;
	background: url(../images/selector-arrow.png) no-repeat;
}
 
.tool-text {
	color: #F5F5F5;
  font-size: 100%;
  margin: 0;
}

.tool-text a:link,
.tool-text a:visited{
	color: #F5F5F5;
	text-decoration: none;	
}

/** ---> SEARCH <---**/

#search div.moduletable {
  padding-top: 5px;
	float:right;
	height: 115px;
	width: 200px;
}

#search div.moduletable input.button {
  color: #fff;
  background-color: #010101;
	border-width: 0.05em;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-left: 0.5em;
}

#search div.moduletable input#mod_search_searchword {
  border-style: none;
  font-size: 0.85em;
  margin-left: 1em;        
}

/** ---> BREADCRUMBS <---**/

#breadcrumbs  {
  font-size: 0.75em;
	background: url(../images/arrow.png) -9000px no-repeat;
	text-decoration: none;
  padding:  0 0 3px 0;		
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #0858FF;
	text-decoration: none;
}

/** ---> LOGIN <---**/

#form-login{
  padding: 1.0em 0 1.0em 0em;
}

#form-login .input {
  border: none;
  padding: 0em 1.0em 1.0em 1.0em;
}

/** ---> TOP MENU <---**/

#top_menu {
	float: left;
	width: 100%;
	margin-top: 0;
  height: 40px;
	background: #030303;
	overflow:hidden;
  position:relative;	
}

#top_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	position:relative;
  left:50%;
	clear:left;
  float:left;
}

#top_menu ul li {
  display:block;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}

#top_menu li {
	padding: 0;
  margin: 0;
  float: left;
  background:url(../images/tab_black_right.gif) no-repeat right top;
	height: 37px;
  margin-right: 0px;
}

#top_menu a {
  display: block;
  background: url(../images/tab_black_left.gif) no-repeat left top;
	height: 37px;
  padding:10px 15px;
}
   
#top_menu a:link,
#top_menu a:visited {
	color: #F5F5F5;
  text-decoration: none;
	text-transform: uppercase;
	font: 0.9em geneva, sans-serif;
	font-weight: bold;
}

#top_menu li.active {
  background: url(../images/tab_white_right.gif) no-repeat right top;
	height: 40px;
}
				
#top_menu li.active a {
  background: url(../images/tab_white_left.gif) no-repeat left top;
	height: 40px;
}

#top_menu li.active a:link,
#top_menu li.active a:visited {	
  font-weight: bold;
  color: #010101;
}

/** ---> CONTENT <---**/ 

#main_content {
  padding: 10px 0; 
}

#content {
	overflow:hidden;
}

#content .contentheading {
  font-weight: bold;
	font-size: 1.8em;	
}

#content .componentheading {
  color: #F5F5F5;
	background: #010101;
  padding: 5px;	
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}

#content .small,
#content .createdate,
#content .modifydate {
  font-size: 0.8em;
}

#content .buttonheading a:link,
#content .buttonheading a:visited {
  color: #F5F5F5;		
	text-decoration: none;
}

#content .hasTip a:link,
#content .hasTip a:visited {
  color: #F5F5F5;	
	text-decoration: none;
}

#content a.readon {
  color: #F5F5F5;
	background-color: #010101;
	float: right;
	padding: 2px 10px;
	margin: 5px 0;
	font-weight: bold;
  font-size: 0.8em;
}

td.article_column {
	padding: 3px;
}

#content .sectiontableentry1 {
  background: #F0F0F0;
}

#content .sectiontableentry2 {
  background: #EBEBEB;
}

#content .sectiontableentry1 .hasTip a:link,
#content .sectiontableentry1 .hasTip a:visited {
  color: #F0F0F0;	
	text-decoration: none;
}

#content .sectiontableentry2 .hasTip a:link,
#content .sectiontableentry2 .hasTip a:visited {
  color: #EBEBEB;	
	text-decoration: none;
}

#content .sectiontableheader {
  width: auto !important;
  color: #F5F5F5;
	font: 1.0em Arial, geneva, helvetica, georgia, sans-serif;
	font-weight: bold;
	padding: 0.75em 0.2em;
	background:#010101;
	border-bottom:2px solid #F5F5F5;
	border-top:2px solid #F5F5F5;
}

#content .sectiontableheader a:link,
#content .sectiontableheader a:visited {
  color: #F5F5F5;
}

tr .sectiontableentry0 td,
tr .sectiontableentry1 td, 
tr .sectiontableentry2 td {
	padding:3px;
	vertical-align: text-top;
}

#content .contentdescription {
  width: 100%;
  padding: 0.75em 0.2em;
}

/** ---> FOOTER <---**/ 

#footer_wrap {
	background: #010101;
	height: auto !important;
	width: 100%;
  margin-left: 0px;
	margin-right: 0px;
	overflow:hidden;
	clear:both;	 
}

#footer_wrap a:hover {
	text-decoration: underline;
}

#footer_left {	
	width: 240px;
	float: left;  
	text-align: left;
	color: #F5F5F5;
	font-size: 0.75em;
 	margin: 0 auto;
	padding: 10px 0px 10px 10px;
}

#footer_middle {	
	width: 480px;  
	text-align: center;
	color: #F5F5F5;
	font-size: 0.75em;
	margin: 0 auto; 
	padding: 10px 0px;
}

#footer_right {	
	width: 240px;
	float: right;  
	text-align: right;
	color: #F5F5F5;
	font-size: 0.75em;
	margin: 0 auto; 
	padding: 10px 10px 10px 0px;
}

/**---> LEFT MODULE <---**/

#left_column {
  float: left;
	width: 240px;	
	overflow:hidden;	
}

#left {
  float: left;
	width: 230px;	
	overflow:hidden;
	padding: 0 10px 0 0;	
}

#left ul,
div.module ul {
	list-style: none;
	padding: 0 10px 0px 10px;
}

#left ul a:link,
#left ul a:visited,
div.module ul a:link,
div.module ul a:visited {
  font-size: 0.9em;
	font-weight: bold;
}

#left div.module_mc1 ul a:link,
#left div.module_mc1 ul a:visited {
	color: #010101;
}

/** ---> CONTENT TOP & BOTTOM MODULE <---**/

#content_top {
	float: right;
	width: 100%;
	padding: 0px 0 5px 0;
}

#content_bottom {
	float: right;
	width: 100%;
	padding: 5px 0 0 0;
}

#content_top ul,
#content_bottom ul {
	list-style: none;
	padding: 0 10px 0px 10px;
}

#content_top ul a:link,
#content_bottom ul a:link,
#content_top ul a:visited,
#content_bottom ul a:visited {
  font-size: 0.9em;
	font-weight: bold;
}

#content_top div.module ul a:link,
#content_top div.module ul a:visited,
#content_bottom div.module ul a:link,
#content_bottom div.module ul a:visited {
	color: #010101;
}

#content_top div.module_mc1 ul a:link,
#content_top div.module_mc1 ul a:visited,
#content_bottom div.module_mc1 ul a:link,
#content_bottom div.module_mc1 ul a:visited {
	color: #010101;
}

/**---> DEFAULT MODULE & _menu CHROME<---**/

div.module,
div.module_menu {
	margin-bottom: 10px;
	background: url(../images/module/default/bottom-right.gif) 100% 100% no-repeat;
	height: 1%;
}

div.module div,
div.module_menu div {
	background: url(../images/module/default/bottom-left.gif) 0 100% no-repeat;
}

div.module div div,
div.module_menu div div {
	background: url(../images/module/default/top-right.gif) 100% 0% no-repeat;
}

div.module div div div,
div.module_menu div div div {
	background: url(../images/module/default/top-left.gif) 0 0% no-repeat;
	padding: 10px 15px 15px 15px;
}

div.module div div div div,
div.module_menu div div div div {
	background: transparent none;
	padding: 0;
}

div.module h3,
div.module_menu h3 {
	margin: -3px 0px 10px 0px;
	border: none;
	font-weight: bold;
}

div.module ul a:link,
div.module ul a:visited,
div.module_menu ul a:link,
div.module_menu ul a:visited {
	color: #010101;
}

div.module a:link,
div.module a:visited,
div.module_menu a:link,
div.module_menu a:visited {
	color: #010101;
	text-decoration: none;	
}

div.module a:hover,
div.module_menu a:hover {
	text-decoration: underline;	
}

.button_menu {
  color: #F5F5F5;
  background-color: #010101;
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
	font-weight: bold;
}

#content .module a:link,
#content .module a:visited {
	color: #010101;
}

/**---> _mc1 MODULE CHROME<---**/

div.module_mc1 {
	margin-bottom: 10px;
	background: url(../images/module/mc1/bottom-right.gif) 100% 100% no-repeat;
	height: 1%;
}

div.module_mc1 div {
	background: url(../images/module/mc1/bottom-left.gif) 0 100% no-repeat;
}

div.module_mc1 div div {
	background: url(../images/module/mc1/top-right.gif) 100% 0% no-repeat;
}

div.module_mc1 div div div {
	background: url(../images/module/mc1/top-left.gif) 0 0% no-repeat;
	padding: 35px 15px 15px 15px;
}

div.module_mc1 div div div div {
	background: transparent none;
	padding: 0;
}

div.module_mc1 h3 {
	color: #F5F5F5;
	margin: -28px 0px 10px 0px;
	border: none;
	font-weight: bold;
}

div.module_mc1 ul a:link,
div.module_mc1 ul a:visited {
	color: #010101;
}

div.module_mc1 a:link,
div.module_mc1 a:visited {
	color: #010101;
	text-decoration: none;	
}

div.module_mc1 a:hover {
	text-decoration: underline;	
} 

.button_mc1 {
  color: #F5F5F5;
  background-color: #010101;
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
	font-weight: bold;
}

#content .module_mc1 a:link,
#content .module_mc1 a:visited {
	color: #010101;
}
