/*
CSS file for Theme
*/
/*
Text
*/

#flash {
  position: relative; /*or absolute*/
  z-index: 0;
}

table.trans { filter:Alpha(Opacity=93); -moz-opacity: .93;}

table.content {
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
}

a:link {
	font-family: Arial;
	text-decoration: underline;
	color:#717171;
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#717171;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#F9A615;
}
a:active {
	font-family: Arial;
	text-decoration: underline;
	color:#717171;
}


.heading{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.sub_heading{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_bold_text{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

.normal_small_bold{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #717171;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eeeeee;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 11pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 11pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #eeeeee;
} 
.buttonfontstyle{
	font:bold 11px   Arial, Helvetica, sans-serif;
	color:#999999; padding:0 0 0 2px; height:18px;
	}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
        text-align: center; 
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}