/* ====================================================================
 * (#)Header: my-default-NN.css
 * (#)Revision: 1.1
 * (#)Date Created: 2002/12/06
 * (#)Created By: Nenad Jelic
 * ====================================================================
 *
 * Copyright (c) 2002-2003.  All rights reserved.
 *
 * ==================================================================== 
 */
/* Begin tree of inherited properties and cascades. */

HTML	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: black;
	}

body, div, p, blockquote, ol, ul, dl, li, dt, dd, td {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
      color : #000088; 
      font-weight : 400; 
      font-size : 10px;
}

A:link, A:visited, A:active, A:hover{
	/* Cascadable styles (OVERRIDE if necessary) */
	color: #000033; /* DEFAULT COLOR IS BLUE */
	background:transparent;
	/* DO NOT OVERRIDE THESE */	
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small; 
	letter-spacing: 0px;
	text-decoration: none;
}
A:active	{
	color: #cc9933;
	text-decoration: underline;
	}
A:hover {
	color: #FF9900;
}

TABLE	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small; 
	color: black;
}
/* GLOBAL MESSAGES [DO NOT CHANGE] --------------- START */
.errorTxt, .successTxt, .disclaimerTxt, .warningTxt{
	font-size: 10px;
	font-weight: normal;
	word-spacing: 3px;
	vertical-align: middle;
	text-align: left;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.warningTxt {
	color: #FF6600;
	border: 1px double #FF6600;
	background-color: #FFFFEC;
}
.errorTxt {
	color: FF0066;
	background-color: FFECF8;
	border: 1px double #FF0066;
}
.successTxt {
	color: #006600;
	background-color: #ECFFEC;
	border: 1px double #006600;
}
.disclaimerTxt {
	color: #0066FF;
	background-color: #FFFFFF;
	border: 1px double #0066FF;
	text-align: center;
}
/* GLOBAL ERROR MESSAGES */
.errHeaderTxt, .errMsgTxt {
	font-size: 11px;
	text-transform: capitalize;
}
.errHeaderTxt {
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
.errMsgTxt {
	font-weight: normal;
	color: #FF0000;
}
/* GLOBAL MESSAGES [DO NOT CHANGE] ----------------- END */

/* MENUS ----------------------------------------- START */
.topMenu a:link, .topMenu a:hover, .topMenu a:visited{
	color: #0033FF; /* OVERRIDABLE DEFAULT = BLUE */
	background:transparent; 
	/* DO NOT OVERRIDE ----- UNCHANGED */	
	font-size: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
	text-transform: uppercase;	
}
.topMenu a:hover {
	color: #333333;				/* OVERRIDABLE - DEFAULT = DARK GREY 0033FF*/
	background-color: #f5f5f5;	/* OVERRIDABLE - DEFAULT = LIGHT GREY */
}
/* MENUS ------------------------------------------- END */

/* HEADER, FOOTER AND DATE ----------------------- START */
.headerTxt, .dateTxt {
	background-color: #BEDAD9; 	/* OVERRIDABLE - DEFAULT = BLUE */
	font-weight: bold;				/* UNCHANGED */
}
.headerTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-indent: 5pt;
	font-variant: small-caps;
}
.dateTxt {
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-right: 5px;
	text-align: right;
}
.footerTxt {
	background-color: #000033; /* OVERRIDABLE */
	
	/* BELOW UNCHANGED */
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	background-repeat: repeat;
}
/* HEADER, FOOTER AND DATE ------------------------- END */

/* TABLE STYLES ---------------------------------- START */
.tblBoarder {
	border: 1px solid #666666;
}
.tblTopBoarder {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

/* Main Table Base */
.mainTitle, .mainTblColHeader, .mainTblLabel, .mainHeaders, .mainTblValue, .mainTblValueSml {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	color: #666666;
	height: 20px;
}
/* Main Table Inheritance Ids */
.mainTitle {
	vertical-align: bottom;
	height: 30px;
}
.mainTblColHeader {
	background-color: #e5e5e5;
}
.mainTblLabel {
	font-size: 11px;
	color: #FFFFCC;
	height: 18px;
	background-color: #0099FF;
}
.mainHeaders {
	font-size: 11px;
	word-spacing: 3px;
	display: inline;
}
.mainTblValue, .mainTblValueSml {
	color: #0033FF;
	text-align: center;
	height: 18px;
	background-color: #FFFFFF;
}
.mainTblValue {
	font-size: 11px;
}
.mainTblValueSml {
	font-size: 9px;
}

.mainTblValueLeftAligned {
	font-size: 9px;
}
.subTblColHeader, .subTblFont {
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
.subTblColHeader {
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
	background-color: #F5F5F5;
	background-repeat: repeat;
	height: 18px;
}
.subTblFont {	
	color: #666666;
	line-height: 15px;
}
.subTblTitle {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	background-color: #EEEEEE;
	background-repeat: repeat;
	height: 18px;
	letter-spacing: 1px;
}
/* TABLE STYLES ------------------------------------ END */

/* FORM STYLES ----------------------------------- START */
.formLabel, .disabledformTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0033FF;
}
.formLabel {
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	background-color: #FFFFFF;
}
.formTxt {
	color: #003399; /* this is the default form text color -- Navy Blue -- Override if necessary*/
}
.disabledformTxt {
	font-weight: bold;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px outset #CCCCCC;
	background-color: #F5F5F5;
}
/* FORM STYLES ------------------------------------- END */

.spacer{
	line-height:3px;
	background-color: #CC9900;
	color: #CC9900;
	border-top: 1px solid #FFC40F;
	border-bottom: 1px solid #000033;
}
.menu-bg{
	background-color: #00CCFF;
	border-right: 1px solid #000033;
}
.topMenu a:active  { 
	color: #FFFFFF; /* OVERRIDABLE DEFAULT = BLUE */
	background:#FFFFFF; 
	/* DO NOT OVERRIDE ----- UNCHANGED */	
	font-size: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
	text-transform: none;	
 } 
.formTxt { 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
 } 
 .serbianTitleTxt { 	font-family: Arial Cirilica;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
 } 
 
