

/* MY STYLES */

img
{
	border: 0px;
}

textarea
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	height: 100px;
	border: 1px solid gray;
	padding-left:3px;
	width: 350;
}

input.text
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	height: 17px;
	border: 1px solid gray;
	padding-left:3px;
	width: 350px;
}

input.submit1, input.cancel1
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	background-color: #F6F6F6;
	border-style: solid;
	border-color: gray;
	border-width: 1px;	
}

/* combobox class (type #1) */
select.combobox
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	height: 20px;
	width: 355px;
	border: 1px solid gray;
}

/* input text field for the grid live search*/
input.liveFilter
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	height: 17px;
	border: 1px solid gray;
	width: 100%;
}

span.error
{
	color: red;
}

/* td with the error */
td.error
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	/*color: #3E4755;
	background-color: #EDEFF2;*/
	text-indent: 3px;	
}

/* header td */
td.header
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #ECE9D8;
	text-indent: 3px;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	background-color: #E6E7D7;	
}

/* label in eva table */
td.label
{
	font-family: Geneva CY,Tahoma,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	/*color: #3E4755;
	background-color: #EDEFF2;*/
	text-indent: 3px;	
	width: 180px;
}

/* INFO TABLE */
table.info
{
	//border-bottom: 1px solid #666666;
	width: 100%;
	//margin-bottom: 10px;
}

td.infoLabel
{
	font-weight: bold;
	text-align: right;
	width: 100px;
}

td.infoData
{

}

