/* reset
--------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
body#commentspopup {padding:0;}


/* headings
--------------------------------------------------*/
#content h2 {
  margin:0 0 18px 0;
  color: #AD0375;
	font-weight: bold;
	font-size: 14px;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-size:1.3em;
  font-weight:normal;
}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content.archive h5 {
  margin:0;
  font-size:1em;
}


/* links
--------------------------------------------------*/
a {text-decoration:none;}

a img {border:none;}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 18px 0;
}

ul {
  margin:0 0 0 1.4em;
  padding:0 0 18px 0;
}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}


/* images
--------------------------------------------------*/
img.left {
  display: block;
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* container
--------------------------------------------------*/
#container {
  width:100%;
  margin:0 auto;
  padding:30px 30px 0 30px;
  text-align:left;
}

#commentspopup #container {
  width:100%;
  padding:0 15px;
}


/* header
--------------------------------------------------*/
#header {
  height:115px;
  padding:0 0 0 18px;
}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:50px;
}



/* search
--------------------------------------------------*/
#search #s{
	width: 95%;
}


/* content
--------------------------------------------------*/
#content {
  /*float:left;
  width:455px;*/
  padding-top:12px;
  width: 100%;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


/* entry
--------------------------------------------------*/
.entry {
	width: 100%;
	margin:0 0 40px 0;
}

.entry .theentry{
	min-height: 160px;
  border-bottom:1px solid;
}

.entry h2{
	white-space:normal;
}

.entry .info {
  position:relative;
  margin-top:1px;
  padding:3px;
  border-bottom:1px solid;
 font-size:0.9em;
}
/*
.entry.single {
	clear:both;
}

.entry.single .info {
	margin:0 0 22px 0;
}
*/
.entry .info a {
  margin-right:6px;
  padding-right:9px;
  border-right:1px solid;
}

.entry .info em {
  padding-right:6px;
  font-style:normal;
}

.entry .author,
.entry .editlink a {
  margin:0;
  padding:0 0 0 10px;
  border-left:1px solid;
  border-right:none
}

.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:0.9em;
  border-top:1px solid;
  
}


.entry ul{
	llist-style-type: disc;
}
.entry ul li{
}

/* comments
--------------------------------------------------*/
#comments h2 {
	margin-bottom:24px;
}

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.55em;
}

#comments ul {margin:0 0 0 20px;}

#comments li {
  position:relative;
  margin-bottom:18px;
}


#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Georgia,sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}

/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
  /*border-bottom:1px solid;*/
}

form label {
  display:block;
  float:left;
  width:60px;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  /*width:200px;*/
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}
form input.normal{
  padding:3px;
  width:auto;
  border:none;
}
form input.chatbutton{
  padding:3px;
  width:200px;
  border: 1px solid #AD0375;
  background-color: #FFFFFF;
}

form textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #commentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
}


/* content misc
--------------------------------------------------*/
.next a {float:right;}
.previous a {float:left;}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}


/* leftcontent
--------------------------------------------------*/
#leftcontent {
  
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/** html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

/*#subcontent ul, #subcontent p {margin:0 10px;}*/


/* leftcontent headings
--------------------------------------------------*/
#leftcontent h2 {
  background-color: #D0D1D2;
	border: 1px solid #808182;
	color: #AD0375;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

#leftcontent h2 em {
  font-style:normal;
}


/* leftcontent list
--------------------------------------------------*/
#leftcontent ul{
  display:block;
  width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;

}
#leftcontent ul li{
	background-image: none;	
	padding: 0;
	margin: 0;
}

#leftcontent li a {
  display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	
	text-decoration: none;
  
}

#leftcontent li a:hover{
	text-decoration: none;
	color: #AD0375;
	padding-left: 16px;
	border-left: 2px solid #AD0375;
}

#leftcontent li.submenu a {
  display: block;
	vertical-align: middle;
	font-size: 11px;
	color: #444444;
	text-align: left;
	padding-top: 2px;
	padding-left: 24px;
	height: 18px !important;
	height: 23px;
	
	text-decoration: none;
  
}

