@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:#FCFCFC;
	/*background-image:url("../_pics/mainBG.gif");*/
	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;
}
TD.marginLeft	{background-image:url("../_pics/marginLeft.jpg");background-repeat:repeat-y;background-position:top right;}
TD.marginRight	{background-image:url("../_pics/marginRight.jpg");background-repeat:repeat-y;background-position:top left;}

/****************************** Center *****************************/

Table.body
{
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	width :530px;
	border:0px solid red;
	vertical-align : top;
}
TABLE.bodyhp
{background-image:url("../_pics/BgHp.jpg");background-repeat:no-repeat;background-position:top left;height:287px;}

span.link
{
	font-weight : bold;
	text-decoration:none;
	color:white;
	background-color:black;
	padding : 4px 0 4px 0;
	border-left : 1px solid White;
	height : 24px;
	text-align : center;
}
.red
{
	color : red;
}
td.welcome
{
	padding-top:20px;padding-left:15px;padding-right:15px;padding-bottom:20px;
}
/********************************  UpperBars ****************************/

td.LineColor
{
	background-color:#B1CFFF;
	height : 8px;
}
td.ImageColor
{
	background-color:#277ED5;
}
td.search
{
	background-image:url("../_pics/BgSearch.jpg");background-repeat:no-repeat;
	height : 37px;
	font: bold 10px;
	padding-top:8px;
}
Input.Search
{
	background-color:white;
	border : 1px solid #B1AFAF;
	width : 120px;
	height : 18px;
	font : normal 11px;
	margin-left:22px;
	margin-right:7px;
}
/****************************** Right Bar **************************/

Table.RightBar
{
	background-repeat:no-repeat;background-position:top;
	width : 222px;
 	height : 100%;
	background-image:url("../_pics/BgRightBar.jpg");
}

Table.banner
{
	background-color:#bcbcbc;	
	padding : 10px 0 0 0;
	text-align : center;
	background-image:url("../_pics/rightBarBG.gif");
}

span.rightbar
{
	width : 190px;
	height : 25px;
	font: bold 11px;
	color : #656565;
	background-color:#EFEFEF;
	border-bottom : 1px solid White;
	cursor: hand;
	padding : 4px 10px 0 0;
	CURSOR: HAND;
	vertical-align : middle;
	background-image:url("../_pics/rightBarBG.gif");
}
td.rightcolor
{
/* background-color : #bcbcbc;
 background-image:url("../_pics/rightBarBG.gif");*/
 height : 100%;
}
/******************************  Bottom Bar **************************/

Table.BottomBar
{
	background-image:url("../_pics/BgBottombar.jpg");background-repeat:no-repeat;
	width : 100%;
	height:55px;
	margin-bottom : 1px;
}
Table.BottomColor
{
	height : 16px;
	width : 100%;
}
Table.BottomLinks
{
	margin-top:10px;
	width : 770px;	
	font : normal 11px;
	color : #868686;
}

/******************************  General **************************/
span.forum
{
	font-weight : bold;
	cursor: hand;
}
Table.forum
{
	width : 100%;
	background-color:#f4f4f4;
}
Table.ForumName
{
	width : 100%;
	padding : 2px;
}

.searchParam {
	FONT-WEIGHT: BOLD;
	COLOR: #FF0000;
}
a.response
{
	color:#7777777;
	font: bold 10px;
}
a.response:hover
{
	color:#7777777;
	font: bold 10px;
}
/******************************  Navigation Menu **************************/



.menu
{
	FONT-FAMILY: Verdana;
	CURSOR: HAND;
}
.arrow {
	filter: fliph();
}


.menuRow {
	FONT-SIZE: 11px;
	HEIGHT: 20px;
	BORDER-STYLE: SOLID;
	padding:2px 4px 2px 4px ;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	BORDER-COLOR: #8E9DAB;
	POSITION: RELATIVE;
	CURSOR:hand;
	BACKGROUND-COLOR: #F8F8F8;
	COLOR: #00366E;
	vertical-align: middle;
	width:140px;
}
.menuRowOver {
	FONT-SIZE: 11px;
	HEIGHT: 20px;
	BORDER-STYLE: SOLID;
	padding:2px 4px 2px 4px ;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	BORDER-COLOR: #8E9DAB;
	POSITION: RELATIVE;
	CURSOR:hand;
	BACKGROUND-COLOR: #8DB3C2;
	COLOR: white;
	vertical-align: middle;
	width:140px;
}

.menuRowRight
{
	color: #00366E;
	font : bold 11px;
	height : 27px;
	padding: 6px 0 0 13px;
	position: relative;
	cursor: hand;
}
.menuRowRightOver
{
	color: #7EB7D7;
	font : bold 11px;
	height : 27px;
	padding: 6px 0 0 13px;
	position: relative;
	cursor: hand;
}

.menuSubRowRight
{
	color: #095B9A;
	font : normal 11px;
	height : 20px;
	padding: 4px 0 0 18px;
	position: relative;
	/*background-color: #6371B3;*/
	cursor: hand;
}
.menuSubRowRightOver
{
	color: #071E4C;
	font : normal 11px;
	height : 20px;
	padding: 4px 0 0 18px;
	position: relative;
	cursor: hand;
}

.menuSubRowRightOn
{
	font : normal 11px;
	width: 190px;
	height : 20px;
	padding: 4px 0 0 18px;
	position: relative;
	background-color: #000067;
	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:red;
	cursor: hand;
}

.menuRightOver
{
	font : bold 14px Verdana;
	color:red;
	cursor: hand;
}

