body{ margin: 0; padding: 0; font-family:tahoma; font-size:11px; } 

A:link 	{ 		text-decoration	:none; font-weight:bold;		color: #993333;}
A:visited	{	text-decoration	:none; font-weight:bold;	color :#993333;}
A:active	{	text-decoration	:underline;	color: #FF3300;}
A:hover   {		text-decoration	:underline ; color: #993333;}



A.sidemenulinks:link 	{ 	text-decoration	:none; 		color :#FFFFFF;}
A.sidemenulinks:visited	{	text-decoration	:none; 		color :#FFFFFF;}
A.sidemenulinks:active	{	text-decoration	:underline;	color :#8AFB82;}
A.sidemenulinks:hover   {	text-decoration	:underline ; color :#8AFB82;}


A.links:link 	{ 	text-decoration	:underline; 		color :#993333;}
A.links:visited	{	text-decoration	:none; 		color :#FF6600;}
A.links:active	{	text-decoration	:underline;	color :#8AFB82;}
A.links:hover   {	text-decoration	:underline ; color :#8AFB82;}

input[type=text].da  {
    background-color: #BBCC9A; 
    border:1px #FFFFFF solid; 
    font-size:10px;    
}
input[type=submit].da {
    background-color: #FF6600; 
    border:1px #FFFFFF solid; 
    font-size:10px; 
    font-family:tahoma; 
    font-weight: bold; 
    color: #FFFFFF;
}

select.da { background-color: #D2DDBD; border:1px #FFFFFF solid; font-size:10px; font-family:tahoma;  font-weight: bold; }

.err1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}

.confirm1 {
	font-family: Tahoma;
	font-size: 12px;
	color:#009933;
}

.txtbox1 {
	background-color: #BBCC9A; 
	border:1px  #FFFFFF solid; 
	font-size:11px; 
	font-family:tahoma;
	padding:3px;
}
.errbox1 {
	background-color:#F00; 
	border:1px  #FFFFFF solid; 
	font-size:14px; 
	font-family:tahoma;
	padding:5px;
	margin:5px;
	color:#FFF;
}
.okbox1 {
    background-color:green; 
    border:1px  #FFFFFF solid; 
    font-size:14px; 
    font-family:tahoma;
    padding:5px;
    margin:5px;
    color:#FFF;
}

.thm11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.thm11b {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.thm10w {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.button_1 {
	background-color:#AEFFAE ;
	background-image: url(images/btn_bg2.gif);
	HEIGHT: 22px;
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding:1px;
	padding-left:11px;
	padding-right:11px;
	
}
.button_2 {
	background-color:#FF965E;
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	border-style: solid;
	border-color: #006633;
	border-width: 1px;
	height:25px;

}
.button_3 {
	background-color: #ffffff;
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	border-style: none;
	border-color: #cccccc;
	border-width: 0px;
	margin: 0px;
	padding: 1px;
}

.button_4 {	
	background-color: #FF6600; border:1px #FFFFFF solid; font-size:10px; font-family:tahoma; font-weight: bold; color: #FFFFFF;
}

.dashbox_black { 
	overflow: hidden; 
	border: 1px #333333 dashed; 
	padding: 10px; 
	background-color:#A4B486 ;
}
.head1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #922528;
}



.kktable { }
.kktable tr.alt td { background-color: #E0E0E0;}
.kktable tr.alt2 td { background-color: #F0F0F0;}



/* Rating */

.rating-container {
    width: 90px;
}

ol.rating {
    position: relative;
    width: 90px;
    height: 16px;
    padding: 0;
    background: transparent url(/images/rating-stars.gif) repeat-x 0 0;
    overflow: hidden;
    margin:5px 0 3px 0 !important;
}
    ol.rating li {
        float: left;
        width: 18px;
        height: 16px;
        padding: 0 !important;
        list-style: none;
    }
        ol.rating li.filled,
        ol.rating li.active {
            background: transparent url(/images/rating-stars.gif) repeat;
        }
        ol.rating li.filled { background-position: 0 -17px; }
        ol.rating li.active { background-position: 0 -51px; }

            ol.rating li a {
                display: block;
                position: absolute;
                width: 18px;
                height: 16px;
                text-decoration: none;
                text-indent: -9000px;
                font-size: 1%;
                z-index: 20;
            }
            ol.rating li a:hover {
                left: 0;
                background: transparent url(/images/rating-stars.gif) repeat 0 -34px;
                z-index: 2;
            }
            ol.rating .star1 { left: 0; }
            ol.rating a.star1:hover { width: 18px; }
            ol.rating .star2 { left: 18px; }
            ol.rating a.star2:hover { width: 36px; }
            ol.rating .star3 { left: 36px; }
            ol.rating a.star3:hover { width: 54px; }
            ol.rating .star4 { left: 54px; }    
            ol.rating a.star4:hover { width: 72px; }
            ol.rating .star5 { left: 72px; }
            ol.rating a.star5:hover { width: 90px; }

            .rating-stats {
                display: block;
                position: relative;
                margin: 3px 0 0 0;
                padding-left:5px;
                text-align: left;
                font-size: 85%;
            }
            /* Saving state */
            .rating-container .saving {
                padding-left: 18px;
                background:url(/images/progress_active.gif) 0 0 no-repeat;
                font-style: italic;
            }

.manset_tabs {
    margin:5px 0 20px 10px;
    padding: 0;
    list-style: none;
}
.manset_tabs li{
    display: block;
    margin: 0;
    padding: 0;
    float:left;
}
.manset_tabs li a{
    color: #000;
    margin: 0;
    padding: 3px 26px 3px 26px;
    text-decoration: none;
    background-color: #A4B486; /*Default menu color*/
    border:2px solid #000;
    border-right:0px; 
    cursor: pointer;
    z-index: 1; 
}
.manset_tabs li.last a {
    border-right: 2px solid #000; ;
}
.manset_tabs li a:hover{
    background-color: #F0F0F0;
    color: #000;
}