td {
	color:#4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img.gallery
{
	margin: 2px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

input.submit, input.cancel
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	padding-left: 0px;
	/*background-color: #F6F6F6;*/
	border-style: none;
	border-color: gray;
	border-width: 0px;
	text-decoration: underline;
}

a.ajax
{
	cursor: pointer;
	text-decoration: underline;
}

a:hover.ajax
{
	cursor: pointer;
	text-decoration: underline;
}

a:visited.ajax
{
	cursor: pointer;
	text-decoration: underline;
}
/*
div
{
	padding-right: 0px;
	margin-right: 0px;
}*/
/* DESIGNER STYLES */

body {
	margin:0px 0px;
	padding:0;
	color:#4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



h1 {
	color:#003575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 0px;
}

h2 {
	color:#990000;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

ol {
	margin-left: 16px;
	padding : 0;
	}

ul {
	margin: 6px 0 0px 0;
	padding : 0;
	list-style: square;
}
li { 	margin: 0 0 2px 16px; padding: 0 0 0 0px;}


td.content
{
	/*border: 1px solid gray;*/
	border-bottom-width: 0px;
}

td.leftColumn
{
	border-top: 1px solid gray; 
	/*border-bottom: 1px solid gray;*/	
}

.blueback {
	background-color: #003575;	
}

.icons {
	background-color: #003575;
	height: 100%;
	/*width: 200px;*/
	padding: 0 10px 1px 10px;
}
.icon {
	font-size: 8px;
	font-weight: bold;
}
.icon a { color: #A8C4ED; text-decoration: none; }
.icon a:hover { color: #fff; text-decoration: none;}

.row7 {
	background-color: #003575;
	height: 7px;
}
a { color: #003575; }
a:hover { color: #990000; }

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header { 
	width: 994px; 
	height: 248px;
	background: #F1F0E3 center top;  
	}
.languages {
	background-color: #999900;
	height: 20px;
	padding: 4px 22px 0 22px;
	font-size: 12px;
	color: #FFFFFF;
	}
.languages a { color: #fff; text-decoration: none; }
.languages a:hover { color: #fff; text-decoration: underline;}

.menutop {
	padding:30px 20px 6px 22px;
	width: 472px;
	font-size: 12px;
	color: #1B3562;
	font-weight: bold;
	background-color: #F1F0E3;
}

.menutop a { color: #003575; text-decoration: none; }
.menutop a:hover { color: #990000; text-decoration: none;}

#search {
	width: 200px;
	height: 100%;
	background-color: #F1F0E3;
}
.box {
	padding:18px 20px 9px 22px;
	width: 200px;
	}

#reports {
	padding:0px 20px 16px 22px;
	width: 120px;
	background-color: #E1E1D4;
	vertical-align: top;
	margin-top: 10px;
}

.report {
	width: 218px;
	height: 70px;
	margin-bottom: 4px;
}
/* MAIN & MENU
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	width: 994px;
	min-height: 370px;
	float: left;
	background-color: #F7F6E8;
	margin:0;
	}  


div.content {
	/*width: 462px;*/
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 0px;
	}
/*
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003575;
	line-height: 1.5em;
	}
.menu a {
	color: #003575;
}
.menu a:hover {
	color: ##990000;
}*/

.pdf_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	}
.pdf_link a {
	color: #990000;
}
.pdf_link a:hover {
	color: #003575;
}

.img {
	float:left;
	width: 142px;
	padding-right: 16px;
	
}


.projects {
	/*width: 492px;*/
	height: 324px;
	/*background-color: #F4F5E4;*/
	/*padding-bottom: 24px;
	padding-left: 22px;
	padding-top: 16px;*/
	
	}

.projects_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003575;
	line-height: 1.3em;
	}
.projects_link a { color: #003575; }
.projects_link a:hover { color: #990000; }

.project {
	float:left;
	width: 146px;
	/*padding-right: 18px;*/
	padding-right: 7px;
	padding-top: 4px;
}


.nav {
	padding:18px 20px 18px 22px;
	text-align: left;
	/*width: 178px;*/
	font-size: 12px;
	color: #003575;
	font-weight: bold;
	/*background-color: #F1F0E3;*/
}

.nav a { color: #003575; text-decoration: none; }
.nav a:hover { color: #990000; text-decoration: none;}

#chestionar {
	/*width: 186px;*/
	/*background-color: #E1E1D4;*/
	vertical-align: top;
	padding-bottom: 18px;
	padding-right: 12px;
	padding-top: 16px;
	padding-left: 22px;
	/*border-top: 1px solid gray;*/
}
.chestionar_txt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B3562;
}
.box1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*width: 50px;*/
	color: #999900;
	float:left;
	}

.box2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 78px;
	color: #999900;
	float:left;
	}

.news {
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	/*background-color: #F1F0E3;*/
	padding-bottom: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	/*border-top: 1px solid gray;*/
}
.news_link {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.news_link a { color: #990000; }
.news_link a:hover { color: #003575; }

.green {color: #999900;}
.red {color: #990000;}
.small_txt {font-size: 11px;}
/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.menubottom {
	padding:6px 20px 24px 22px;
	/*width: 472px;*/
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}

.menubottom a { color: #fff; text-decoration: none; }
.menubottom a:hover { color: #A8C4ED; text-decoration: none;}

.copyright {
	padding:6px 20px 12px 22px;
	font-size: 11px;
	color: #E8E6DE; 
	}

/*
 * TOOLBARS
*/
/* toolbar table */
table.toolbar
{
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	height:25px;
	background: url(images/toolbar_bg.gif) left top;
	background-color: #E6E7D7;
}

/* toolbar caption table */
table.toolbarCaption
{
	border-style: solid;
	border-color: gray;
	border-width: 1px 1px 0px 1px;
	height: 10px;
	background: url(images/toolbar_bg.gif) left top;
	padding: 0px 1px;
	font-size: 6px;
	width: 100%;
}

/* toolbar caption cell */
td.toolbarCaption
{
	font-size: 10px;
}

/* button link */
a.buttons
{
	margin: 0px 1px 0px 1px;
}

a.buttons:hover
{
	border:1px solid #AEB6C2;
	background-color: #DBE3F2;
	margin: 0px 0px 1px 0px;
	padding-top: 2px;
	margin-top: 1px;
}

/* toolbar menu button */
a.menubuttons
{
	padding:3px;
	white-space:nowrap;
	height: 19px;
	font-family: Verdana;
	font-size: 11px;	
	color: #000000;
	text-decoration: none;
	padding-left:22px;
   /* border:1px solid transparent;*/
}

a.menubuttons:hover
{
	border:1px solid gray;
	background-color: #DBE3F2;
	padding-left:22px;
	height: 21px;
}

a.menubuttons:visited 
{
	font-size: 11px;	
	text-decoration: none;
	color: #000000;
}


/*
* PRINTING
*/

/* title for the grid print preview */
p.printTitle
{
	font-weight: bold;
	font-size: 18px;
	font-family: verdana;
	display: inline;
}

/* printable grid table */
table.gridPrint
{
	width: 17cm;
	margin: 0px;
	border: 1px grey solid;
	border-collapse:collapse;
	padding: 0px;
}

/* printable grid table cell */
td.gridPrint
{
	/*font-family: verdana;
	font-size: 11px;
	border-collapse:collapse;
	border: 1px grey solid;
	padding: 2px;*/
	border: 1px solid gray;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
}

td.gridHeaderPrint
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid gray;
	border-collapse:collapse;
	padding: 2px;
	background-color: #eeeeee
}


/* 
* MASS OPERATION 
*/

/* mass operation table */
table.massOperation
{
	text-align: center;
	margin-top: 10px;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	background-color: #F4F4EB;
	text-indent: 3px;	
}

/* mass operation table header */
td.massHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #E6E7D7;
	text-indent: 3px;	
	height: 217x;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
}


/* 
* FILTER 
*/

/* filter table */
table.filter
{
	margin-top: 10px;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	background-color: #F4F4EB;
	/*text-indent: 3px;	*/
}

/* input text for the fast search */
input.search
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	font-style:italic;
	background-color: #F6F6F6;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	width:430;
}

/* search button */
input.searchbutton
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	background-color: #F6F6F6;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	width:100;
}

/* filter header */
td.filterHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #E6E7D7;
	text-indent: 3px;	
	height: 217x;
	border-bottom:1px solid gray;
}

/* filter label */
td.filterLabel
{
	padding: 0px 0px 0px 5px;
}


/* 
* GRID 
*/

/* grid table */
table.grid
{
	width: 100%;
	border-collapse:collapse;
	border-width: 1px;
	border-style:solid;
	border-color: gray;
	padding:0px;
}

/* grid cell (default) */
.gridCell 
{
	font-family: verdana;
	font-size: 12px;
	border-collapse:collapse;
	border-width: 1px;
	border-style:solid;
	border-color: #444444;
	padding:0px 2px 0px 2px !important;
	/*white-space: nowrap;*/
	text-align: center;
}

/* grid cell (type #1) */
.gridCell1 
{
	font-family: verdana;
	font-size: 11px;
	color: #3E4755;
	background-color: #F9F9EF;
	border-collapse:collapse;
	border-width: 1px;
	border-style:solid;
	border-color: gray;
	padding:0px 0px 0px 3px;
}

/* grid cell (type #2) */
.gridCell2 
{
	font-family: Verdana;
	font-size: 11px;
	color: #3E4755;
	background-color: #F9F9EF;
	border-collapse:collapse;
	border-width: 1px;
	border-style:solid;
	border-color: gray;
	padding:0px 0px 0px 3px;
}

/* grid row (default) */
.gridRow 
{
	font-family: verdana;
	font-size: 11px;
	color: #3E4755;
	background-color: #F9F9EF;
	height: 20px !important;
}

/* grid row (type #1) */
.gridRow1 {
	font-family: verdana;
	font-size: 11px;
	color: #3E4755;
	background-color: #F9F9EF;
}

/* grid row (type #2) */
.gridRow2 {
	font-family: Verdana;
	font-size: 11px;
	color: #3E4755;
	background-color: #F9F9EF;
}

/* selected grid row */
.gridRowSelected {
	font-family: verdana;
	font-size: 11px;
	color: #3E4755;
	background-color: #CCCCCC;
	height: 20px !important;
}

/* grid header */
tr.gridHeader
{
	color: #3E4755;
	font-weight: bold;
	background-color: #6283BA;
	padding-right: 3px;
	margin-right: 3px;
	border-collapse:collapse;
	border-width: 1px;
	border-style:solid;
	border-color: #333333;
	padding: 0px;
}

/* grid header */
td.gridHeader
{
	font-family: verdana !important;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #6283BA;
	border-collapse:collapse;
	border-width: 1px;
	border-style:solid;
	border-color: #444444;
	padding: 0px 3px !important;
	color: #FFFFFF !important;
	vertical-align: top;
}

/* td with the sort arrows */
td.gridSort
{
	text-align: right;
}

/* pagination table */
table.pagination
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	margin-right: 0px;
	padding: 0px;
}

/* pagination td */
td.pagination
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin-right: 0px;
	border-color: black;
	border-width: 0px;
	font-weight: bold;
}

span.pagination
{
border:1px solid #E2E6E9;
color:#000000;
padding: 1px 3px;
text-decoration:none;
margin: 1px;	
}

a.pagination
{
border:1px solid #E2E6E9;
color:#6D849E;
padding: 1px 3px;
text-decoration:none;
margin: 1px;	
}

a:visited.pagination
{
border:1px solid #E2E6E9;
color:#6D849E;
padding: 1px 3px;
text-decoration:none;	
}

a:hover.pagination
{
border:1px solid #E2E6E9;
color:#6D849E;
padding: 1px 3px;
text-decoration:none;	
}

/* detailed grid item (row) */
table.detailedGridItem
{
	border: 1px dotted black;
}

/* detailed grid item label */
span.detailedGridItemLabel
{
	text-decoration: underline;
}


/* TOOLTIP 1 */

/* tooltip link */
a.tt
{
    position:relative;
    z-index:24;
}

/* for all tooltip spans */
a.tt span
{ 
	display: none;
}

/* hover for the tooltip link; background:; ie hack, something must be changed in a for ie to execute it */
a.tt:hover
{
	z-index:25;
	background:; 
}

/* tooltip label */
a.tt:hover span.tt_label
{
	text-decoration: underline;
}

/* tooltip */
a.tt:hover span.tooltip
{
    display: block;
    position: absolute;
    top: 15px; left:0;
	padding: 0px 0 0 0;
	width: 200px;
	color: #6600FF;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

/* tooltip top */
a.tt:hover span.top
{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}

/* tooltip body */
a.tt:hover span.middle
{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom;
	font-weight: 400;
}

/* tooltip bottom */
a.tt:hover span.bottom
{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}


/* TOOLTIP 2 */
.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

/*CSS for enlarged image*/
.thumbnail span
{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
	font-size: 10pt;
}

/*CSS for enlarged image*/
.thumbnail span img
{
	border-width: 0;
	padding: 2px;
}

/*CSS for enlarged image on hover*/
.thumbnail:hover span
{
	visibility: visible;
	top: -30px;
	left: 30px; /*position where enlarged image should offset horizontally */
}
	
