body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C67985;
	background-color: #A9606B;
	background-image: url(images/custom/bground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
   margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C67985;
}

/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE */
html>body td {
  text-align: left;
}

html>body td[align="center"] {
  text-align: center;
}

html>body td[align=center] {
  text-align: center;
}

html>body td[align=right] {
  text-align: right;
}

html>body td[align="right"] {
  text-align: right;
}

*[align="center"] {
  text-align: center;
}

*[align=center] {
  text-align: center;
}

*[align="right"] {
  text-align: right;
}

*[align=right] {
  text-align: right;
}


.headbg{
  background-color: #e8d1cd;
}
.headbgbox{
  background-color: #e8d1cd;
}
.loginbarbg{
  background-color: #4F0226;
}

.module_head {
  background-color: #4F0226;
  font-size: 22px;
  font-weight: normal;
  color: #AA1756;
  text-transform: lowercase;
  font-family: Times New Roman;

}
.welcome_top {
  
  font-weight: bold;
  

}
.oddrow {
  background-color: #5A012C;
}

.evenrow {
  background-color: #60022F;
}

.module_head_right {
  background-color: #e8d1cd;
  font-size: 11px;
  color: #9f8f8c;
}

.module_head_right a {
  background-color: #e8d1cd;
  font-size: 11px;
  color: #9f8f8c;
}

.module_head_right a:hover {
  background-color: #e8d1cd;
  font-size: 11px;
  color: #695f5d;
}


td.edituserlink{
  background-color: #954E59;
  color: #720738;
  font-weight: bold;
  
}
td.edituserlink a{
  background-color: #954E59;
  color: #720738;
  font-weight: normal;
} 
td.edituserlink a:hover{
  background-color: #954E59;
  color: #720738;
  font-weight: normal;
}

.text_head1 {
  font-size: 22px;
  font-weight: bold;
  color: #9C535E;
  text-decoration: none;
}
a.text_head1 {
  font-size: 22px;
  font-weight: bold;
  color: #9C535E;
  text-decoration: none;
}
a.text_head1:hover {
  font-size: 22px;
  font-weight: bold;
  color: #9C535E;
  text-decoration: none;
}
.text_head2, .text_head2:hover {
  font-size: 14px;
  font-weight: bold;
  color: #F4BFC7;
}

.offer_head {
  font-size: 16px;
  color: #F4BFC7;
  font-weight: bold;
}

.module_detail_inside {
  font-size: 11px;
  font-weight: normal;
  background-color:#4F0226;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;

}

.im_text {
  font-size: 11px;
  font-weight: normal;
  background-color: #fff8f8;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e8d1cd;
  border-right-color: #e8d1cd;
  border-bottom-color: #e8d1cd;
  border-left-color: #e8d1cd;

}

.module_detail {
  font-size: 11px;
  font-weight: normal;
  background-color:#4F0226;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  

}
.picgallery {
	background-color: #FFF8F8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.statusbar {
  /*background-color: #F4BFC7;*/
  background-image: url(images/custom/statusbar.jpg);
  background-repeat: repeat-x;
}


th {
  font-weight: bold;
  color: #695f5d;
  background-color: #ead9cf;
  font-size: 11px;

}

th a {
  text-decoration: underline;
  color: #695f5d;
}
th a:hover {
  color: #695f5d;
  text-decoration: none;

}


a.subhead {
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;
}
a.subhead:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.smallpic {
  border: 1px none #666666;

}
.smallpic_featured {
  border: 1px solid #4F0226;

}


input {
  font-size: 11px;
}
textarea {
  font-size: 11px;
}
select {
  font-size: 11px;
}
.formbutton {
  font-size: 11px;
  color: #720738;
  border-top: 1px solid #CD9EA6;
  border-right: 1px solid #63343C;
  border-bottom: 1px solid #63343C;
  border-left: 1px solid #CD9EA6;
  background-color: #B97983;
}


.main_outer_table{
  background-color: #F4BFC7;
}

