/* SF.css - (C) 2006-2010 Stefano Frosio */

/*
*
{
	margin: 0;
	padding: 0;
}
*/

body
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #FDFFFF;
}

a:hover
{
	background-color: #D4E9FF;
	text-decoration: underline;
}

hr
{
	height: 1px;
	color: Black;
}

#header
{
    /* background-color: #EEF8FF; */
	background-position: left top;
    background: url('../images/gradient_header.JPG') repeat-x left top;
    width: 100%;
    border-top: 2px solid #6070CC;
    border-top-width: 2px;
}

#lefth
{
	width: 60%;
	text-align: center;
}

#lefticon
{
	width: 5%;
	text-align: left;
}

#righth
{
	width: 40%;
	padding: 3px;
	text-align: left;
	color: #101088;
}

#righth ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: square;
}

#menu
{
    background-color: #E1F3FF;
    width: 100%;
    border-top: 1px dotted #6977EE;
    border-bottom: 3px solid #6070CC;
    padding: 0px;
    height: 30px;
    border-top-width: 1px;
    border-bottom-width: 2px;
}

.menuitemcont
{
	width: 100px;
	border: 2px solid #D0D4DF;
	background-color: #E0E4EF;
	padding: 1px;
}

.menuitemcontlanguage
{
	width: 90px;
	border: 2px solid #D0D4DF;
	background-color: #E0E4EF;
	margin-right: 50px;
}

.menuitemcontlanguage img
{
	vertical-align: middle;
}

.menuitem a 
{
	padding: 2px;
	padding-left: 3px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

.menuitem a:hover
{
	background-color: #C0CCDE;
	text-decoration: none; /*color: #D0DCFE;*/
	font-weight: bold;
}

#core
{
	width: 100%;
	/* background-color: Yellow; */
	font-size: 12px;
}

#admincore
{
	width: 100%; /*	background-color: Yellow; */
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#admintable, #admintable td, #admintable th
{
	border: 1px solid Gray;
	border-collapse: collapse;
	text-align: left;
	padding: 3px;
}

#admintable th
{
	background-color: Silver;
	font-size: 11px;
}

#leftc
{
    background-color: #EEF8FF;
    /*
    background-position: right top;
    background-image: url('../images/gradient_left.JPG');
    background-repeat: repeat-y;
    */
    width: 20%;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}

#leftimage
{
	padding-top: 30px;
	padding-bottom: 30px;
}

#welcome
{
	text-align: center;
}

#leftcinfo
{
	background-color: #D0ECFE;
	border-color: #6070CC;
	border-width: 1px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 1px 10px 1px;
	margin: 5px 5px 25px 5px;
	text-align: center;
}

#rightc, #rightcdef
{
	width: 80%;
	/* background-color: Lime; */
	padding: 30px;
	vertical-align: top;
}

#rightc
{
	text-align: left;
	line-height: 18px;
}

#rightcdef
{
	text-align: justify;
	line-height: 19px;
}

#smallnote
{
	font-size: xx-small;
	line-height: 12px;
}

#footer
{
	width: 100%;
	border-top: 1px solid Maroon;
	text-align: center;
	margin-bottom: 0px;
}

#warning
{
    padding: 10px;
    background-color: #FF5050;
    color: White;
    font-weight: normal;
    font-size: x-small;
}

#download
{
	border: 3px solid #DDDD88;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
}

#download_small
{
	border: 2px solid #DDDD88;
	text-align: center;
	padding: 15px;
	font-size: 12px;
	line-height: 16px;
}

#pp
{
	border: 2px solid Teal;
	color: Teal;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
}

li
{
	margin-bottom: 6px;
}

#li_header
{
	margin-bottom: 0px;
}

h3
{
	font-size: 18px;
	margin-bottom: 0px;
}

h4
{
	font-size: 16px;
	margin-bottom: 0px;
}

h5
{
	font-size: 12px;
	margin-bottom: 0px;
}
