/*global*/

#content * { margin: 0px; padding: 0px; }
#content img { border: none;}

#content div{
  text-align: left;
}
 
#content div.clear{
  clear: both;
	display: block;
}

div.hideSubmit{
  width: 0px;
  height: 0px;
  overflow: hidden;
}
/*eof global*/


/*content styles*/

#content div.contentModText tr td,
body.mceContentBody tr td{
  font-family: Arial, Helvetica, Sans-serif;
  background-color: white;
  padding: 3px;
  color: #42424E;
}




#content div.contentModText table,
body.mceContentBody table{
  background-color: white;
  width: 100%
}

#content div.contentModText tr.header td,
body.mceContentBody tr.header td{
  font-family: Arial, Helvetica, Sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 3px;
  font-weight: bold;
  background-color: #00274D;
}

#content div.contentModText tr.dark td,
body.mceContentBody tr.dark td{
  font-family: Arial, Helvetica, Sans-serif;
  background-color: red;
  padding: 3px;
  color: #42424E;
  background-color: #EFF1F8;
}

#content div.contentModText tr.white td,
body.mceContentBody tr.white td{
  font-family: Arial, Helvetica, Sans-serif;
  background-color: white;
  padding: 3px;
  color: #42424E;
}


#content p, body.mceContentBody p{
/*all text in content area*/
  font-family: Georgia, Arial, Tahoma, sans-serif;
  color: #42424e;
  line-height: 20px;
  font-size: 13px;
  text-align: left;
	margin: 0;
}

#content a, body.mceContentBody  a{
/*all links in content area*/
  text-align: left;
  font-family: Georgia, Verdana, Tahoma;
  font-size: 14px;
  line-height: 20px;
  color: #710036;
	text-decoration: underline;
}

#content a:visited, body.mceContentBody  a:visited{
 color: #6b4a73;
}

#content ol, body.mceContentBody ol{
	margin-left: 15px;
}

#content ol li, body.mceContentBody ol li{
/*all lists in content area*/
  text-align: left;
  font-family: Georgia, Arial, Tahoma, sans-serif;
  color: #42424e;
  line-height: 20px;
  font-size: 13px;
	text-decoration: none;	
	list-style-position: inside;
	margin: 0;  
	padding: 0;
	margin-bottom: 5px;
}
#content ol li a, body.mceContentBody ol li a{
  text-decoration: none;
}

#content ol li a:hover, body.mceContentBody ol li a:hover{
  text-decoration: underline;
}

#content ul, body.mceContentBody ul{
}

#content ul li, body.mceContentBody ul li{
/*all lists in content area*/
  text-align: left;
  font-family: Georgia, Arial, Tahoma, sans-serif;
  color: #42424e;
  line-height: 20px;
  font-size: 13px;
	text-decoration: none;	
	list-style: none;
	background: transparent url(main/images/list.gif) scroll no-repeat 8px 9px;
  padding: 0 0 0 18px;
	list-style-position: outside;
	margin: 0;  
}

#content ul li a, body.mceContentBody ul li a{
  text-decoration: none;
}

#content ul li a:hover, body.mceContentBody ul li a:hover{
  text-decoration: underline;
}

#content .caption, body.mceContentBody  .caption{ /*style in wysiwyg*/
/*aditional style in tinyMCE*/
  font-family:Arial,Tahoma,sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #00274d;
  font-size: 15px;
  margin-bottom: 3px;
}

#content .signature, body.mceContentBody  .signature{ /*style in wysiwyg*/
/*aditional style in tinyMCE*/
  text-align: right;
	font-style: italic;
}
#content .note, body.mceContentBody  .note{ /*style in wysiwyg*/
/*aditional style in tinyMCE*/
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid gray;
	display: block;
}
/*eof content styles*/


#content a.mceText{
/*repairing broken style of tinyMCE */
	color: black;
	font-size: 12px;
	font-family: Verdana;
}

/*here place rules, needed to repair other broken inyMCE elements if new CSS rules collide with them.*/


/* content modules */

#content div.contentMod{
/*by default all content modules have the same margin*/
	margin-bottom: 20px;
	text-align: left;
}

#content div.contentModText{
}

#content div.contentModTitle{
}

#content h1.contentModTitle{
  font-weight: normal;
  text-transform: uppercase;
  color: #00274d;
  font-size: 20px;
  border-bottom: 1px solid #d9d9dd;
  padding-bottom: 20px;
}
#content h2.contentModTitle{
/*  font-weight: normal;
  text-transform: uppercase;
  color: #00274d;
  font-size: 15px;
  margin-bottom: 3px;*/
  font-weight: bold;
}
#content h3.contentModTitle{
  font-weight: normal;
  text-transform: uppercase;
  color: #00274d;
  font-size: 12 px;
  margin-bottom: 3px;
}

