@media print {
	.dont_print {
		display:none;
	}
	.print {
		display:block;
	}
	Table.main
	{
		background-color:#ffffff;
		width : 560pxpx;
		margin:0 0 0 0;
	}
}

@media screen {
	.dont_print {
		display:block;
	}
	.print {
		display:none;
	}
	Table.main
	{
		background-color:#ffffff;
		width : 780px;
		height: 500 px;
		margin:0 0 0 0;
	}
}

/****************************   Main Items ***************************/
body
{
	background-color:#f5f5f5;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font : normal 11px Verdana, Arial, Helvetica, sans-serif;
	color : black;
	text-align : center;
}
Table
{
	font-size : 100%;
}
hr
{
	height:1px;
	width:100%;
	color : #efefef;
}

/****************************** Center *****************************/

Table.body
{
	width : 96%;
	margin: 10px 10px 10px 10px;
	vertical-align : top;
}
Table.NavigationMain
{
	width : 100%;
}
Table.navigation
{
	height : 20px;
	width : 100%;
	text-align : center;
	direction : ltr;
	background-color: #7C2F80;
}
span.link
{
	font-weight : bold;
	text-decoration:none;
	color:white;
	background-color:#7C2F80;
	padding : 4px 0 4px 0;
	border-left : 1px solid White;
	height : 24px;
	text-align : center;
	
}
table.ticker
{
	width : 163px;
	height : 200px;
	border : 0px solid #D6D6D6;
	padding-left : 15px;
}
td.ticker
{
	width : 163px;
	height : 20px;
	color : #001364;
	font-weight : bold;
	text-align : center;
}
.red
{
	color : #B13E9F;
}
td.welcome
{
	font : bold 20px;
	padding-left : 15px;
	color : #001364;
}

/********************************  UpperBars ****************************/
td.LineColor
{
	background-color:#7C2F80;
	height : 8px;
}
td.ImageColor
{
	background-color:#277ED5;
}
td.search
{
	background-color:#5C6A98;
	padding-left : 8px;
	height : 20px;
}
Input.Search
{
	background-color:white;
	border : 1px solid #3C4A71;
	width : 110px;
	height : 16px;
	font : normal 11px;
}

/****************************** Right Bar **************************/

Table.RightBar
{
	background-color:#BAC3E2;
	width : 190px;
 	height : 100%;
}

Table.banner
{
	background-color:#BAC3E2;	
	padding : 10px 0 0 0;
	text-align : center;
}

span.rightbar
{
	width : 190px;
	height : 25px;
	font: bold 11px;
	color : #656565;
	background-color:#BAC3E2;
	border-bottom : 1px solid White;
	cursor: hand;
	padding : 4px 10px 0 0;
	CURSOR: HAND;
	vertical-align : middle;
}

td.rightcolor
{
 background-color : #BAC3E2;
 height : 100%;
}

/******************************  Bottom Bar **************************/
Table.BottomBar
{
	width : 100%;
	margin-bottom : 1px;
}
Table.BottomColor
{
	height : 16px;
	width : 100%;
	background-color : #520064;
}
Table.BottomLinks
{
	/*width : 770px;*/	
	background-color : #520064;
	font : normal 11px;
	color : white;
}

/******************************  Navigation Menu **************************/
.menu
{
	FONT-FAMILY: Verdana;
	CURSOR: HAND;
}
.arrow {
	filter: fliph();
}

.menuRow {
	FONT: bold 11px;
	HEIGHT: 20px;
	PADDING: 2 4 0 4;
	BORDER-STYLE: SOLID;
	BORDER-WIDTH: 0 0 1 0;
	BORDER-COLOR: #FFFFFF;
	POSITION: RELATIVE;
	CURSOR:hand;
	BACKGROUND-COLOR: #7C2F80;
	COLOR: #ffffff;
	vertical-align: middle;
}

.menuRowOver {
	FONT: bold 11px;
	HEIGHT: 20px;
	PADDING: 2 4 0 4;
	BORDER-STYLE: SOLID;
	BORDER-WIDTH: 0 0 1 0;
	BORDER-COLOR: #FFFFFF;
	POSITION: RELATIVE;
	CURSOR:hand;
	BACKGROUND-COLOR: #B13E9F;
	COLOR: #ffffff;
	vertical-align: middle;
}

.menuRowRight
{
	color: #1D056D;
	font : bold 11px;
	width: 190px;
	height : 25px;
	padding: 4px 0 0 6px;
	border-bottom: 1px solid #999EB8;
	position: relative;
	background-color: #BAC3E2;
	cursor: hand;
}
.menuRowRightOver
{
	color: #1D056D;
	font : bold 11px;
	width: 190px;
	height : 25px;
	padding: 4px 0 0 6px;
	border-bottom : 1px solid #999EB8;
	position: relative;
	background-color: #C4CDE9;
	cursor: hand;
}
/* 2 */
.menuSubRowRight
{
	color: #1D056D;
	font : normal 11px;
	width: 190px;
	height : 25px;
	padding: 4px 0 0 18px;
	border-bottom: 1px solid #999EB8;
	position: relative;
	background-color: #CED7F0;
	cursor: hand;
}
.menuSubRowRightOver
{
	color: #1D056D;
	font : normal 11px;
	width: 190px;
	height : 25px;
	padding: 4px 0 0 18px;
	border-bottom: 1px solid #999EB8;
	position: relative;
	background-color: #D8E1F7;
	cursor: hand;
}
/* 3 */
.menuSubRowRightOn
{
	font : normal 11px;
	width: 190px;
	height : 25px;
	padding: 4px 0 0 18px;
	border-bottom: 1px solid #999EB8;
	position: relative;
	background-color: #8492C0;
	color : #ffffff;
	cursor: hand;
}

