﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #dde6d7;
}

table
{
	font-size: 8pt;
	font-family: Tahoma;
	color: #285118;
}
button
{
	height: 19px;
	border: #006666 0px solid;
	color: #c6d4bd;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	cursor: hand;
	font-size: 8pt;

}
.button
{
	height: 19px;
	border: #006666 0px solid;
	color: #c6d4bd;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	cursor: hand;
	font-size: 8pt;
}
.button2
{
	height: 19px;
	border: #006666 0px solid;
	color: #c6d4bd;
	background-image: url(images/button2_bg.png);
	background-repeat: repeat-x;
	cursor: hand;
	font-size: 8pt;
}
select,input
{
	font-size: 9pt;
	font-family: Tahoma;
}
.text
{
	border: solid 1px #336633;
}

.hidden
{
	display: none; 
	height: 1px; 
	overflow: hidden;
}
.border
{
	border: solid 1px #c6d4bd;
}

.panel
{
	width: 200px;
}

#content
{
	margin-top: 9px;
}
a
{
	color: #6d8f60;
	text-decoration: none;
}
a:hover
{
	color: #799f6b;
	text-decoration: underline;
}
.scrollable
{
	height: 100%; 
	overflow-x: hidden; 
	overflow-y: auto;
	scrollbar-highlight-color: #c6d4bd;
	scrollbar-base-color: #dde6d7;
	scrollbar-arrow-color: #214314;
}
#areaText
{
	font-size: x-small;
	font-family: Arial;
}
hr
{
	padding: 0px;
	margin: 3px;
}
.privateTo
{
	color: #ffffff;
	background-color: #2f4f4f;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
#Hello
{
	font-size: 14pt;
	text-transform: uppercase;
	color: orangered;
	font-style: italic;
	font-family: 'Monotype Corsiva' , Arial;
	text-align: center;
}
.tabStyle .ajax__tab_header
{
	background-image: url(images/button2_bg.png);
	background-repeat: repeat-x;
	height: 19px;
	
}
.cPanel
{
	width: 100%;
}
.cPanel .tl
{
	background-image: url(images/bg/n1.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 28px;
}
.cPanel .tc
{
	background-image: url(images/bg/n2.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #c6d4bd;
	padding-left: 10px;
	padding-bottom: 4px;
}
.cPanel .tr
{
	background-image: url(images/bg/n3.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.cPanel .ml
{
	background-image: url(images/bg/n4.gif);
	background-repeat: repeat-y;
}
.cPanel .mc
{
	background-color: #c6d4bd;
	height: 100%
}
.cPanel .mr
{
	background-image: url(images/bg/n5.gif);
	background-repeat: repeat-y;
}
.cPanel .bl
{
	background-image: url(images/bg/n6.gif);
	background-repeat: no-repeat;
	height: 13px;
}
.cPanel .bc
{
	background-image: url(images/bg/n7.gif);
	background-repeat: repeat-x;
}
.cPanel .br
{
	background-image: url(images/bg/n8.gif);
	background-repeat: no-repeat;
}

.lPanel
{
	width: 200px;
}
.lPanel .rt
{
	background-image: url(images/bg/ba1.gif);
	background-repeat: no-repeat;
	height: 52px;
	color: #c6d4bd;
}
.lPanel .rm
{
	background-image: url(images/bg/ba2.gif);
	background-repeat: repeat-y;
}
.lPanel .rb
{
	background-image: url(images/bg/ba3.gif);
	background-repeat: no-repeat;
	height: 29px;
}
.lPanel .tc
{
	padding-left: 30px;
	font-size: 11pt;
}
.lPanel .mc
{
	padding-left: 5px;
	padding-right: 8px;
}
.rPanel
{
	width: 200px;
}
.rPanel .rt
{
	background-image: url(images/bg/bb1.gif);
	background-repeat: no-repeat;
	height: 52px;
	color: #c6d4bd;
}
.rPanel .rm
{
	background-image: url(images/bg/bb2.gif);
	background-repeat: repeat-y;
}
.rPanel .rb
{
	background-image: url(images/bg/bb3.gif);
	background-repeat: no-repeat;
	height: 29px;
}
.rPanel .tc
{
	padding-left: 30px;
	font-size: 11pt;
}
.rPanel .mc
{
	padding-left: 5px;
}

.divalogo
{
	background-image: url(images/bg/chatlogo.png);
	background-repeat: no-repeat;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(~/smile.aspx?name=star_f);

}

.emptyRatingStar {
    background-image: url(~/smile.aspx?name=star_e);
}

.savedRatingStar {
    background-image: url(~/smile.aspx?name=star_s);
}
.detail
{
	padding: 10px;
	background-color: #dde6d7;
	border-left: #336600 thick solid;
	margin: 3px;
	
}
.signature
{
	color: #6d8f60;
	margin-top: 10px;
}
/* 
* Pager styles
*/

.Pager a
{
	font-size: 7pt;
}

.CurrentPage
{
	font-weight: bold;
	background-color: #dde6d7;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 20pt;
	color: Maroon;
	border: solid 1px #285118;
}
.Pager a.BigPage
{
	font-weight: bold;
	font-size: 15pt;
}
.bottom
{
	height: 33px;
	background-image: url(smile.aspx?name=bottom_bg);
	background-repeat: repeat-x;
	color: #dde6d7;
}
.masterNews
{
	background-image: url(smile.aspx?name=news_new_32);
	background-repeat: no-repeat;
	background-position-x: 5px;
	padding: 3px;
}
.userInfo
{
	display: none;
	position: absolute;
	background-color: #dde6d7;
	padding: 5px;
	border: solid 1px #285118;
}
h1
{
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}
.default
{
	text-indent: 30px;
	text-align: justify;
	padding-bottom: 3px;
	margin: 0px;
}
.default a
{
	font-weight: bold;
	color: #285118;
}
.cell
{
	font-weight: bold;
	font-size: 16pt;
	width: 35px;
	color: black;
	font-family: 'Tahoma';
	height: 35px;
	text-align: center;
	cursor: default;
}
.selector
{
	display: none;
	position: absolute;
	background-color: #dde6d7;
	padding: 5px;
	border: solid 1px #285118;
}
.selector_cell
{
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	cursor: hand;
	color: #000080;
	font-weight: bold;
	font-family: Arial;
	font-size: 12pt;
}
.selected_cell
{
	width: 10px;
	height: 10px;
	background-color: #dde6d7;
	text-align: center;
	padding: 5px;
	cursor: hand;
	color: red;
	font-weight: bold;
	font-family: Arial;
	font-size: 12pt;
}
