
/* ===========================================================
   CSS STYLES 
   ===========================================================  */

/* MAIN STYLE ELEMENTS */

body 
{
	font-family : Arial, Sans-Serif;
	font-size : 11px;
	color : #000000;
	background-color : #FFFFFF;	
	margin: 0px;
}
.outer
{
	padding-right: 0px;
	margin: 10px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	background-color: white;
	border-bottom-style: ridge;
}

.pageTitle
{
	font: bold 20px 'Times New Roman' , Verdana;
	color: black;
	background-color: mintcream;
}

.TitleSmall
{
	font: bold 16px Verdana, 'Times New Roman';
	color: black;
}

.pageTitleSmall
{
	font: bold 14px 'Times New Roman' , Verdana;
	color: black;
	background-color: AliceBlue;
	border-bottom-style: ridge;
}

.level1
{
	border-style : solid;
	border-width : 1px;
}
.sectionDiv 
{
	margin-top : 0px;
	padding-bottom: 10px;
	
}

.mainTable 
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

/* LEVEL 1 HEADER */
.headerLevel1
{
	width : 100%;
	border : 0px;
	margin-bottom : 10px;
	height : 22px;
	padding-right : 100px;
}

.headerLevel1Title
{
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: 'Times New Roman' , Verdana;
	background-color: AliceBlue;
}

.MiddleLevelTitle
{
	margin-bottom : 10px;
	height : 22px;
	padding-left: 5px;
	padding-right : 100px;
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial, Sans-Serif;
}

/* LEVEL 2 HEADER TABLE */
.headerLevel2
{
	width : 100%;
}
.headerLevel2Title
{
	padding-right: 1px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 1px;
	margin: 5px 5px 5px 20px;
	width: 100%;
	color: white;
	padding-top: 1px;
	font-family: Arial, Sans-Serif;
	background-color: steelblue;
}

.edgeLeft
{
	border-left: #005e5e 1px solid;
}

.edgeRight
{
	border-right: #005e5e 1px solid;
}

.edgeTop
{
	border-top: #005e5e 1px solid;
}

.edgeBottom
{
	border-bottom: #005e5e 1px solid;
}


.tableItem
{
	border-style : solid;
	border-width : 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: white;
	color:Black;
}

.tableItemSel
{
	border-style : solid;
	border-width : 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: white;
	color:Blue;
	cursor:hand;
}

.tableColumnHeader
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	border-left: black 1px solid;
	padding-top: 3px;
	border-bottom: black 1px solid;
	font-family: 'Times New Roman' , Verdana;
	background-color: AliceBlue;
	text-align: center;
}

.tableItemNoIndent 
{
	background-color : AliceBlue; /* light_color */
	border-color : black; /* darkest_color */
}


/* REQUIRED LABEL */
.required 
{
	font-family : Arial, Sans-Serif;
	font-size : 11px;
	font-weight : bold;
}

/* NOT REQUIRED LABEL */
.label
{
	font-family : Arial, Sans-Serif;
	font-size : 11px;
	text-align : right;
}

.labelText
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana,arial;
}

.labelSmallText
{
	padding-left: 5px;
	font-size: 11px;
	color: black;
	font-family: Verdana,arial;
}

.labelErr
{
	font-family : verdana,arial;
	font-size : 11px;
	color : Red;
}
.labelMsg
{
	font-family : verdana,arial;
	font-size : 11px;
	color : Blue;
}
.labelMark
{
	font-family : verdana,arial;
	font-size : 9px;
	color : Blue;
}

.dropdown 
{
	font-family : Arial, Sans-Serif;
	font-size : 11px;
}

/* ITEMS UNDER HEADERS */
.item
{
	border : 0px;
	margin-right : 10px;
	margin-left: 20px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 6px;
	margin-bottom : 25px;
}

.itemIndent 
{
	text-align: right;
	padding-left : 10px;
}

/* USER MODULES CLASSAS */

.pageHeader 
{
	font-family : Arial;
	font-size : 14px;
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: #005e5e 1px solid;
	background-color :White
}
.itemModuleHead
{
	font-size: 14px;
	color: white;
	font-family: Arial;
	background-color: cornflowerblue;
}
.itemModuleSubHead
{
	background-color : #ceddf2;
	font-family : Arial;
	font-size : 14px;
	color :  White 
}

.itemModulePanel
{
	background-color : #ceddf2;
	color :  White ;
	padding:15,15,15,15;
	border-color:black;
	border-style:solid;
	border-width:1;
	border-right:0;
	border-left:0;
	text-align:center 
}
.itemModuleLeft
{
	background-color : #ceddf2;
}
.itemModuleBack
{
	background-color : #ffffff;
}
.itemHREF
{
	font-family : Arial;
	font-size : 14px;
	color:blue; 
	text-decoration:none;
	text-align:center 
}
.itemHREFSel
{
	font-family : Arial;
	font-size : 14px;
	color:blue; 
	text-decoration:underline;
	text-align:center;
	cursor:hand;
}
.itemHREFSelected
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}
.itemHREF2
{
	font-family : Verdana;
	font-size : 12px;
	color: blue; 
	text-decoration:none;
}
.itemHREF2Sel
{
	font-family : Verdana;
	font-size : 12px;
	color: blue; 
	text-decoration:underline;
	cursor:hand;
}
.itemMenu
{
	font-family : Arial;
	font-size : 12px;
	color:blue; 
	text-decoration:none;
	text-align:center 
}
.itemMenu2
{
	font-size: 12px;
	color: dimgray;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}
.itemMenu3
{
	font-size: 12px;
	color: darkblue;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}
.itemMenuSel
{
	font-family : Arial;
	font-size : 12px;
	color:blue; 
	text-decoration:underline;
	text-align:center 
}
.itemMenuSelected
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}
.itemPageHeaderText
{
	font-size: 12px;
	color: midnightblue;
	font-style: italic;
	font-family: Arial;
	text-align: right;
}

