.print {
	display:none;
}
Table.main
{
	background-color: #ffffff;
	width: 780px;
	height: 500px;
	margin:0;
}

	
/* ***************************   Main Items ************************** */
BODY * 			{-moz-box-sizing: border-box;}

body
{
	background-color:#ffffff;
	margin:0;
	padding:0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #320F5D;
	text-align: center;
	background-image:url("../_Pics/BgBody.gif");
	background-repeat:repeat-x;
}
Table
{
	font-size: 100%;
}
hr
{
	height:1px;
	width:100%;
	color: #A8AEB4;
}

/* ***************************** Center **************************** */

Table.body
{
	width: 96%;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
}
Table.NavigationMain
{
	width: 100%;
}
Table.navigation
{
	height: 22px;
	width: 100%;
	text-align: center;
	direction: ltr;
	background-color: #A8AEB4;
}
span.link
{
	font-weight: bold;
	text-decoration:none;
	color:white;
	background-color:#320F5D;
	padding: 4px 0 4px 0;
	border-left: 1px solid white;
	height: 24px;
	text-align: center;
}
.red
{
	color: red;
}
td.welcome
{
	font: bold 14px Arial;
}
/* *******************************  UpperBars *************************** */

td.LineColor
{
	background-color:#B1CFFF;
	height: 8px;
}
td.ImageColor
{
	background-color:#277ED5;
}
td.search
{
	background-color:#165099;
	padding-left: 8px;
	height: 22px;
	font: bold 10px Arial;
}
Input.Search
{
	background-color:#165099;
	border: 1px solid white;
	width: 115px;
	height: 16px;
	font: normal 11px;
	color:#ffffff;
}
a.Search
{
	color:white;
	font-weight: bold;
}
a.Search:hover
{
	color:#549DC8;
	font-weight: bold;
}

/* ***************************** Right Bar ************************* */

Table.RightBar
{
	background-color:#165099;
	width: 190px;
 	height: 100%;
}

Table.banner
{
	background-color:#165099;	
	padding: 10px 0 0 0;
	text-align: center;
}

span.rightbar
{
	width: 190px;
	height: 25px;
	font: bold 11px Arial;
	color: #656565;
	background-color:#165099;
	border-bottom: 1px solid white;
	cursor: pointer;
	padding: 4px 10px 0 0;
	CURSOR: pointer;
	vertical-align: middle;
}
td.rightcolor
{
 background-color: #165099;
 height: 100%;
}
/* *****************************  Bottom Bar ************************* */

Table.BottomBar
{
	width: 100%;
	margin-bottom: 1px;
}
Table.BottomColor
{
	height: 16px;
	width: 100%;
	background-color:#9FAAB6;
}
Table.BottomLinks
{
	width: 770px;	
	background-color:#9FAAB6;
	font: normal 11px;
	color: white;
}

/* *****************************  General ************************* */
span.forum
{
	font-weight: bold;
	cursor: pointer;
}
Table.forum
{
	width: 100%;
	background-color:#f4f4f4;
}
Table.ForumName
{
	width: 100%;
	padding: 2px;
}

.searchParam {
	FONT-WEIGHT: BOLD;
	COLOR: #FF0000;
}
a.response
{
	color:#777777;
	font: bold 10px Arial;
}
a.response:hover
{
	color:#777777;
	font: bold 10px Arial;
}
/* *****************************  Navigation Menu ************************* */

.menu
{
	FONT-FAMILY: Verdana;
	CURSOR: pointer;
}

.menuRow
{
	color: #320F5D;
	font: bold 11px Arial;
	height: 20px;
	padding: 3px 6px 3px 6px;
	border-bottom: 0px dotted #ffffff;
	position: relative;
	background-color: #B3BECA;
	cursor: pointer;
}

