
/* 09.05.2005 : PHM : STANDARDS STYLES */
/* Body */
body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;  background: #FFFFFF; margin: 0px}

/* Table */
table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }

/* Row */
table tr.odd th,
table tr.odd { background-color: #E7E7E7; }

table tr.even th,
table tr.even { background-color: #CCCCCC; }

table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover { background-color: #FFFFCC; }

/* Anchor */
a:link, a:visited { color: #004E8C; text-decoration: none }
a:hover, a:visited:hover { color: #004E8C; text-decoration: underline }
a.testlink { display: block; }

/* 09.05.2005 : PHM : UNICELLAR INPUTS */
.ucinput { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none }
/* .ucinputquick { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none }*/

.ucinputreadonly { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; text-decoration: none }

/* 09.05.2005 : PHM : UNICELLAR TITLE */
.uctitle { font-size: 11px; font-weight: bold; color: #800000 }

/* 04.07.2005 : PHM : UNICELLAR WARNING */
.ucwarning { font-size: 11px; color: #004E8C }

/* 09.05.2005 : PHM : UNICELLAR TOPIC */
.uctopic { color: #660033 }

/* 09.05.2005 : PHM : UNICELLAR MESSAGE */
.ucmsg { color: #FF0000 }

/* 09.05.2005 : PHM : UNICELLAR ???? */
.ucann { color: #009966 }

/* 09.05.2005 : PHM : UNICELLAR PAGE NAVIGATION (Highlighted and normal ) */
.ucpgnavhl { font-size: 11px; color: #004E8C }
.ucpgnavnl { color: #CCCCCC }

/* 09.05.2005 : PHM : UNICELLAR FOOTER */
.ucfooter { color: #999999; text-decoration: none }

/* 09.05.2005 : PHM : UNICELLAR TABLE LINES */
.uctableline { border: 1px #660033 solid }
    
/* 09.05.2005 : PHM : UNICELLAR CELL LINES */
.uccellline	{ border: 1px #000000 solid }

/* 09.05.2005 : PHM : UNICELLAR TABLE HEADERS */
.ucth { color: #FFFFFF; background-color: #660033 }

/* 09.05.2005 : PHM : UNICELLAR TABLE HEADERS */
.uctdSeparator { background-image: url(images/dot_bkg.gif) }

/* 13.06.2005 : PHM : UNICELLAR TABLE HEADERS BLANK */
.ucthblank { color: #FFFFFF; background-color: #FFFFFF }

/* 13.06.2005 : PHM : UNICELLAR HEADER COLUMN */
.uchcol	
{
    color: #FFFFFF;
    TEXT-DECORATION: none
}

a.uchcol:link, a.uchcol:active, a.uchcol:visited
{
	color: #FFFFFF;
	TEXT-DECORATION: none
}

a.uchcol:hover, a.uchcol:visited:hover
{
    color: #FF8000;
    TEXT-DECORATION: none
}

/* 09.05.2005 : PHM : UNICELLAR BLUE TOPIC CELL */
.ucmenu { color: #FFFFFF; text-decoration: none }

/* 09.05.2005 : PHM : UNICELLAR NAVIGATION */
.ucnav, .ucnav:link, .ucnav:active, .ucnav:visited {display: block; color: #FFFFFF; text-decoration: none; padding:3px; background-color: #004E8C; width:100%; height:100%; }
a.ucnav:hover, a.ucnav:visited:hover {display: block; color: #FFFFFF; text-decoration: none; background-color: #660033; padding:3px; width:100%; height:100%;}
a.ucnav-on, a.ucnav-on:visited, a.ucnav-on:hover, a.ucnav-on:visited:hover {display: block; color: #FFFFFF; font-weight: bold; text-decoration: none; padding:3px; width:100%; height:100%;}

/* 09.05.2005 : PHM : UNICELLAR TOPIC */
.uctopiccell
{
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #004E8C	
}

/* 24.09.2008 : PHM : UNICELLAR TOPIC LINK */
a.uctopiclink, a.uctopiclink:link, a.uctopiclink:active, a.uctopiclink:visited
{
	color: #FFFFFF;
}
a.uctopiclink-on, a.uctopiclink-on:visited, a.uctopiclink-on:hover, a.uctopiclink-on:visited:hover {color: #FFFFFF; ; text-decoration: underline}


/* 09.05.2005 : PHM : UNICELLAR NAVIGATION MENU BLANK CELL */
.uctopiccell_blank { background-color: #004E8C }

/* 19.09.2008 : PHM : UNICELLAR PASSWORD EVALUATOR */

.ucPwdBarRed
{
	background-image:url(images/pwd_red.gif);
	background-repeat:no-repeat;
	height:10px;
	overflow:hidden;
	width:160px;
}

.ucPwdBarOrange
{
	background-image:url(images/pwd_orange.gif);
	background-repeat:no-repeat;
	height:10px;
	overflow:hidden;
	width:160px;
}

.ucPwdBarBlue
{
	background-image:url(images/pwd_blue.gif);
	background-repeat:no-repeat;
	height:10px;
	overflow:hidden;
	width:160px;
}

.ucPwdBarGreen
{
	background-image:url(images/pwd_green.gif);
	background-repeat:no-repeat;
	height:10px;
	overflow:hidden;
	width:160px;
}

.ucPwdBarProgression
{
	background-image:url(images/pwd_back.gif);
	border:1px solid #7E7E7E;
	margin : 0px 0px 0px 0px;
	margin-left : 0px;
	height:10px;
	overflow:hidden;
	width:160px;
}

.ucPwdBarInfo
{
	color:#474747;
	font-size:10px;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
	padding-left : 0px;
	width : 200px;
}

