/*****************************************************
Print style
******************************************************/

@media screen {
	*.noview
		{ display : none; }
		
	*.Height100
	{
		height:100%;
	}
}

.printBar {
	background-color: White;
	height: 40px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	vertical-align: middle;
	text-align:right;
	padding: 4px;
}

.printBarBottom 
{
	background-color: White;
	height:20px;
}



.printBar a:link,
.printBar a:visited {
	color: #000000;
	text-decoration: none;
}
.printBar a:hover {
	color: #000000;
	text-decoration: underline;
}

/***********************************************************************
* Page under-construction style  
/***********************************************************************/
.HeaderStyle { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; HEIGHT: 27px;  }
TABLE.TableBorder { BACKGROUND-COLOR: #74baf3 }	
	
TD.TableTD {BACKGROUND-COLOR: #f1f9ff}		
TD.TableTD A:link {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
TD.TableTD A:visited {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
TD.TableTD A:hover {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: none}

@media screen {
	*.noview
		{ display : none; }
		
	*.Height100
	{
		height:100%;
	}
}

/***********************************************************************
* Global styles
/***********************************************************************/
TD { font-family: Arial, Verdana; font-size: 11px; margin: 2px 0px 5px 0px; line-height: 16px;}	
.p1, p, ul, li {
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: justify;
	padding: 0px;
	margin: 2px 0px 5px 0px;
	line-height: 16px;
}
ul {
	/*list-style-image: url(../Images/design/list_marker.gif);*/
	list-style-position: inside;
	padding-left: 10px;
	list-style-type: disc;
}

hr {
	width: 100%;
	size: 0;
	height: 0px;
	border-style: none;
	border-bottom: 1px solid #E99503;
	/*noshade;*/
}



a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/*************************************************************************
*Galerijos
**************************************************************************/
.DivContainer
{
	border: 1px solid #919B9C;
	overflow: auto;
	padding:5 5 5 5;
}
/***********************************************************************
* Text title styles
/***********************************************************************/

h1 {
	color: #000000;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px 2px 0px;
}

h2 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 5px 0px 3px 0px;
}

h3 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 5px 0px 3px 0px;
	text-transform: uppercase;
}


/***********************************************************************
* Design styles
/***********************************************************************/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
}
.mainSelArea {
	background-color: #000000;
	border-top: 14px solid #B6B6B6;
	border-bottom: 3px solid #E99503;
	color: white;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.mainSelSpaces {
	background-color: #B6B6B6;
	height: 60px;
}

.menuBarBg {
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_menu.gif);
	height: 34px;
}
.menuBarLeftBg {
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_menu.gif);
	border-left: 1px solid #393939;
	height: 34px;
}
.menuBarRightBg {
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_menu.gif);
	border-right: 1px solid #C4C4C4;
	height: 34px;
}

/***********************************************************************
* Table styles
/***********************************************************************/

.tableStyle {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

.tableStyle td{
	background-color: #FAFAFA;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	padding:1px 5px 1px 5px;
	color:#000000;
	text-align:center;
}

.tableStyle th{
	background-color: #FAFAFA;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	font-weight:bold;
	font-size:12px;
	padding:1px 5px 1px 5px;
	color:#000000;
	text-align:center;
}


/***********************************************************************
* Main menu styles
/***********************************************************************/

.mainMenu,
.mainMenuClick {
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	/*padding: 0px 8px 0px 8px;*/
	height: 34px;
	border-left: 1px solid #393939;
	border-right: 1px solid #C4C4C4;
	cursor: pointer;
}
.mainMenu {
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_menu.gif);
	color: #FFFFFF;
}
.mainMenuClick {
	background-color: #FADE4A;
	background-image: url(../images/design/bg_menu-over.gif);
	color: #000000;
}

.mainMenu a:visited,
.mainMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.mainMenu a:hover,
.mainMenuClick a:visited,
.mainMenuClick a:link,
.mainMenuClick a:hover {
	color: #000000;
	text-decoration: none;
}