.menuRowOver
{
	color: #320F5D;
	font: bold 11px Arial;
	height: 20px;
	padding: 3px 6px 3px 6px;
	border-bottom: 0px dotted #ffffff;
	position: relative;
	background-color: #C7D2DE;
	cursor: pointer;
}
.menuRowRight
{
	color: #ffffff;
	font: bold 11px Arial;
	width: 190px;
	height: 22px;
/* 
	padding: 4px 6px 0 6px;
 */
	border-bottom: 0px solid #BCBCBC;
	position: relative;
	background-color: #549DC8;
	cursor: pointer;
}

.menuRowRightOver
{
	color: #ffffff;
	font: bold 11px Arial;
	width: 190px;
	height: 22px;
/* 
	padding: 4px 6px 0 6px;
 */
	border-bottom: 0px solid #BCBCBC;
	position: relative;
	background-color: #68B1DC;
	cursor: pointer;
}

.menuSubRowRight
{
	color: #320F5D;
	font: normal 11px;
	width: 190px;
	height: 20px;
	padding: 2px 0 0 18px;
	border-bottom: 0px solid #BCBCBC;
	position: relative;
	background-color: #A8AEB4;
	cursor: pointer;
}
.menuSubRowRightOver
{
	color: #320F5D;
	font: normal 11px;
	width: 190px;
	height: 20px;
	padding: 2px 0 0 18px;
	border-bottom: 0px solid #BCBCBC;
	position: relative;
	background-color: #BCC2C8;
	cursor: pointer;
}

.menuSubRowRightOn
{
	font: normal 11px;
	width: 190px;
	height: 20px;
	padding: 2px 0 0 18px;
	border-bottom: 0px solid #BCBCBC;
	position: relative;
	background-color: #949AA0;
	color: #ffffff;
	cursor: pointer;
}

.menuSubRight
{
	font: bold 11px Arial;
	width: 190px;
	height: 20px;
	padding: 2px 0 0 18px;
	border-bottom: 1px solid #BCBCBC;
	position: relative;
	background-color: #696969;
	color: #ffffff;
	cursor: pointer;
}

.menuRight
{
	font: bold 14px Verdana;
	color:red;
	cursor: pointer;
}

.menuRightOver
{
	font: bold 14px Verdana;
	color:red;
	cursor: pointer;
}

/* ********************************** Top Navigation bar ******************************* */
span.navigation
{
	font-weight: bold; 
	text-decoration:none;
	color:white;
	background-color:#A8AEB4;
	Cursor:pointer;
	padding: 4px 10px 4px 10px;
	border-left: 1px solid white;
	height: 20px;
	width: 100%;
	display: block
}
span.navigationOn
{
	font-weight: bold; 
	text-decoration:none;
	color:#320F5D;
	background-color:#549DC8;
	padding: 4px 10px 4px 10px;
	Cursor:pointer;
	border-left: 1px solid white;
	height: 20px;
	width: 100%;
	display: block
}

/* ********************************** Article/s ******************************* */
td.navigationtab
{
	color: #333333;
	font: normal 11px Arial, sans-serif;
	padding-bottom: 15px;
}
td.description
{
	font: normal 11px Arial, sans-serif;
	padding-bottom: 15px;
}
td.articletitle
{
	font: bold 12px Arial, sans-serif;
	padding-bottom: 5px;
	color:#549DC8;
}
td.Author
{
	font: bold 11px Arial, sans-serif;
	padding-bottom: 5px;
	color: #A8AEB4;
}
td.Date
{
	font: normal 11px Arial, sans-serif;
	padding-bottom: 5px;
	color: #165099;
}
Table.MoreArticle
{
	background-color: #E4EAF0;
	padding: 3px;
	width: 140px;
	margin-top: 5px;
	border: 1px solid #A8AEB4;
}
Td.MoreArticle
{
	text-align: center;
	background-color: #A8AEB4;
	color: #320F5D;
	font: bold 10px Arial, sans-serif;
}
Td.MoreArticleTitle
{
	text-align: center;
	background-color: #A8AEB4;
	color: #320F5D;
	font: bold 11px Arial, sans-serif;
}
Td.Char {
	text-align: center;
	vertical-align: top;
	background-color: #A8AEB4;
	color: white;
	font: bold 14px Arial, sans-serif; 
	width: 20px;
}

