
body {
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-position:center ;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

a:link, a:active, a:visited {
	color: #0077f0;/*0077f0*/
	text-decoration: none;
}
a:hover {
	color: #f39b39;
	text-decoration:underline;
	cursor:pointer;
}

.tbl_main
{
	width: 100%; 
	height: 900px; 
	background-image:url(images/bg/ex_bgall1.jpg);
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	background-position:center ;
	TEXT-ALIGN: center;
	vertical-align: top;
}
tbl_Content
{
	width:900px;
	text-align:center;
	vertical-align: top;
}


div, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
}

text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
}

table {  
    border-collapse: collapse;
}
th, td {
    padding: 0;
    margin:0;
}








.error_text {
	color: Red;
}
.complete_text {
	color: #32ae01;
}

.success_table {
	color: #009103;
	background-color: #f0fbd2;
	border-bottom: 1px solid #d8eba5;
	border-top: 1px solid #d8eba5;
	border-left: 1px solid #d8eba5;
	border-right: 1px solid #d8eba5;
	padding: 10px;
	text-align: center;
}
.success_td {
	color: #009103;
	background-color: #f0fbd2;
	border-bottom: 1px solid #d8eba5;
	border-top: 1px solid #d8eba5;
}
.warning_table {
	color: #f62e00;
	background-color: #fff9f5;
	border-bottom: 1px solid #e8cebd;
	border-top: 1px solid #e8cebd;
	border-right: 1px solid #e8cebd;
	border-left: 1px solid #e8cebd;
	padding: 10px;
	text-align: center;
}

.row1 {
	background-color: #f9f9f9;/*f6faf7 f7fdff*/
	border-bottom: 1px solid  #fbfef9;
}








.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}
.sidebarheader
{
	height: 24px;
	padding: 5px 0 0 35px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
	font-weight: bold;
}
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.gif);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.gif);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.gif);
}