/*********************************** Modules *************************************/
TABLE.ModuleContainer {
	width:100%;
}
TD.ModuleContainer {
}
TD.ModuleTitle {
}
TD.ModuleTitle a {
	text-decoration:none;
}
TD.ModuleTitle a:hover {
}
TD.ModuleText {
}
/*********************************** Quick Navgation ******************************/
DIV.QuickNavContainer {
	text-align:center;
	background-color:#eff1f7;
	padding-top:8px;
	height:34px;
	width:100%;
	margin-top:16px;
	background-image:url('../quickBack.gif');
	background-repeat:no-repeat;
	background-position:top;
}
OPTION.QuickNavMain {
}
SELECT.QuickNav {
	width:163px;
	font-size:11px;
	color:#000000;
}
/*********************************** login ******************************/
TABLE.LoginContainer {
	height:60px;
	width:100%;
	background-color:#FFCEF8;
	margin-top:10px;
}
TD.LoginContainer {
	padding:5px;
	font-size:11px;
	text-align:center;
}
TABLE.LoginContainer TABLE {
	width:100%;
	color:#7C7C7C;
	font-size:14px;
}
/*DIV.LoginTitle			{}*/

INPUT.login {
	width:92px;
	font-size:11px;
	border-style:solid;
}
TD.LoginGreeting {
}
TD.loginSubmit {
	text-align:right;
}
TD.login {
	text-align:right;
}
TD.loginCaption {
	font-size:11px;
}
INPUT.LoginSubmit {
	height:18px;
	margin-top:3px;
	padding-bottom:1px;
	width:92px;
	border-style:none;
}
INPUT.LoginButton {
	height:18px;
	margin-top:3px;
	padding-bottom:1px;
	width:75px;
	border-style:none;
}
A.LoginHomepage {
	color:white;
}
A.LoginHomepage:hover {
	color:white;
}
/*********************************** Shopping cart ******************************/
TABLE.ShoppingCartContainer {
	margin-top:10px;
	height:60px;
	width:100%;
	background-color:#F2F2F2;
}
TD.cartTitle {
	color:#7d88a8;
}
TD.CartItemsContainer {
	border:pink 1px solid;
	border-top-style:none;
	padding-left:10px;
	padding-right:10px;
}
TABLE.CartItemsContainer {
	font-size:14px;
	text-align:center;
	padding-bottom:6px;
	padding-top:6px;
}
TR.cartItem {
}
TR.chartNumber {
	font-size:11px;
}
TR.chartLink {
	font-size:11px;
}
/******************************** Ticker ****************************/
TABLE.tickerContainer {
	width:150px;
	margin-bottom:10px;
	margin-left:13px;
}
TD.tickerBody {
	font-weight:normal;
	padding-top:10px;
	padding-bottom:15px;
}
DIV.tickerBody {
	overflow:hidden;
	height:180px;
}
TABLE.tickerContainer MARQUEE {
	width:100%;
	height:100%;
}
DIV.tickerItemContainer {
	margin-bottom:10px;
	padding-bottom:5px;
}
TD.tickerDate {
	font-size:11px;
}
TD.tickerTitle {
	font-size:12px;
	height:23px;
	font-weight:bold;
	background-color:#eff1f6;
	color:#455789;
	border:#c3cdec 1px solid;
	padding:3 10 3 7;
	background-image:url("../stripTitles.gif");
	background-repeat:repeat-x;
	background-position:top;
}
.tickerHeadLine {
	color:#5176bd;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
}
.tickerHeadLine:hover {
	color:#ad3467;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
}
.tickerText {
	color:#343434;
	font-size:12px;
	line-height:1.4em;
}