/* ********************************** A href ******************************* */

A
{
	text-decoration:none;
	color:#549DC8;
}
A:hover
{
	text-decoration:underline;
	color:#165099;
}
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 Arial, sans-serif; 
	text-decoration:none;
	color: white;
}
A.Bottom:hover
{
	text-decoration:none;
	color:#dddddd;
}
A.MoreArticle
{
	font: bold 10px Arial, sans-serif; 
	text-decoration:none;
}
A.MoreArticle:hover
{
	text-decoration:underline;
}
A.mail
{
	font: bold 11px Arial, sans-serif; 
	text-decoration:underline;
	color: red;
}
A.Mail:hover
{
	text-decoration:underline;
}
A.ForumName
{
	font: bold 16px Arial, sans-serif; 
	text-decoration:underline;
}
A.ForumName:hover
{
	text-decoration:underline;
	color: #444444;
}
/* ********************************** Input ******************************* */
FORM { padding: 0px; margin: 0px }
Input.form
{
	background-color:white;
	border: 1px solid #320F5D;
	height: 17px;
	font: normal 11px Verdana;
}
Textarea.form
{
	font-family: Verdana;
	background-color:white;
	border: 1px solid #320F5D;
	font: normal 11px Verdana;
}
Select.form
{
	background-color:white;
	border: 1px solid #320F5D;
	font: normal 11px Verdana;
}
Textarea.form1
{
	background-color:white;
	border: 1px solid #320F5D;
	font: normal 11px;
}
Input.title
{
	background-color:white;
	border: 1px solid #320F5D;
	width: 350px;
	height: 17px;
	font: normal 11px Arial;
}
Input.button
{
	background-color:#efefef;
	border: 1px solid #320F5D;
	height: 17px;
	font: normal 11px;
	cursor: pointer;
}

/* ********************************** Ticker ******************************* */
A.tickerhead
{
	font: bold 11px Arial; 
	text-decoration:none;
	color:#ffffff;
}
A.tickerhead:hover
{
	font: bold 11px Arial; 
	text-decoration:underline;
}
SPAN.tickerhead
{
	font: bold 11px Arial; 
	color:#ffffff;
}
table.ticker
{
	width: 163px;
	height: 150px;
	border: 0px solid #D6D6D6;
	padding-left: 5px;
	color:#ffffff;
}
td.ticker
{
	width: 163px;
	height: 20px;
	color: #320F5D;
	font: bold 12px Arial;
	text-align: center;
}

/* ********************************** Quick Navgation ***************************** */
td.Quick 
{
	background-color:#59AFDE;
	text-align: right;
	height: 25px;
}
SELECT.QuickNav {
	background-color: #ffffff;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #320F5D;
	margin: 5px 10px 5px 0px;
	width: 165px;
}
OPTION.QuickNavMain {
	background-color:#D0D6DC;
	
}
/* ********************************** login ***************************** */
Table.login
{
	width: 100%;
	background-color:#59AFDE;
	padding: 1px;
	font: bold 11px Arial;
}
input.login
{
	background-color:white;
	border: 1px solid #320F5D;
	font: normal 11px;
	width: 100px;
	height: 17px;
}
.greeting {
	font-weight: bold;
	background-color:#59AFDE;
	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 Arial;
	color: #320F5D;
}
/* ********************************** 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 Arial;
}

.messageLink {
	font: normal 11px;
}

.messageLink:hover {
	font: normal 11px;
}

TD.action {
	color: #320F5D;
	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: #320F5D;
	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 Arial;
	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: #320F5D;
}

.SelectedDayEvent {
	WIDTH: 16px;
	HEIGHT: 20px;
	BORDER-STYLE: SOLID;
	BORDER-WIDTH: 1px;
	BORDER-COLOR: #320F5D;
	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: #320F5D;
	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: #320F5D;
	/* background-color: #777777; */
	font: bold 11px Arial;
	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: #320F5D;
	/* background-color: #777777; */
	font: bold 11px Arial;
	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:155px;}
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;}
