/* Default CSS Stylesheet for a new Web Application project */

BODY, TD, TD.Contents {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;	
}

TABLE.MainBox1 {
	width: 800px;
	background-color: #ffffff;
}

TD.MainBox 
{
	border: 2px solid #cecece;
}

TD.LeftBar {
	background-color: #ffffff;
	padding: 10px 7px 5px 5px;
	background-image: url(../Images/sep.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

TD.MainBar {
	padding: 10px 10px 10px 10px;
}

TD.MenuTopBar {
	background-color: #3D9DF2;
	padding-left: 5px;
}

TD.WidgetTitle
{
	/* 
	background-color: #3D9DF2;
	color: #ffffff;
	height: 25px;
	*/	
	padding-left: 5px;
	color: #000000;
}

.menu_horizontal_normal 
{
	cursor: hand;
	color: #ffffff;	
}

.menu_horizontal_hover 
{
	cursor: hand;
	background-color: #1453A6;
	color: #ffffff;
}

.submenu_horizontal_normal 
{
	padding-left: 5px;
	padding-right: 15px;
	cursor: hand;
	color: #ffffff;	
	background-color: #50B4F2;
}

.submenu_horizontal_hover 
{
	padding-left: 5px;
	padding-right: 15px;
	cursor: hand;
	background-color: #3D9DF2;
	color: #CECECE;
}


.CalendarTitle
{
	color: #ffffff;
	font-weight: bold;
	height: 25px;
}

a
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ButtonActive {
	background-color: #3D9DF2;
	border: solid 1px #3D9DF2;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: White;
}

.ButtonInactive {
	background-color: #3D9DF2;
	border: solid 1px #3D9DF2;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: Black;
}

.Panel {
	border-top: solid 1px #3D9DF2;
}

.menu_vertical_normal {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;	
	cursor: hand;
	background-color: #3D9DF2;
	color: #ffffff;	
	border: solid 1px #1453A6;
}

.menu_vertical_hover {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;	
	cursor: hand;
	background-color: #1453A6;
	color: #CECECE;
}

.submenu_vertical_normal {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;	
	cursor: hand;
	background-color: #50B4F2;
	color: #ffffff;	
	border: solid 1px #1453A6;
}

.submenu_vertical_hover {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;	
	cursor: hand;
	background-color: #3D9DF2;
	color: #CECECE;
	border: solid 1px #1453A6;
}

#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: #FE0C00;
    font-size: 1.9em;
    font-weight: bolder;
}
#tagCloud A.weight2
{
    color: #C7241F;
    font-size: 1.6em;
    font-weight: bolder;
}
#tagCloud A.weight3
{
    color: #BAE097;
    font-size: 1.4em;
    font-weight: bolder;
}
#tagCloud A.weight4
{
    color: #8B9DE5;
    font-size: 1.2em;
}
#tagCloud A.weight5
{
    color: #ffffff;
    font-size: 1.0em;
}