.tickerText IMG{
	float:right;
}
/******************************** Survey Box ****************************/
/* Survey Box */
TABLE.SurveyContainer {
	width:150px;
	margin-top:10px;
	margin-left:13px;
}
TD.SurveyContainer {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
TABLE.SurveyContainer TABLE {
}
TD.SurveyTitle {
	font-size:12px;
	height:23px;
	font-weight:bold;
	background-color:#eff1f6;
	color:#455789;
	border:#c3cdec 1px solid;
	padding:3 10 3 7;
	background-image:url("../stripTitles.gif");
	background-repeat:repeat-x;
	background-position:top;
}
TD.SurveyQuestion {
	font-weight:bold;
	color:#343434;
	padding-top:10px;
	padding-bottom:5px;
	font-size:12px;
}
TD.SurveyAnswer {
	color:#343434;
	font-weight:normal;
	font-size:12px;
}
TABLE.SurveyButtonsPannel {
	margin-top:10px;
}
INPUT.SurveyButton {
	margin-right:10px;
	border-style:none;
	width:55px;
}
/* Survey Results */
.divResult {
	border:solid 1px #97B2CC;
	background-color:#ffffff;
	color:#97B2CC;
	font-weight:bold;
	font-size:11px;
}
.divWinResult {
	border:solid 1px #ffffff;
	background-color:#97B2CC;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}
/********************************* Banners *****************************/
DIV.bannerContainer {
	margin-top:10px;
	text-align:center;
}
DIV.bannerContainer2 {
	margin-top:10px;
	text-align:center;
	margin-left:13px;
}
/******************************** Search ****************************/
TABLE.SearchContainer {
	margin-top:6px;
	margin-bottom:7px;
	font-size:12px;
	font-weight:bold;
	height:52px;
	width:100%;
	background-color:#f0f2f7;
	border:#c3cdec 1px solid;
	background-image:url('../searchBack.gif');
	background-repeat:no-repeat;
	background-position:top;
}
TD.SearchContainer {
	vertical-align:top;
	padding-bottom:3px;
	padding-top:5px;
}
TABLE.Search {
	font-size:0px;
	margin-top:20px;
	color:#4A6AA5;
	font-weight:bold;
}
TD.SearchInp {
	padding-left:12px;
}
TD.SearchBut {
	padding-left:9px;
}
TD.SearchSectionTitle {
	font-size:11px;
	color:#082E7F;
	padding-left:5px;
}
INPUT.Search {
	color:#343434;
	width:116px;
	height:17px;
	font-size:11px;
	border-style:none;
	padding-left:5px;
	background-image:url('../inputSearch.gif');
	background-repeat:no-repeat;
	background-position:top;
}
INPUT.SearchBut {
}
/******************************** Media ****************************/
TABLE.MediaContainer {
	margin-top:1px;
}
/******************************** FreeBox ****************************/
TABLE.FreeBoxContainer {
	width:100%;
	margin-bottom:20px;
	margin-top:5px;
}
TD.FreeBoxItemContainer {
}
TABLE.FreeBoxItemContainer {
	width:100%;
	margin-top:5px;
}
TD.FreeBoxTitle {
	font-size:12px;
	height:23px;
	font-weight:bold;
	background-color:#eff1f6;
	color:#7d88a8;
	border:#c3cdec 1px solid;
	padding:3 10 3 7;
}
TD.FreeBoxTopRight {
}
TD.FreeBoxTopLeft {
}
TD.FreeBoxBottomRight {
}
TD.FreeBoxBottomLeft {
}
A.FreeBoxTitle {
	color:#7d88a8;
}
A.FreeBoxTitle:hover {
	color:#ad3467;
}
TD.FreeBoxBody {
	font-size:12px;
	padding:10 4 5 4;
	line-height:1.4em;
	color:#343434;
}
#FreeBox_Section2 TABLE.FreeBoxContainer {
	margin-top:10px;
	margin-left:13px;
	width:150px;
	padding-right:10px;
	padding-left:10px;
}
#FreeBox_Section2 TD.ModuleContainerTitle {
}
#FreeBox_Section2 TD.FreeBoxItemContainer {
}
#FreeBox_Section2 TABLE.FreeBoxItemContainer {
	width:100%;
	margin-top:5px;
}
#FreeBox_Section2 TD.FreeBoxTitle {
	font-size:12px;
	height:23px;
	font-weight:bold;
	background-color:#eff1f6;
	color:#7d88a8;
	border:#c3cdec 1px solid;
	padding:3 10 3 7;
}
#FreeBox_Section2 TD.FreeBoxTopRight {
}
#FreeBox_Section2 TD.FreeBoxTopLeft {
}
#FreeBox_Section2 TD.FreeBoxBottomRight {
}
#FreeBox_Section2 TD.FreeBoxBottomLeft {
}
#FreeBox_Section2 A.FreeBoxTitle {
	color:#7d88a8;
}
#FreeBox_Section2 A.FreeBoxTitle:hover {
	color:#ad3467;
}
#FreeBox_Section2 TD.FreeBoxBody {
	color:#00AC23;
	background-color:#ffffff;
	background-image:none;
}
/* Section Specipic Example
#FreeBox_Section1 TABLE.FreeBoxContainer		{}

#FreeBox_Section1 TD.FreeBoxItemContainer		{}

#FreeBox_Section1 TABLE.FreeBoxItemContainer	{}

#FreeBox_Section1 TD.FreeBoxTitle				{}

#FreeBox_Section1 TD.FreeBoxTopRight			{}

#FreeBox_Section1 TD.FreeBoxTopLeft				{}

#FreeBox_Section1 TD.FreeBoxBottomRight			{}

#FreeBox_Section1 TD.FreeBoxBottomLeft			{}

#FreeBox_Section1 A.FreeBoxTitle				{}

#FreeBox_Section1 A.FreeBoxTitle:hover			{}

#FreeBox_Section1 TD.FreeBoxBody				{}

#FreeBox_Section1 TD.FreeBoxTopRight			{}

#FreeBox_Section1 TD.FreeBoxTopLeft				{}

#FreeBox_Section1 TD.FreeBoxBottomRight			{}

#FreeBox_Section1 TD.FreeBoxBottomLeft			{}

*/

/******************************** Quick Subscription ****************************/
TABLE.QuickSubscription {
}
TD.QuickSubscriptionMsg {
}
INPUT.QuickSubscription {
}
INPUT.ButtonQuickSubscription {
}
/******************************** Navigation Title ****************************/
TD.NavigationTitle {
	font-size:12px;
	height:23px;
	font-weight:bold;
	background-color:#eff1f6;
	color:#455789;
	border:#c3cdec 1px solid;
	padding:3 10 3 7;
	background-image:url("../stripTitles.gif");
	background-repeat:repeat-x;
	background-position:top;
}
/******************************* DARONET *****************************/
TABLE.daronet {
	direction:rtl;
}
TD.daronet {
	padding-left:5px;
	padding-right: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;
}



/******************************* COPYRIGHT *****************************/