.mainMenuStable{
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	/*padding: 0px 8px 0px 8px;*/
	height: 34px;
	border-left: 1px solid #393939;
	border-right: 1px solid #C4C4C4;
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_menu.gif);
	color: #FFFFFF;
}

/***********************************************************************
* Submenu styles
/***********************************************************************/

.subMenu,
.subMenuOver,
.subMenuClick {
	padding: 1px 8px 1px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #8D8D8D;
	cursor: pointer;
}
.subMenu {
	background-color: #EBEBEB;
}
.subMenuOver {
	background-color: #FCD116;
}
.subMenuClick {
	background-color: #FCD116;
	font-weight: bold;
}

a.subMenu:visited,
a.subMenu:link {
	color: #000000;
	text-decoration: none;
}

.submenuTopSpace {
	border-bottom: 1px solid #8D8D8D;
	height: 40px;
}

/***********************************************************************
* Static text styles
/***********************************************************************/

.textHighlight {
	font-weight: bold;
	color: #000000;
}


SPAN.text 
{
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	font-weight: bold;
	color:#000000
}



/***********************************************************************
* Content styles
/***********************************************************************/

.contentMainBg,
.contentMainBgInner {
	background-color: #EBEBEB;
	border-left: 1px solid #8D8D8D;
	border-right: 1px solid #EBEBEB;
	vertical-align: top;
}
.contentMainBgInner {
	background-color: #FFFFFF;
}

.contentLeftBg {
	background-color: #EBEBEB;
	vertical-align: top;
}

.contentMidBg {
	background-color: #EBEBEB;
}

.contentRightBg {
	background-color: #EBEBEB;
	border-left: 1px solid #8D8D8D;
	vertical-align: top;
}

.contentMain {
	padding: 10px 10px 10px 10px;
}
.contentInner{
	padding: 10px 10px 10px 200px;
}

.contentLeft {
	padding: 10px 10px 10px 10px;
}

.contentRight {
	padding: 10px 10px 10px 10px;
}


/***********************************************************************
* Navigation styles
/***********************************************************************/

.navStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	border-left: 1px solid #999999;
	padding: 2px 6px 2px 6px;
}

.navStyle a:link,
.navStyle a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.navStyleTable {
	border-right: 1px solid #999999;
}

/***********************************************************************
* Box styles
/***********************************************************************/

.boxTable {
	padding: 20px 10px 10px 10px;
}

.boxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 5px 0px 5px 0px;
}

.boxContent {
	background-image: url(../images/design/box_split.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 0px 0px 0px;
}
.boxContentForPrint
{	
	background-image: url(../images/design/box_split.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px 0px 0px 0px;
}

.boxContentForTopPrint
{	
	background-image: url(../images/design/box_split.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #000000;
	padding: 5px 0px 0px 0px;
}	

/***********************************************************************
* Form input styles
/***********************************************************************/
input.inputStyleRequired
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #FF0000;
	background-color: #D9D9D9;
}

select.municipalityStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px dashed #F3F3F3;
	background-color: #D9D9D9;
}

input.inputStyle,
select.calcStyle,
select.simpleSelect {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #F3F3F3;
	background-color: #D9D9D9;
}
select.calcStyle {
	width: 100%;
}

input.buttonSearch,
input.buttonStyle,
input.buttonStyleOver,
input.buttonBack,
input.buttonBackOver,
input.buttonOk,
input.buttonOkOver {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	cursor: pointer;
	height: 19px;
	padding: 0px 5px 0px 5px;
}
input.buttonStyle {
	background-color: #F4811F;
	color: #E5E5E5;
}
input.buttonStyleOver {
	background-color: #F4811F;
	color: #FFFFFF;
}
input.buttonBack {
	background-color: #F4811F;
	color: #E5E5E5;
}
input.buttonBackOver {
	background-color: #F4811F;
	color: #FFFFFF;
}
input.buttonOk {
	background-color: #F4811F;
	color: #E5E5E5;
}
input.buttonOkOver {
	background-color: #F4811F;
	color: #FFFFFF;
}
input.buttonSearch {
	/*height: 17px;*/
	width: 25px;
	background-image: url(../Images/design/search_btn.gif);
	background-position: center;
}

/***********************************************************************
* Spacers styles
/***********************************************************************/



/***********************************************************************
* Background styles
/***********************************************************************/

.leftBg {
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_sides.gif);
	border-right: 1px solid #C4C4C4;
}
.rightBg {
	background-color: #7E7E7E;
	background-image: url(../images/design/bg_sides.gif);
	border-left: 1px solid #393939;
}

