/*-----------------------------------------------------------------------------*/
/* Created on Tuesday, July 29 2009, Author: reenku@gmail.com www.inflexi.com  */
/*-----------------------------------------------------------------------------*/
body {margin:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#1f1f1f;line-height:17px; background:#610102 url(images/bg2.jpg) repeat-x top;}
*{outline:none;}

a:link {color:#7e0507;text-decoration: none; font-weight:normal;}
a:visited {color:#7e0507;text-decoration: none; font-weight:normal;}
a:active {color:#7e0507;text-decoration: none; font-weight:normal;}
a:hover {color:#fe9834;text-decoration:none; font-weight:normal;}

h1 { font-family:"Times New Roman", Times, serif; font-style:italic; font-size:20px;color:#81201a;font-weight:bold;margin:0 0 5px 0;padding: 4px 40px 10px 4px; display:block; float:left; background:url(images/heading-bg.gif) no-repeat right;}
h2 { font-family:"Times New Roman", Times, serif; font-style:italic; font-size:20px;color:#81201a;font-weight:bold;margin:0px;padding:0; display:block; float:left;}
h3 {font-size:12px;color:#b6b6b6;font-weight:bold;margin:0px;padding:0px; display:block; float:left;}

.normalText {FONT-SIZE: 12px; COLOR:#4d4d4d; FONT-STYLE: normal; font-weight: normal; FONT-FAMILY:Arial, Helvetica, sans-serif;}
#container{padding:6px 20px 40px 20px;}

.normalLnk {color: #624b36; font:12px Arial; text-decoration: none; font-weight:bold;}
.normalLnk:link {color: #624b36; font:12px Arial; text-decoration: none; font-weight: bold;}
.normalLnk:visited {color: #624b36; font:12px Arial; text-decoration: none; font-weight: bold;}
.normalLnk:hover {color: #7e0507; font:11px 12px; text-decoration: none; font-weight: bold;}


.FooterLnkBoldTxt {color: #484747; font:12px Arial; text-decoration: none; font-weight: bold; padding:0 4px;}
.FooterLnkBold {color: #484747; font:12px Arial; text-decoration: none; font-weight: bold;}
.FooterLnkBold:link {color: #484747; font:12px Arial; text-decoration: none; font-weight: bold;}
.FooterLnkBold:visited {color: #484747; font:12px Arial; text-decoration: none; font-weight: bold;}
.FooterLnkBold:hover {color: #7e0507; font:12px Arial; text-decoration: none; font-weight: bold;}

.FooterLnkBoldTxtSml {color: #939393; font:11px Arial; text-decoration: none; font-weight:normal;}
.FooterLnkBoldSml {color: #939393; font:11px Arial; text-decoration: none; font-weight: normal;}
.FooterLnkBoldSml:link {color: #939393; font:11px Arial; text-decoration: none; font-weight: normal;}
.FooterLnkBoldSml:visited {color: #939393; font:11px Arial; text-decoration: none; font-weight: normal;}
.FooterLnkBoldSml:hover {color: #7e0507; font:11px Arial; text-decoration: none; font-weight: normal;}

.leftmenu{
	background-image: url("images/menu-v-bg.gif");
	background-repeat:no-repeat;
}
.leftmenu:link{
	background-image: url("images/menu-v-bg.gif");
	background-repeat:no-repeat;
}
.leftmenu:hover{
	background-image: url("images/menu-v-bg.gif");
	background-repeat:no-repeat;
}

.guestText{
 background:transparent;
 border:none;
 background-image:url('images/text-field.gif');
 background-repeat:no-repeat;
 width:206px;
 padding-left:10px;
}

.guestTextArea{
 background:transparent;
 border:none;
 background-image:url('images/msg-field.gif');
 background-repeat:no-repeat;
 width:204px;
 padding-left:10px;
}



.ImageTxt {color: #910407; font:11px Arial; text-decoration: none; font-weight:normal; line-height:14px;}
.contPad{padding:10px;}
.padT4{padding-top:4px;}
.padT15{padding-top:15px;}
.padL6{padding-left:6px;}
.contentTop{background:url(images/content-top.gif) no-repeat top center; padding-top:110px;}
.footBG{background:url(images/footer-sep.gif) no-repeat center top; padding-top:14px;}
.padTB6{padding:8px 4px 9px 4px; border-bottom:1px #e2d4c1 solid;}

.dateTxt {color: #c0c79a; font:12px Arial; text-decoration: none; font-weight:bold;}

.redText{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
}
/*message*/
.success {
	background-color: #d6e4c5;
	border: 1px solid #9ECE9E;
	padding:5px;
	padding-left:40px;
	color:#336633;
}

.error{
	background-color: #FFEDEF;
	border: 1px solid #FFC5CC;
	padding:5px;
	padding-left:40px;
}
.login-error{
	color:#CC0000;
	font-weight:normal;
	padding:4px;
	text-align:center;
}
.login-success{
	color:#6b800d;
	font-weight:normal;
	padding:4px;
	text-align:center;
}
/*end*/