.menuSubRight
{
	font : bold 11px;
	width: 190px;
	height : 25px;
	padding: 4px 0 0 18px;
	border-bottom: 1px solid #BCBCBC;
	position: relative;
	background-color: #696969;
	color : #ffffff;
	cursor: hand;
}

.menuRight
{
	font : bold 14px Verdana;
	color:#B13E9F;
	cursor: hand;
}

.menuRightOver
{
	font : bold 14px Verdana;
	color:#B13E9F;
	cursor: hand;
}

/*********************************** Article/s ********************************/
td.navigationtab
{
	color : #5C6A98;
	font : normal 11px;
	padding-bottom : 15px;
}
td.description
{
	font : normal 11px;
	padding-bottom : 5px;
}
td.articletitle
{
	font : bold 14px;
	padding-bottom : 5px;
	color : #7C2F80;
}
td.Author
{
	font : bold 11px;
	padding-bottom : 5px;
	color : #5C6A98;
}
td.Date
{
	font : normal 11px;
	padding-bottom : 5px;
	color : #5C6A98;
}
Table.MoreArticle
{
	background-color : #E4E9F2;
	padding : 3px;
	width : 140px;
	margin-top : 5px;
	border : 1px solid #BAC3E2;
}
Td.MoreArticle
{
	text-align : center;
	background-color : #BAC3E2;
	color : #ffffff;
	font-weight : bold;
}
Td.Char {
	text-align : center;
	vertical-align : top;
	background-color : #BAC3E2;
	color : white;
	font : bold 16px; 
	width : 20px;
}

/*********************************** Top Navigation bar ********************************/
span.navigation
{
	font-weight : bold; 
	text-decoration:none;
	color:white;
	background-color:#7C2F80;
	Cursor:hand;
	padding : 4px 0 4px 0;
	border-right : 1px solid White;
	height : 20px;
	width : 100%;
}
span.navigationOn
{
	font-weight : bold; 
	text-decoration:none;
	color:#ffffff;
	background-color:#B13E9F;
	padding : 4px 0 4px 0;
	Cursor:hand;
	border-right : 1px solid White;
	height : 20px;
	width : 100%;
}
/*********************************** A href ********************************/
A
{
	text-decoration:underline;
	color:#5C6A98;
}
A:hover
{
	text-decoration:underline;
	color:#8492C0;
}
A.search
{
	text-decoration:underline;
	color:#D2D9EC;
}
A.search:hover
{
	text-decoration:underline;
	color:#CBD2E9;
}
A.RightBar
{
	width : 190px;
	height : 25px;
	font-weight : bold; 
	text-decoration:none;
	color : #666666;
	background-color:#EFEFEF;
	border-bottom : 1px solid White;
}
A.RightBar:hover
{
	text-decoration:none;
	color:white;
	background-color:#277ED5;
}
A.Bottom
{
	font : bold 11px; 
	text-decoration:none;
	color : white;
}
A.Bottom:hover
{
	text-decoration:none;
	color:#BAC3E2;
}
A.MoreArticle
{
	font : normal 12px; 
	text-decoration:none;
}
A.MoreArticle:hover
{
	text-decoration:underline;
}
A.mail
{
	font : bold 11px; 
	text-decoration:underline;
	color : #B13E9F;
}
A.Mail:hover
{
	text-decoration:underline;
}
A.ForumName
{
	font : bold 16px; 
	text-decoration:underline;
}
A.ForumName:hover
{
	text-decoration:underline;
	color : #444444;
}

/*********************************** Input ********************************/
Input.form
{
	background-color:white;
	border : 1px solid #3C4A71;
	height : 17px;
	font : normal 11px;
}
Textarea.form
{
	font-family: Verdana;
	background-color:white;
	border : 1px solid #3C4A71;
	font : Verdana normal 11px;
}
Select.form
{
	background-color:white;
	border : 1px solid #3C4A71;
	font : normal 11px;
}
Textarea.form1
{
	background-color:white;
	border : 1px solid #3C4A71;
	font : normal 11px;
}
Input.title
{
	background-color:white;
	border : 1px solid #3C4A71;
	width : 350px;
	height : 17px;
	font : normal 11px;
}
Textarea.forum
{
	background-color:white;
	border : 1px solid #3C4A71;
	width : 350px;
	height : 150px;
	font : normal 11px;
}
Input.button
{
	background-color:#efefef;
	border : 1px solid #3C4A71;
	height : 17px;
	font : normal 11px;
	cursor: hand;
}