.contentBg {
	background-color: #EBEBEB; 
}




/***********************************************************************
* system style
/***********************************************************************/

.hiddenText
{
	visibility:hidden;
}

.visibilityText
{
	visibility:visible;
}

.noneText
{
	display:none;
}

.displayText
{
	display:block;
}

.ValidateError,
.ValidateErrorTitle
{
	color:Red;
}
.InformationError,
.InformationErrorTitle
{
	color:#2D3292;
}
.ValidateErrorTitle,
.InformationErrorTitle
{
	font-weight: bold;
}


/***********************************************************************
* solution style
/***********************************************************************/


a.Solution:link,
a.Solution:visited
{
	font-weight: normal;
    text-decoration: none;
    color:#555555;
}
a.Solution:hover
{
	font-weight: normal;
    text-decoration: none;
    color:#555555;
}

.orange
{
	font-weight: normal;
	color: #FF6600;
}

a.Solution:hover span
{
	font-weight: normal;
	text-decoration: underline;
    color: #FF6600;
}


/*****************************************************
Paging style
******************************************************/
.Prev, .PrevOver, .PrevDisable,
	.Next, .NextOver, .NextDisable,
	.Numeric, .NumericOver, .NumericSelect
{
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;	
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	PADDING-TOP: 0px;
}

.Prev
{
	BACKGROUND: url(../Images/Back_Arrow.gif);	
	font-family: Arial, Tahoma, Verdana;	
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	height:13px;
	width:18px;
	CURSOR: pointer;
	CURSOR: hand;
}

.PrevOver
{
	BACKGROUND: url(../Images/Back_Arrow-over.gif);	
	font-family: Arial, Tahoma, Verdana;	
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	height:13px;
	width:18px;
	CURSOR: pointer;
	CURSOR: hand;
}

.PrevDisable
{
	BACKGROUND: url(../Images/Back_Arrow-disable.gif);	
	font-family: Arial, Tahoma, Verdana;	
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	height:13px;
	width:18px;
	CURSOR: pointer;
	CURSOR: hand;
}

.Next
{
	BACKGROUND: url(../Images/Next_Arrow.gif);	
	font-family: Arial, Tahoma, Verdana;	
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	height:13px;
	width:18px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NextOver
{
	BACKGROUND: url(../Images/Next_Arrow-over.gif);	
	font-family: Arial, Tahoma, Verdana;	
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	height:13px;
	width:18px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NextDisable
{
	BACKGROUND: url(../Images/Next_Arrow-disable.gif);	
	font-family: Arial, Tahoma, Verdana;	
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1px;
	height:13px;
	width:18px;
	CURSOR: pointer;
	CURSOR: hand;
}

.Numeric
{
	background-color:#FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	color: Black;
	letter-spacing: 1px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NumericOver
{
	background-color:#FFFFFF;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	letter-spacing: 1px;
	CURSOR: pointer;
	CURSOR: hand;
}

.NumericSelect
{
	background-color:#FFFFFF;
	font-size: 11px;
	color:  #999999;
	letter-spacing: 1px;
}
/* */

.imageText 
{
	font-size : 10px;
	padding-bottom:7px;
	background-color:#d9d9d9;
	padding: 5px 5px 5px 5px;
}
/** Colour styles **/

.ValueZero
{
	color:Red;
}

.ValueEnable
{
	color:Green;
}

.Attention
{
	color:Red;
	font-size : 10px;
}