#leftcontent li.submenu a:hover{
	text-decoration: none;
	color: #AD0375;
	padding-left: 22px;
	border-left: 2px solid #AD0375;
}

/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  /*background-color: #D0D1D2;*/
	border-bottom: 1px solid #808182;
	color: #AD0375;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

#subcontent h2 em {
  /*display:block;
  padding:5px 10px;*/
  font-style:normal;
}

/* subcontent list
--------------------------------------------------*/
#subcontent ul{
  display:block;
  width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;

}
#subcontent ul li{
	background-image: none;	
	padding: 0;
	margin: 0;
	padding-left: 18px;
}

#subcontent li a {
  /*display: block;*/
	vertical-align: middle;
	/*font-size: 11px;*/
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	padding-top: 5px;
	height: 20px !important;
	height: 25px;
	
	text-decoration: none;
  
}

#subcontent li a:hover{
	text-decoration: underline;
	color: #AD0375;
}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:100%;
  margin:0px;
  text-align:center;
}

#subcontent table caption {
  margin: 0px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#subcontent table thead tr {border-bottom:1px solid;}

#subcontent table th {border-bottom:1px solid;}

#subcontent table td {
/*  width:200px;  maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#subcontent table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
  background-color:#FFDDEE;
}

#subcontent table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
  background-color:#EEEEEE;
}

#subcontent table tfoot {border-top:1px solid;}

#subcontent table tfoot a {
  border:none;
  font-weight:bold;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}

div.entryBox {
	margin: 0 0 10px 10px;
	width:170px;
	float:right;
	border:1px solid #ddecfb;
	background-color:#f6f8fb;
	font-size: 0.8em;
	color: #000000;
	padding-bottom: 4px; 
}

select{
	height: 22px;
	width: 120px;
}

.langbutton{
	height: 22px;
	width: 30px;
}


/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	margin-bottom: 1px;
	background-color: #F0F1F2;
}

#header {
	padding: 0px;
	margin-right: 2px;
	width: 100%;
	height: 140px;
	
	border-bottom: 6px solid #808182;
}

#headerlogo{
	position:absolute;
	top: 8px;
	left: 13px;

	background: url(../media/logo.gif) no-repeat;
	width: 300px;
	height: 110px;
}

#headertop{
	padding-top: 85px;
	width: 500px;
	float: right;
	height: 25px;
	text-align:right;
	white-space:nowrap;
	display:block;
	
}

#headerstalltop{
	padding-top: 125px;
	width: 500px;
	float: right;
	height: 25px;
	text-align:right;
	white-space:nowrap;
	display:block;
}

#headerpath{
	position:absolute;
	top: 120px;
	left: 13px;
	/*clear:left;*/
	border-top: 2px solid #AD0375;
	width: 100%;
	font-size:14px;
}

#leftmenu{
	float:left;
	/*position:absolute;
	top: 160px;
	width: 165px;*/
	width: 17%;
	height: 80%;
	background-image:url(../media/menubg.gif);
	background-repeat:repeat;
	/*margin-top: -1px;*/
}

#main{
	float: left;
	/*position:absolute;
	top: 165px;
	left: 180px;*/
	width: 67%;
	/*height: 75%;*/
	padding-left: 10px;
	padding-top: 5px;
	background-color: #FFFFFF;
}

#mainbody{
	/*_float:left;
	display:table;
	background-color:#00FF33;*/
}

#rightmenu{
	/*position:absolute;
	float: right;
	width: 160px;
	margin-left: 83% !important;
	margin: 0 83% 0 0;*/
	width: 100%;
	height: 90%;
	border-left: 1px solid #dddddd;
}

#footer{
	clear: both;
	width: 100%;
}




/** ANCIENT **/

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
}

#buttons_outer {
	width: 100%;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

#headertop ul#mainlevel-nav{
	float: right;
}

#headerstalltop ul#mainlevel-nav{
	float: right;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	/*font-size: 11px;*/
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #AD0375;
}


