﻿* 
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

body 
{
    font-size: 11px;
    margin: 0px auto;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

.loginform 
{
    background-image: url(../images/loginbg.jpg);
    background-repeat: no-repeat;
    width: 220px;
    height: 202px;
    padding: 17px 49px;   
    margin: 0px auto;
}

.loginform h2 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.5em;
    color: #5e5e5e;
    font-weight: normal;
}

h1 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.5em;
    color: #5e5e5e;
    font-weight: normal;    
}

.loginform .inner 
{
    margin-top: 25px;
}

.loginform .buttons 
{
    margin-top: 5px;
}

.loginform label 
{
    background-image: url(../images/lblarrow.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 18px;
    color: #025e9f;
    display: block;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 10px 0 4px -18px;
}

.loginform .textbox
{
    background-color: #e7f2f7;
    border: 1px solid #d8d8d8;
    width: 190px;
}

.btnLogin 
{
    float: none;
    clear: both;
    background-color: #a9d6e7;
    color: #084259;
    border: 1px solid #0179a9;
}

.lblError 
{
    margin-left: -18px;
    padding-top: 5px;
    color: Red;
    display: block;
}

.star 
{
    color: Red;
}

#container 
{
    width: 990px;
    margin: 10px auto 0px auto;    
}

#header 
{
    height: 124px;
    background-image: url(../images/bgheader.jpg);
    background-repeat: no-repeat;
}

#header * 
{
    font-family: Arial, Helvetica, Sans-Serif; 
    text-decoration: none;   
}
#header img 
{
    border-style: none;    
}

#content 
{
    background-color: #FFFFFF;
    background-image: url(../images/bgcontent.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0px 1px;
    
}

#footer 
{
    background-image: url(../images/bgfooter.jpg);
    background-repeat: no-repeat;
    height: 40px;
    margin: 0px 1px;
    padding: 91px 10px 10px 10px;
    font-size: 0.9em;
    color: #7d7d7d;
    font-size: 0.9em;
}

#footer a 
{
    text-decoration: none;
    color: #7D7D7D;
}

#footer img 
{
    border-style: none;
}

#footer b 
{
    color: #2f2f2f;    
}

#logo 
{
    float: left;
    color: #346383;
    font-size: 2.3em;
    width: 280px;
    text-align: center;
    padding-left: 18px;
    padding-top: 10px;
}

#logo  a
{
    color: #346383;
}

#title 
{
    float: left;
    color: #8e8e8e;
    font-size: 1.5em;
    width: 144px;
    padding-left: 20px;
    border-left: 1px solid #177bb5;
    margin-top: 10px;
    height: 60px;
    padding-top: 40px;
}

#perfectureLogo 
{
    float: right;
    text-align: right;
    padding: 20px 20px 0px 0px; 
    width: 100px;
    height: 80px;   
    vertical-align: middle;
}

#perfectureLogo img 
{
    margin: auto;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	/* line-height:	1.0;*/
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			220px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-left:	1px solid #e8e8e8;
	/*border-top:		1px solid #CFDEFF;*/
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#183040;
}
.sf-menu li {
	/*height: 23px;*/
	margin: 0px;
}
.sf-menu li li {
	background:		#D5DFE6;
	border-top: 1px solid #7EACB1;
}
.sf-menu li li li {
	background:		#D5DFE6;
	border-top: 1px solid #7EACB1;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#E9F8FA;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.sf-menu  a.mn_level1_selected 
{
    font-weight: bold;
    color: #1774BF;    
}

#menu 
{
    background-image:   url(../images/bgmenu.gif);
    background-position: top left;
    background-repeat: repeat-x;  
    list-style: none;
    height: 30px;
    display: block;
    margin: 0px 1px;
	padding: 3px 0px;
	z-index: 2;
	position: relative;
}

.logonInfo 
{
    background-color: #FFFFFF;
    height: 23px;
    margin: 0px 1px;     
    color: #1667ab;
    font-size: 1.1em;
	padding: 10px 10px 0px 10px;
}

.logonInfo div 
{
    width: 80%;
    float: left;    
}

.user 
{
    color: #7d7d7d;    
}

.btnLogout 
{
    float: right;
    padding-left: 20px;
    background-image:     url(../images/btnLogout.gif);
    background-position: center left;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: none;
}

.contentWraper 
{
    padding: 5px 5px 0px 5px;    
    position: relative;
    min-height:150px;
}

.contentWraper h1
{
    color: #346383;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.5em;
}

#announcements h1, #downloads h1 
{
   color: #026d9a;
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 1.5em;  
   padding: 20px 5px 20px 60px;   
   margin: 0px;
   
}

#announcements 
{
   width: 440px;
   height: 355px;
   background: url(../images/bgannouncements.gif);
}

#downloads 
{
   width: 440px;
   height: 355px;
   background: url(../images/bgdownloads.gif);
}

#announcements a, #downloads a 
{
    text-decoration: none;    
}

#announcements .date, #downloads .date
{
    font-weight: bold;
    color: #014b67;    
    display: block;
    padding-bottom: 5px;
}

#announcements .title, #downloads .title
{
    color: #666666;        
    display: block;
    padding-bottom: 5px;
}

#announcements .more, #downloads .more
{
    color: #10759b;        
    display: block;
}

#announcements ul, #downloads ul 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 290px;
    overflow: hidden;
}

#announcements li, #downloads li 
{
    margin: 0px 0px 15px 10px;
}

.frmmedium , .frmlarge, .frmsmall, .frmextralarge
{
    float: left; 
    padding-bottom: 2px;  
}
.frmsmall 
{
    width: 80px; 
}

.frmmedium 
{
    width: 120px; 
}
.frmlarge
{
    width: 240px;   
}

.frmextralarge
{
    width: 360px;   
}

.frmmedium label , .frmlarge label, .frmsmall label, .frmextralarge label
{
    float: none;
    clear: both;    
    display: block;
}

.frmmedium input , .frmmedium select, .frmmedium textarea
{
    width: 110px;    
}

.frmlarge input , .frmlarge select, .frmlarge textarea
{
    width: 220px;    
}

.frmextralarge input , .frmextralarge select, .frmextralarge textarea
{
    width: 340px;    
}

.frmsmall input
{
    width: 50px;    
}

.frmsmall select 
{
    width: 70px;    
}
.newline 
{
    clear: left;
    display: block;
}

.frmbuttons 
{
    padding-top: 10px;   
    clear: both; 
}

label, textarea, select, input 
{
    font-size: 1em;    
}

.button 
{
    border-width: 0px;
    background-color:#E0DFDF;
    color: #000000;
    cursor: pointer; 
    text-decoration: none;
    display: inline-block;
    border:1px solid #7F7F7F;
    color:#000000;
    cursor:pointer;
    font-family:Tahoma;
    font-weight:normal;
    padding: 5px 10px;
    vertical-align:middle;
    font-size: 1.2em;
}

.labelinputpair label , .radiopair label 
{
    width: 150px;
    display: inline-block;    
}

.buttonDiv 
{
    margin-top: 10px;    
}

.labelinputpair , .radiopair, .checkboxpair
{
    padding-bottom: 5px;    
    float:none;
    clear: both;
    display: block;
}

.alert 
{
    padding: 5px 0px 15px 0px;
    color: Red;
    display: block;   
}


.radiolist label
{
    padding-right: 20px;
}

.radiolist 
{
    padding: 5px 0px 5px 5px;
    border: 1px solid black;
    margin-bottom: 4px;    
    display: inline-block;
}