#content div.contentModTextWithPhoto{
}

#content img.contentModTextWithPhoto{
  float: left;
  margin-right: 10px;
	border: 1px solid #cccccc;
}

#content div.contentModPhoto{
}

#content img.contentModPhoto{
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  display: block;
	padding: 3px;
	border: 1px solid #cccccc;
}


#content div.contentModSeparator{
  height: 1px;
	border-top: 1px solid #d9d9dd;
}

#content div.contentModPhotoGallery{
}

#content div.contentModPhotoGallery div.spec{
	margin-top: -5px;
	margin-left: -5px;
	float: left;
}
#content div.contentModPhotoGallery img{
  float: left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #cccccc;
}

#content div.contentModLogoGallery{
}

#content div.contentModLogoGallery div.spec{
	margin-top: -10px;
	margin-left: -10px;
	float: left;
}
#content div.contentModLogoGallery span.logo{
  float: left;
	margin-left: 25px;
	margin-top: 25px;
	vertical-align: middle;
	height: 150px;
	width: 150px;
	overflow: hidden;
}

#content div.contentModVideo{
  text-align: center;
}

#content div.contentModTextWithTitle{
}

#content a.contentModTextWithTitle{
/*  font-weight: bold;
  text-decoration: none;
  font-family: Verdana;
	color: #8b8a8a;*/
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

#content a.contentModTextWithTitle:hover{
  text-decoration: underline;
}

#content a.contentModTextWithTitle:visited{
 color: #6b4a73;
}

#content div.contentModFile{
}

#content a.contentModFile{
  cursor: pointer;  
	text-decoration: none;
}

#content a.contentModFile:hover{
	text-decoration: underline;
}

#content a.contentModFile:visited{
 color: #6b4a73;
}

#content div.contentModHtmlCode{
}


#content div.libPhpForm{
  border: 1px solid #cecece;
  padding: 17px; 
}

#content div.libPhpForm div.hideSubmit{
  width: 0;
  height: 0;
  overflow: hidden;
}

/*eof content modules*/

/*forms*/

#content div.libPhpFormField,
#content div.libPhpFormFieldError{
  padding-bottom: 17px;
}


#content div.libPhpFormButton{
  background:transparent url(styles/img/form_button_bg.jpg) repeat-x scroll left top;
  border:1px solid #BABBC3;
  color:#767887;
  cursor:pointer;
  float:left;
  font-size:11px;
  font-weight:bold;
  height:14px;
  margin-right:5px;
  padding:3px 12px 2px;
  text-transform:uppercase;

  clear:left;
  font-family:Verdana,Tahoma;
}

#content div.libPhpFormButton:hover{
  background: url(styles/img/form_button_bg_hover.jpg) top left repeat-x;
  border-color: #767887;
  text-decoration: none;
  }

#content div.libPhpFormCaption{
  font-family: Georgia, Verdana, Tahoma;
  font-size: 14px;
  color: #42424E;
  text-align: left;
  padding-top: 3px;
  padding-right: 10px;
  float: left;
  width: 150px;  
}

#content div.libPhpFormRequired{
  display: inline;
}

#content div.libPhpFormFieldError  div.libPhpFormCaption{
}

#content div.libPhpFormInput{
  float: left;
  width: 215px;
  text-align: left;
  padding-right: 10px;
}

#content div.libPhpFormInput input, 
#content div.libPhpFormInput textarea
{
  width:215px;
  border: 1px solid #CECECE;
}

#content div.libPhpFormFieldError div.libPhpFormInput input,
#content div.libPhpFormFieldError div.libPhpFormInput select,
#content div.libPhpFormFieldError div.libPhpFormInput textarea{
  border: 1px solid #e53031;
}

#content div.libPhpFormInput textarea{
  width: 215px;
  height: 125px;
}

#content div.libPhpFormInput select{
  width:215px;
}

#content div.libPhpFormHint{
  float: left;
  display: none;
  background: transparent url(images/hint_cursor.gif) scroll no-repeat left 3px;
  width: 10px;
  height: 17px;
}

#content div.libPhpFormHint div{
  float: left;
  width:225px;
  z-index: 3;
  position: absolute;
  background-color: #f4f6f7;
  padding: 8px;
  margin-left: 10px;
  
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  color: #00a8da;
  line-height: 17px;
}

#content div.libPhpFormError{
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  color: #e53031;
  float: left;
  clear: both;
  display: none;
}

#content div.libPhpFormNote{
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  color: #8b8a8a;
  float: left;
  clear: both;
}

#content div.libPhpFormInput input.checkbox{
  border: none;
  width: auto;
}

#content  div.libPhpFormFieldError div.libPhpFormInput input.checkbox{
  outline: #e53031 solid 1px;
}


/*eof forms*/