#search_outer {
	width: 100%;
}

#search_inner {
  border: 1px solid #cccccc;
  padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
  width: 100%;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 3px;
	font-family: arial, helvetica, sans-serif;
	/*font-size: 11px;*/
font-size: 12px;
	color: #AD0375;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}



#top_outer{
	float: right;
	width: 100%;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 0px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 100%;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  /*font-size: 11px;*/
font-size: 12px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  /*font-size: 11px;*/
font-size: 12px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}
/*
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
}

ul li{
list-style-type:circle;
background-image: url(../media/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}
*/

td {
	text-align: left;
	/*font-size: 11px;*/
font-size: 12px;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #AD0375; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.readon:link, a.readon:visited{
	color: #AD0375; 
	text-decoration: none;
	font-weight: bold;
	margin-top:10px;
	display:block;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 10px;
}
a.readon:hover{
	text-decoration: underline;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	border-top: 1px solid #808182;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

input.button, button.button {
  color: #AD0375;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  /*font-size: 11px;*/
font-size: 12px;
  font-weight: bold;
/*  border: 3px double #cccccc;*/
  border: 1px solid #AD0375;
  background-color: white;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	display:block;
	border-bottom: 1px solid #808182;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	padding-top: 4px;

	color: #AD0375;
	font-weight: bold;
	font-size: 14px;
	/*white-space: nowrap;*/
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	background-color: #D0D1D2;
	border: 1px solid #808182;
	color: #AD0375;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	/*font-size: 11px;*/
font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable td.contentheading {
	height: 30px;
	padding-top: 4px;

	color: #AD0375;
	font-weight: bold;
	font-size: 14px;
	/*white-space: nowrap;*/
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
/*  background: #f0f0f0;*/
	padding: 4px;
	background-color: #D0D1D2;
  	border: 1px solid #808182;
	color: #000000;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
	height: 20px;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
	height: 20px;
}

.small {
	color: #999999;
	/*font-size: 11px;*/
font-size: 12px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	/*font-size: 11px;*/
font-size: 12px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	/*font-size: 11px;*/
font-size: 12px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	/*font-size: 11px;*/
font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #AD0375;
	padding-left: 16px;
	border-left: 2px solid #AD0375;
}

a.mainlevel#active_menu {
	color:#AD0375;
	border-left: 2px solid #AD0375;
	font-weight: bold;
	padding-left: 16px;
}

a.mainlevel#active_menu:hover {
	color: #AD0375;
	border-left: 2px solid #AD0375;
	padding-left: 16px;
}



a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	/*font-size: 11px;*/
font-size: 12px;
	color: #AD0375;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

a.sublevel:hover {
	font-weight: bold;
}

a.sublevel#active_menu {
	font-weight: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: none;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

/* Community Builder*/

.titleCell{
	height: 35px;
	vertical-align: middle;
	border-bottom: 1px solid #EEEEEE;
}

.fieldCell{
	height: 35px;
	vertical-align:bottom;
}

/* Comments */

.moscommain {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
background-color: #E5E6E7;
border: 1px dotted #68878A;
width:98%;
}
.moscombody {	
background-color: #F3F4FF;
width: 100%; 
}
.moscomtextodd {
font-weight: bold;
background-color: #F3F4F5; 
}
.moscomtexteven {
font-weight: bold;
background-color: #D0D9DB; 
}
.moscomform {
background-color: #F3F4Ff;
border: 1px dotted #68878A;
width:98%;
}
.moscomnav {	
background-color: #F3F4F0;
}
.moscomhr {
  color: #68878A;
  height: 1px;
}


h1{
	height: 30px;

	color: #AD0375;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
h2{
	color: #AD0375;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
h3{
	color: #AD0375;
	font-weight: bold;
	font-size: 12px;
	font-style:italic;
	white-space: nowrap;
}

.message{
	border: 1px solid #AD0375;
	color: #000000;
	background-color: #FFE1F4;
	padding: 3px;
}