/*

Design by Nanonino Inc
http://www.nanonino.com

*/
body {
    margin-top:0px;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #333333;
}
.h1{ font-weight:bold; font-size:18px; font-family:Arial, Helvetica, sans-serif;}
.h2{ font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
.text{
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #333333;
	text-decoration:none; 
	}
.textbold{
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color: #333333;
	text-decoration:none; 
	}
	
.textbold_new{
	font: 15px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color: #3a1c1b;
	text-decoration:none; 
	}
	
.textred{
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: red;
	text-decoration:none; 
	}
.whitetext{
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-decoration:none; 
	}
.whitetext_sel{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-decoration:none; 
	font-weight:bold;
	}
.graytext{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #CCCCCC;
	text-decoration:none; 
	font-weight:bold;
	}
.style1{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:normal; color:#FFF;}
.style2{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration: none; font-weight:Bold; color:#FFF;}
.style3{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:normal; color:#000;}
.style4{
font-family: Arial, Helvetica, sans-serif; font-size:13; text-decoration: none; font-weight:Bold; color:#000;}
.Link{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:normal; color:#000;}
.Link a:hover{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:normal; color:#666;}
.LLink{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:normal; color:blue;}
.LLink1{
font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:Bold; color:black;}
.Red{
font-family: Arial, Helvetica, sans-serif; font-size:14; text-decoration: none; font-weight:Bold; color: #FF0000;}
.Point{
font-family: Arial, Helvetica, sans-serif; font-size:7; text-decoration:none; font-weight:normal; color:#000;}
.Toplink{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13; text-decoration: none; font-weight:Normal; color:#FFF; }
A:hover.Toplink{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13; text-decoration: none; font-weight:Normal; color:#FC981C;}
.Actlink{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13; text-decoration: none; font-weight:Normal; color:#FC981C;}
.Toplink{ font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:bold; color:#000;
	}
A:hover.Toplink{ font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:bold; color: #FF0000;
	}
.ToplinkAct{ font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:bold; color: #FF0000;
	}
.Toplinkwhite{ font-family: Arial, Helvetica, sans-serif; font-size:12; text-decoration:none; font-weight:bold; color: #FFFFFF;
	}
	
.sign {
background:url(images/login.png); height:43px; width:96px; font-size:12px; font-weight:bold; border:none; font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; 
}	

.deletebutton {
background:url(images/DeleteRed.png); height:22px; width:54px; font-size:11px; font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;
font-weight:bolder;
}	

.loginbutton {
background:url(images/loginnew.gif); height:22px; width:54px; font-size:11px; font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;
font-weight:bolder;
}	


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	/*background-color: #EEE;*/
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	overflow: hidden;
}

#dhtmlgoodies_menu{	/* Menu object */
	margin:0px;
	padding:0px;
	width:210px;	/* Width of menu */
}
#dhtmlgoodies_menu li{
	margin-top:2px;	/* Space between each menu item */
	
	
	/* Don't change these four values */
	list-style-type:none;				
	clear:both;
	display:block;	
	overflow:auto;
}

#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
	color:#000;	/* Black text color */
	text-decoration:none;	/* No underline */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-size:0.7em;	/* Fixed font size */
	font-weight:bold;	/* Bold font */
	float:left;
	background-color:#F1F1F1;
	padding-left:3px;
	line-height:25px;	/* Height of menu links */

}
#dhtmlgoodies_menu li div{
	float:left;

}