/*********************************** Ticker ********************************/
A.tickerhead
{
	font : bold 12px; 
	text-decoration:none;
	color:#7C2F80;
}
A.tickerhead:hover
{
	font : bold 12px; 
	text-decoration:underline;
	color:#520065;
}
SPAN.tickerhead
{
	font : bold 12px;
	color:#7C2F80; 
}

/*********************************** Quick Navgation ******************************/
td.Quick 
{
	background-color:#9CA5C4;
	text-align : right;
	height : 25px;
}
SELECT.QuickNav {
	background-color: #ffffff;
	font: normal 10px Verdana, Helvetica, sans-serif;
	color: black;
	margin: 5px 10px 5px 0px;
	width: 165px;
}
OPTION.QuickNavMain {
	background-color:#E4E9F2;
	
}
/*********************************** login ******************************/
Table.login
{
	width : 100%;
	background-color:#9CA5C4;
	margin-top : 10px;
	padding : 1px 1px 1px 8px;
	font : bold 11px ;
}
input.login
{
	background-color:white;
	border : 1px solid #3C4A71;
	font : normal 11px;
	width : 100px;
	height : 17px;
}
.greeting {
	font-weight : bold;
	font-size : 11px;
	padding-top: 8px;
}
/*********************************** DHTML Control ********************************/

.size1 {
	FONT-SIZE: 10px;
}
.size2 {
	FONT-SIZE: 11px;
}
.size3 {
	FONT-SIZE: 16px;
}
.size4 {
	FONT-SIZE: 18px;
}
.size5 {
	FONT-SIZE: 24px;
}
.size6 {
	FONT-SIZE: 30px;
}
.size7 {
	FONT-SIZE: 44px;
}
/*********************************** email ********************************/
.EmailTitle
{
	font : bold 18px ;
	color : black;
}
/*********************************** System ********************************/

Table.massege {
	background-color : #f5f5f5;
	width:500px;
	height: 150px;
	border:1px solid #999999;
	font : normal 11px;
	text-align : left;
	padding-left : 7px;
	margin-left : 15px;
	margin-top : 10px;
	
}

.messageTitleBar {
	background-color : #FFFFFF;
	color : red;
	text-align : left;
}
.messageTitle {
	font : bold 13px;
}

.messageLink {
	font : normal 11px;
}

.messageLink:hover {
	font : normal 11px;
}

/*********************************** Products ********************************/

TD.ProductCategoryTitle {
	background-color : #ED242A;
	color: white;
	font : bold 11px;
	height: 26px;
}

A.ProductCategory {
	color: #676767;
	font : normal 11px;
	text-decoration : none;
}

/*********************************** Events ********************************/
.SelectedDay {
	WIDTH: 16px;
	HEIGHT: 20px;
	BORDER-STYLE: SOLID;
	BORDER-WIDTH: 1px;
	BORDER-COLOR: #000000;
}

.SelectedDayEvent {
	WIDTH: 16px;
	HEIGHT: 20px;
	BORDER-STYLE: SOLID;
	BORDER-WIDTH: 1px;
	BORDER-COLOR: #000000;
	BACKGROUND-COLOR: #CCCCCC;
}

.DayName {
	font: normal 9px Arial;
}

.MonthName {
	font-weight: bold;
}

.Day {
	WIDTH: 16px;
	HEIGHT: 20px;
}

.DayEvent {
	WIDTH: 16px;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #CCCCCC;
}

.Seperator {
	BACKGROUND-COLOR: #000000;
	HEIGHT: 2px;
}

.Nav {
	FONT-SIZE: 9px;
	TEXT-DECORATION: NONE;
}

A.Calendar, A.Calendar:visited {
	font: normal 9px;
	TEXT-DECORATION: NONE;
}

A.Calendar:Hover {
	font: normal 9px;
	TEXT-DECORATION: UNDERLINE;
}

/*********************************** Images Gallery ********************************/
TD.GalleryTitle
{
	color : #000000;
	/*background-color : #777777;*/
	font : bold 11px;
	padding-bottom: 2px;
	border-top: solid 3px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
}

TD.GalleryImg
{

}

TD.GalleryDec
{
	color : #555555;
	font : normal 11px;
	padding-top : 4px;
}

/*********************************** Articles Gallery ********************************/
TD.AGalleryTitle
{
	color : #000000;
	/*background-color : #777777;*/
	font : bold 11px;
	padding-bottom: 2px;
	border-top: solid 3px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
}


TD.AGalleryImg
{

}

TD.AGalleryDec
{
	color : #555555;
	font : normal 11px;
	padding-top : 4px;
}


/******************************* DARONET *****************************/
TABLE.daronet	{width:160px;}
TD.daronet		{padding-right:5px; padding-left:5px; padding-top:2px;}
A.daronet		{font-size: 11px; font-weight: bold; color: #1f3f7a; text-decoration:none;}
A.daronet:hover	{font-size: 11px; font-weight: bold; color: #1f3f7a; text-decoration:none;}