/*********************************** Article/s ********************************/
td.navigationtab
{
	color : #333333;
	font : normal 11px;
	padding-bottom : 15px;
}
td.description
{
	font : normal 11px;
	padding-bottom : 15px;
}
td.articletitle
{
	font : bold 18px;
	padding-bottom : 5px;
}
td.Author
{
	font : bold 11px;
	padding-bottom : 5px;
	color : #0000cc;
}
td.Date
{
	font : normal 11px;
	padding-bottom : 5px;
	color : #656565;
}
Table.MoreArticle
{
	background-color : #ECECEC;
	padding : 3px;
	width : 140px;
	margin-top : 5px;
	border : 1px solid #3A8AB2;
}
Td.MoreArticle
{
	text-align : center;
	background-color : #ECECEC;
	color : #000000;
	font: bold 10px;
}
Td.MoreArticleTitle
{
	text-align : center;
	background-color : #D4E8F2;
	color : #000000;
	font: bold 11px;
}
Td.Char {
	text-align : center;
	vertical-align : top;
	background-color : #777777;
	color : white;
	font : bold 16px; 
	width : 20px;
}

/*********************************** Top Navigation bar ********************************/
Table.NavigationMain
{width:100%;}

Table.NavigationMainTop
{margin-top:15px;margin-right:10px;}

Table.navigation
{
	background-image:url("../_pics/BgTopNav.jpg");
	height : 37px;
	width : 100%;
	text-align : center;
	direction : ltr;
}
Table.navigationTop
{
	height : 20px;
	width : 100%;
	text-align : center;
	direction : ltr;
	color:#ffffff;
}

span.navigation
{
	font-weight : normal; 
	text-decoration:none;
	color:#00366E;
	Cursor:hand;
	padding : 2px 0 4px 0;
	height : 20px;
	width : 100%;
}
span.navigationOn
{
	font-weight : normal; 
	text-decoration:none;
	color:#FF4837;
	padding : 2px 0 4px 0;
	Cursor:hand;
	height : 20px;
	width : 100%;
}

span.navigationTop
{
	font-weight : normal; 
	text-decoration:none;
	color:#ffffff;
	Cursor:hand;
	padding : 0px 5px 0px 5px;
	height : 20px;
	width : 100%;
}
span.navigationOnTop
{
	font-weight : normal; 
	text-decoration:none;
	color:#70B3CD;
	padding : 0px 5px 0px 5px;
	Cursor:hand;
	height : 20px;
	width : 100%;
}

/*********************************** A href ********************************/

A
{
	text-decoration:none;
	color:#000000;
}
A:hover
{
	text-decoration:underline;
	color:#444444;
}
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 : #2D5987;
}
A.Bottom:hover
{
	text-decoration:none;
	color:#888888;
}
A.MoreArticle
{
	font : bold 10px; 
	text-decoration:none;
}
A.MoreArticle:hover
{
	text-decoration:underline;
}
A.mail
{
	font : bold 11px; 
	text-decoration:underline;
	color : red;
}
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 black;
	height : 17px;
	font : normal 11px Verdana;
}
Textarea.form
{
	font-family: Verdana;
	background-color:white;
	border : 1px solid black;
	font : normal 11px Verdana;
}
Select.form
{
	background-color:white;
	border : 1px solid black;
	font : normal 11px Verdana;
}
Textarea.form1
{
	background-color:white;
	border : 1px solid black;
	font : normal 11px;
}
Input.title
{
	background-color:white;
	border : 1px solid black;
	width : 350px;
	height : 17px;
	font : normal 11px;
}
Input.button
{
	background-color:#efefef;
	border : 1px solid black;
	height : 17px;
	font : normal 11px;
	cursor: hand;
}

/*********************************** Ticker ********************************/
A.tickerhead
{
	font : bold 11px; 
	text-decoration:none;
}
A.tickerhead:hover
{
	font : bold 11px; 
	text-decoration:underline;
}
SPAN.tickerhead
{
	font : bold 11px; 
}
table.ticker
{
	width : 154px;
	height : 210px;
	border:0px solid red;
	margin-left:22px;
}
td.ticker
{
	width : 100%;
	height : 43px;
	color : #000000;
	font-weight : bold;
	text-align : left;
	padding-left:22px;
	padding-top:20px;
}

/*********************************** Quick Navgation ******************************/
td.Quick 
{
	padding-top:10px;
	text-align : left;
	height : 25px;
}
SELECT.QuickNav {
	background-color: #ffffff;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 5px 0px 5px 0px;
	width: 135px;
}
OPTION.QuickNavMain {
	background-color:#efefef;
	
}
/*********************************** login ******************************/
Table.login
{
	width : 200px;
	padding : 1px;
	font : bold 11px ;
	margin-top:7px;
}
input.login
{
	background-color:white;
	border : 1px solid #B1AEAE;
	font : normal 11px;
	width : 100px;
	height : 17px;
}
.greeting {
	font-weight : bold;
	font-size : 11px;
	padding-top: 8px;
	color:#5F5F60;
}
/*********************************** 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;
}

TD.action {
	color: #000000;
	font-size: 10px;
	padding-left:6px;
	height: 10px;
}
TD.disabled {
	color: #999999;
	font-size: 10px;
	padding-left:6px;
	height: 10px;
}
TD.selected {
	color: #FFFFFF;
	background-color: #0A246A;
	font-size: 11px;
	font-weight:normal;
	height: 10px;
}

TD.notSelected {
	color: #000000;
	background-color: none;
	font-size: 11px;
	font-weight:normal;
	height: 10px;
}

TD.Sperator {
	padding-top: 3px;
	padding-bottom: 3px;
}
/*********************************** 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 Logo ***************************/
.Daronet_Logo {width:160px;border:0px solid black;margin-left:10px;}
.Daronet_Logo a{text-decoration:none;color:#22407c;font-weight:bold;font-size:11px;}
.Daronet_Logo a:hover{color:#22407c;}