a.main_title{
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
}
a:hover.main_title{
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
}
.dotted{
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.s_table_blue{
  color: #27277e;
  font-weight: bold;
}
.s_table_white{
  color: #27277e;
}

.table_blue{
  background-color: #d3e1fa;
  color: #27277e;
}
.table_white{
  background-color: #ffffff;
  color: #27277e;
}

.table_green{
  background-color: #d8f9d5;
  color: #003300;
}
.table_red{
  background-color: #ffd5d5;
  color: #990000;
}
.table_pink{
  background-color: #ffe1ff;
  color: #7d0067;
}
.table_gray{
  background-color: #efefef;
  color: #333333;
}
.table_yellow{
  background-color: #ffffcc;
  color: #b08d00;
}


.main_text1{
  font-size: 24px;
}

.page_heading {
  font-size: 14pt;
  border: 1px solid #a9bdf1;
  background-color: #dadada;
  text-align: center;
}
.headrow {
  border: 1px solid #a9bdf1;
  background-color: #c8e0fb;
  text-align: center;

}
.text8pt {
  font-size: 8pt;
}
.searchtitle {
  font-size: 14pt;
  font-weight: bold;
  color: #003366;
}
.xtitle {
  font-size: 14pt;
  border: 1px solid #a9bdf1;
  background-color: #dadada;
  text-align: center;

}
.title {
  font-size: 12pt;
  border: 1px solid #a9bdf1;
  background-color: #dadada;
  text-align: left;
  font-weight: bold;
  padding: 4px 4px 4px 11px;
  margin-left: 11px;

}
.subtitle {
  font-size: 10pt;
  color: #003366;
  border: 1px solid #96b0f5;
  background-color: #d7e1ee;
  font-weight: bold;
  padding: 1px;
}

a {
  color: #AA1756;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #AA1756;
}

a.menulink {
font-size: 11px;
color: #ff66cc;
text-decoration: none;
}
a.menulink:hover {
font-size: 11px;
color: #ff66cc;
text-decoration: none;
}

.panellinkhdr {
  background-color: #e8d1cd;
  font-size: 11px;
  font-weight: bold;
  color: #695f5d;

}

a.panellink {
  font-size: 11px;
  font-weight: bold;

  text-decoration: none;
  color: #AA1756;
}
a.panellink:hover {
  font-weight: bold;
  font-size: 11px;
  color: #CAB8C1;
  text-decoration: underline;
}
.panelbox {

}
.footer {
  background-color: #e8d1cd;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #695f5d;
  border-right-color: #695f5d;
  border-bottom-color: #695f5d;
  border-left-color: #695f5d;
}
a.footerlink {
font-size: 9px;
color: #954E59;
text-decoration: none;
}
a.footerlink:hover {
font-size: 9px;
color: #F4BFC7;
text-decoration: none;
}
.copyright{
color: #760939;
font-size: 10px;
text-decoration: none;
}

.paneltable{
  background-color: #003366;
}
.modulehead{
  color: #003366;
}


.storyhead{
  color: #F4BFC7;
  font-weight: bold;
}
.storydate{
  font-size: 9px;
  color: #695f5d;
  font-style: italic;
}
.storyby{
  color: #695f5d;
}
.storytext{
}

.newshead{
  color: #F4BFC7;
  font-weight: bold;
}
.newsdate{
  font-size: 9px;
  font-style: italic;
}
.newstext{

}

.pollquestion{
  color: #F4BFC7;
  font-weight: bold;
}
.polloptions{

}

.payment_mod_head{
  font-size: 11px;
  color: #F4BFC7;
  background-color: #f7a3f8;
}

.admin_head{
  font-size: 12px;
  color: #F4BFC7;
  font-weight: bold;
}

h4{
  font-size: 12px;
}

.copyright:hover {
  color: #760939;
  font-size: 10px;
  text-decoration: underline;
}

.headerfooter, .headerfooter:hover {          /* style of "xxx's profile", "last logge" */
  color: #695f5d;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
}

.headerfooter:hover {             /* hover: style of "xxx's profile", "last logge" */
  color: #695f5d;
  text-decoration: none;
}

.nickwidth {                /*** width of sections ***/
  margin: 10px;
  text-align: center;
  width: 550px;
}



/* menu */
.menu_link {
    font-family: Arial;
    font-size:12px; 
    color: #F4BFC7;
	 font-weight: normal;
	 text-decoration: none;
	 display: block;
    position: relative;
    width:160px;
	 text-transform: uppercase;
}
a.menu_link {
    font-family: Arial;
    font-size:12px; 
    color: #F4BFC7;
	 font-weight: normal;
	 text-decoration: none;
	 display: block;
    position: relative;
    width:160px;
	 text-transform: uppercase;
}
a.menu_link:hover {
    font-family: Arial;
    font-size:12px; 
    color: #FFFFFF;
	 font-weight: normal;
	 text-decoration: none;
	 display: block;
    position: relative;
    width:160px;
	 text-transform: uppercase;  
}

.search_head {
    font-family: Arial;
    font-size:15px; 
    color: #F4BFC7;
	 font-weight: normal;
	 text-decoration: none;
	 text-transform: uppercase;
	 
}

.signup_link {
  font-size: 22px;
  font-weight: bold;
  color: #F4BFC7;
  text-decoration: none;
}
a.signup_link {
  font-size: 22px;
  font-weight: bold;
  color: #F4BFC7;
  text-decoration: none;
}
a.signup_link:hover {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.signup_link_fr {
  font-size: 18px;
  font-weight: bold;
  color: #F4BFC7;
  text-decoration: none;
}
a.signup_link_fr {
  font-size: 18px;
  font-weight: bold;
  color: #F4BFC7;
  text-decoration: none;
}
a.signup_link_fr:hover {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}