/* defining element properties */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #293842
}
body, td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #293842
}

td {
	vertical-align: top;
}

a {
	color: #749ddc;
	text-decoration:none;
}

a:hover {
	color: #749ddc;
}

a img {
	border: none;
}

/* fixed elements */

/* COMMON ELEMENTS --------> */
#container {
	width: 760px;
	border: 1px solid gray;
	padding: 2px;
	text-align: left;
}

#head {
	background-image: URL(../images/header_bg.png);
	height: 94px;
	margin-bottom: 2px;
	font-size: 10px;
	color: white;
}

#head a {
	color: white;
}

#menuBar {
	background-color: #293842;
	text-align: center;
	margin-bottom: 2px;
}

#menuBar a {
	color: white;
}

#menuBar a:hover{
	color: #749ddc;
}

#menuTable tr td {
	padding-left: 8px;
	padding-right: 8px;
	color: white;
}

#creditArea {
	text-align: center;
	color: #afacaf;
	font-size: 10px;
	padding: 2px;
	background-image: URL(../images/footer_img.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	clear: both;
}

#poweredByArea {
	width: 760px;
	color:#AFACAF;
	font-size:10px;
	font-style:italic;
	margin-top:4px;
	margin-right: 4px;
	text-align:right;
}

div.navigationArea {
	color: #749DDC;
}

div.navigationArea a {
	color: #749DDC;
}

div.navigationArea a:hover {
	color: #749DDC;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile img {
	vertical-align: middle;
}

input.file {
	width: 300px;
	margin: 0;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

input.mio {
	width: 200px;
	margin: 0;
	text-align: right;
}

/* ---------> COMMON ELEMENTS */


/* HOMEPAGE ELEMENTS ---------> */
#showcase {
	margin-bottom: 2px;
	height: 236px;
	text-align:center;
}

div.homeContentSpace {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 30%;
	position: relative;
	float: left;
}
/* ---------> HOMEPAGE ELEMENTS */

/* NAVPAGE ELEMENTS ---------> */
#pageBody {
	height: 390px;
}

#sideBar {
	width: 160px;
	float: right;
}

#pageContent {
	/*width: 580px;*/
	width: 589px;
	height: 390px;
	/*float: right; */
	border: 1px solid #d5d3d3;
}

#pageFooter {
	width: 700px;
	height: 114px;
}

#navigationBox {
	width: 150px; 
	height: auto !important; 
    height: 275px;      /* per IE5.x e IE6 */
    min-height: 275px;
}

#smartLinkBox div {
	width: 135px; 
	vertical-align: text-bottom;
}

#logoPanel {
	width: 135px;
}

#linkPanel {
	padding-top:30px;
	/*padding-left:30px;*/
	float: left;
}
#linkPanel a {
	float: left;
}

/* ---------> NAVPAGE ELEMENTS */

div.noticeBox {
	border-top: 2px solid #84abe9;
	border-bottom: 2px solid #84abe9;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.noticeBox table {
	width: 100%;
}

div.noticeBox table td {
	text-align: center;
}

div.sectionHeader {
	color: #8c9a29;
	font-size: 12px;
	font-weight: bold;
}

div.sectionHeader img {
	vertical-align: middle;
}

div.sectionHeader a {
	color: #8c9a29;
}

div.item {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #dee7de;
	margin-bottom: 10px;
}

div.sideBarItem {
	padding-left: 10px;
	margin-bottom: 7px;
	color: #bcbec0;
}

div.newsNavBox {
	height: 20px;
	border-bottom: 1px solid #dee7de;
	margin-bottom: 5px;
	font-size: 10px; 
}

div.currentNews {
	color: #749ddc;
}

table.standard {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.standard tr th {
	border: 1px solid gray;
	background-color: #5d8cdc;
	font-size: 12px;
	color: #293842;
	padding: 3px;
	text-align: center;
}

table.standard tr td {
	border: 1px solid gray;
	white-space: nowrap;
	padding: 3px;
	text-align: center;
}
