@import url("main.css");
/****************************************************************************************************/
/*									General Document Style											*/
/****************************************************************************************************/

BODY { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

H2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

H3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

TD {
	font-size: 11px;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:active { color: #9AAEDE; text-decoration: none; }

/***********************************************************/
/* Top date class                                          */
/***********************************************************/

.TopDate {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-right: 5px;
}

/***********************************************************/
/* Top bar class                                           */
/***********************************************************/

.TopBar {
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #45689A;
}

.TopBar TD {
	padding: 1px 2px;
}

.TopBar a:link, .TopBar a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.TopBar a:hover, .TopBar a:active {
	color: #F0F3F9;
	text-decoration: none;
	font-weight: bold;
}

/***********************************************************/
/* Main Menu classes                                       */
/***********************************************************/

.MainMenu {
	margin-bottom: 5px;
	text-decoration: none;
}

.MainMenu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.MainMenu LI {
	background-color: #45689A;
	text-indent: 2px;
	margin-bottom: 2px;
}

.MainMenu a { display: block; width: 210px; }
.MainMenu a:link, .MainMenu a:visited { 
	background-color: #45689A;
	font-weight: bold;
	color: #FFFFFF; 
}
.MainMenu a:hover, .MainMenu a:active { background-color: #7493C0; }


/***********************************************************/
/* Side Boxes classes                                      */
/***********************************************************/

.SideBox {
	color: #313C79;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
	background-color: #F0F3F9;


}

.SideBox .header {
	font-weight: bold;
}

.SideBox a:link, .SideBox a:visited { color: #313C79; }
.SideBox a:hover, .SideBox a:active { color: #3278CC; text-decoration: none; }


/***********************************************************/
/* Bottom Box classes                                      */
/***********************************************************/

.Bottom {
	font-weight: bold;
	background-color: #4276CC;
	padding: 3px;
}

.Bottom a:link, .Bottom a:visited { color: #FFFFFF; }
.Bottom a:hover, .Bottom a:active { color: #9AAEDE; text-decoration: none; }

/***********************************************************/
/* Form elements classes                                      */
/***********************************************************/

.FormTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #313C79;
	border: 1px solid #313C79;
}

.FormSelectBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #313C79;
}
.textDimosHydra {
	color: #313c79;
	background-color: #f0f3f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.size12Dimos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313c79;
}
.mainTitleDimos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #313c79;
}
.empneusisBottom {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #45689a;
	padding: 3px;

}
.size11Dimos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 313c79;

}
/****************************************************************************************************/
/*									Classes for top comments */
/****************************************************************************************************/

.TopComments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 313c79;
	background-color: f0f3f9;

}

.TopErrors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #990000; 
}

FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 313c79;
}
/****************************************************************************************************/
/*									Classes for pager */
/****************************************************************************************************/

.Pager {
	background-color: f0f3f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: 313c79;

}

.Pager a:link, .Pager a:visited {
	font-weight: normal;
	color: 313c79;
	text-decoration: none;
}

.Pager a:hover, .Pager a:active {
	font-weight: normal;
	color: #9AAEDE;
	text-decoration: none;
}
.CenterNewsBox {
	margin-bottom: 5px;
}


.CenterNewsBox .category {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.CenterNewsBox .category_inline {
	font-style: italic;
	text-decoration: none;
}

.CenterNewsBox .title {
	background-color: f0f3f9;
	font-weight: bold;
	color: #313C79;
	text-decoration: none;
	padding: 3px;
}

.CenterNewsBox .etitle {
	font-weight: bold;
	color: #313C79;
	text-decoration: none;
}

.CenterNewsBox .date {
	font-size: 10px;
	font-style: italic;
	color: #313C79;
}

.CenterNewsBox .text {
	background-color: f0f3f9;
	color: #313C79;
	padding: 3px;
}

.CenterNewsBox IMG {
	border: 1px solid #666666;
}

.CenterNewsBox .more {
	background-color: f0f3f9;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}

.CenterNewsBox a:link, .CenterNewsBox a:visited { color: #313C79; }
.CenterNewsBox a:hover, .CenterNewsBox a:active { color: #9AAEDE; text-decoration: none; }

