/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin: 10 0 0 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

TD {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;	
}

TABLE.HeaderBox1 {
	width: 800px;
	border: solid 0px #FDEDCA;
	background-color: #ffffff;
}

TABLE.MainBox1 {
	width: 800px;
	background-color: #ffffff;
}

TD.LeftBar {
	background-color: #D6DF39;
}

TD.RightBar {
	background-color: #D6DF39;
	background-image: url(../Images/sep.jpg);
	background-repeat: repeat-y;	
}

TD.Contents {
	color: #000000;
}

TD.MainBar {
	background-image: url(../Images/sep.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 10px;
}

.menu_horizontal_normal 
{
	color: #ffffff;
	cursor: hand;
	font-weight: bold;	
}

.menu_horizontal_hover 
{
	color: #ffffff;
	cursor: hand;
	font-weight: bold;
}

.menu_horizontal_subnormal 
{
	color: #000000;
	background: #CECECE;
	cursor: hand;
	font-weight: bold;	
}

.menu_horizontal_subhover 
{
	color: #000000;
	background: #CECECE;
	cursor: hand;
	font-weight: bold;
}

.menu_vertical_normal {
	background-image: url(../Images/bulletr.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;	
	cursor: hand;
}

.menu_vertical_hover {
	background-image: url(../Images/bulletr.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;	
	cursor: hand;
}


A
{
	color: #05974a;
	text-decoration: underline;
	font-weight: bold;
}

A:hover 
{
	color: #4e8369;
	text-decoration: underline;
	font-weight: bold;
}

A:visited
{
	color: #05974a;
	text-decoration: underline;
	font-weight: bold;
}

.ButtonActive {
	background-color: #636563;
	border: solid 1px #636563;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: White;
}

.ButtonInactive {
	background-color: #636563;
	border: solid 1px #636563;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: Black;
}

.Panel {
	border-top: solid 1px #636563;
}

TD.WidgetTitle
{
	background-color: #636563;
	height: 25px;
	color: #ffffff;
	padding-left: 5px;
}

.CalendarTitle
{
	color: #ffffff;
	font-weight: bold;
	height: 25px;
}

marquee
{
	font-weight: bold;
	color: #ffffff;
}

#tagCloud
{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

#tagCloud A
{
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Trebuchet MS, Verdana, Arial;
    text-transform: lowercase;
}

#tagCloud A:hover
{
    color: #00cc00;
    text-decoration: underline;
}

#tagCloud A.weight1
{
    color: #ff9900;
    font-size: 1.9em;
    font-weight: bolder;
}
#tagCloud A.weight2
{
    color: #4169e1;
    font-size: 1.6em;
    font-weight: bolder;
}
#tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.4em;
    font-weight: bolder;
}
#tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.2em;
}
#tagCloud A.weight5
{
    color: #83bcd8;
    font-size: 1.0em;
}
