/* 
------------------------------------------------------------------- 
						     Markaz Skin
------------------------------------------------------------------- 

Legend:
------------------------------------------------------------------- 
Light Gray				= RGB(245,245,245)
Light Gray -Borders		= RGB(223,223,223)
Dark Gray				= Black
Light Blue				= RGB(160,174,201) new color #788ca9
Dark Blue II			= RGB(47,60,83) 
Dark Blue				= RGB(84,106,148)  new one #092d65
My Red Light			= RGB(226,197,197)
My Red Dark				= RGB(175,95,95)
------------------------------------------------------------------- 
*/
body
{
	background-color: white;
	font-size: 11px;
	font-family: Tahoma;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px;
}
td
{
	color: Black;
	font-weight: normal;
	font-size: 11px;
}

.link_b
{
	color: #092d65;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
A.link_b:hover
{
	text-decoration: underline;
}

.topCell
{
	border-top: RGB(223,223,223) 1px solid;
}
/*.topRightCell
{
	border-right: RGB(223,223,223) 1px solid;
	border-top: RGB(223,223,223) 1px solid;
}

.topRightBottomCell
{
	border-right: RGB(223,223,223) 1px solid;
	border-top: RGB(223,223,223) 1px solid;
	border-bottom: RGB(223,223,223) 1px solid;
}*/
.topRightBottomLeftCell
{
	border-top: RGB(223,223,223) 1px solid;
	border-right: RGB(223,223,223) 1px solid;
	border-bottom: RGB(223,223,223) 1px solid;
	border-left: RGB(223,223,223) 1px solid;
}
.topRightLeftCell
{
	border-top: RGB(223,223,223) 1px solid;
	border-right: RGB(223,223,223) 1px solid;
	border-left: RGB(223,223,223) 1px solid;
}
/*.topBottomLeftCell
{
	border-top: RGB(223,223,223) 1px solid;
	border-bottom: RGB(223,223,223) 1px solid;
	border-left: RGB(223,223,223) 1px solid;
}*/
.topBottomCell
{
	border-top: RGB(223,223,223) 1px solid;
	border-bottom: RGB(223,223,223) 1px solid;
}
.topLeftCell
{
	border-left: RGB(223,223,223) 1px solid;
	border-top: RGB(223,223,223) 1px solid;
}
.rightCell
{
	border-right: RGB(223,223,223) 1px solid;
}
.rightBottomCell
{
	border-right: RGB(223,223,223) 1px solid;
	border-bottom: RGB(223,223,223) 1px solid;
}
.rightBottomLeftCell
{
	border-right: RGB(223,223,223) 1px solid;
	border-bottom: RGB(223,223,223) 1px solid;
	border-left: RGB(223,223,223) 1px solid;
}
.rightLeftCell
{
	border-right: RGB(223,223,223) 1px solid;
	border-left: RGB(223,223,223) 1px solid;
}
.bottomCell
{
	border-bottom: RGB(223,223,223) 1px solid;
}
.bottomLeftCell
{
	border-bottom: RGB(223,223,223) 1px solid;
	border-left: RGB(223,223,223) 1px solid;
}
.leftCell
{
	border-left: RGB(223,223,223) 1px solid;
}

.topCell_blue
{
	border-top: #092d65 1px solid;
}
.topRightCell_blue
{
	border-right: #092d65 1px solid;
	border-top: #092d65 1px solid;
}
.topRightBottomCell_blue
{
	border-right: #092d65 1px solid;
	border-top: #092d65 1px solid;
	border-bottom: #092d65 1px solid;
}
.topRightBottomLeftCell_blue
{
	border-top: #092d65 1px solid;
	border-right: #092d65 1px solid;
	border-bottom: #092d65 1px solid;
	border-left: #092d65 1px solid;
}
.topRightLeftCell_blue
{
	border-top: #092d65 1px solid;
	border-right: #092d65 1px solid;
	border-left: #092d65 1px solid;
}
.topBottomLeftCell_blue
{
	border-top: #092d65 1px solid;
	border-bottom: #092d65 1px solid;
	border-left: #092d65 1px solid;
}
.topBottomCell_blue
{
	border-top: #092d65 1px solid;
	border-bottom: #092d65 1px solid;
}
.topLeftCell_blue
{
	border-left: #092d65 1px solid;
	border-top: #092d65 1px solid;
}
.rightCell_blue
{
	border-right: #092d65 1px solid;
}
.rightBottomCell_blue
{
	border-right: #092d65 1px solid;
	border-bottom: #092d65 1px solid;
}
.rightBottomLeftCell_blue
{
	border-right: #092d65 1px solid;
	border-bottom: #092d65 1px solid;
	border-left: #092d65 1px solid;
}
.rightLeftCell_blue
{
	border-right: #092d65 1px solid;
	border-left: #092d65 1px solid;
}
.bottomCell_blue
{
	border-bottom: #092d65 1px solid;
}
.bottomLeftCell_blue
{
	border-bottom: #092d65 1px solid;
	border-left: #092d65 1px solid;
}
.leftCell_blue
{
	border-left: #092d65 1px solid;
}

.topCell_dashed
{
	border-top: RGB(223,223,223) 1px dashed;
}
.topRightCell_dashed
{
	border-right: RGB(223,223,223) 1px dashed;
	border-top: RGB(223,223,223) 1px dashed;
}
.topRightBottomCell_dashed
{
	border-right: RGB(223,223,223) 1px dashed;
	border-top: RGB(223,223,223) 1px dashed;
	border-bottom: RGB(223,223,223) 1px dashed;
}
.topRightBottomLeftCell_dashed
{
	border-top: RGB(223,223,223) 1px dashed;
	border-right: RGB(223,223,223) 1px dashed;
	border-bottom: RGB(223,223,223) 1px dashed;
	border-left: RGB(223,223,223) 1px dashed;
}
.topRightLeftCell_dashed
{
	border-top: RGB(223,223,223) 1px dashed;
	border-right: RGB(223,223,223) 1px dashed;
	border-left: RGB(223,223,223) 1px dashed;
}
.topBottomLeftCell_dashed
{
	border-top: RGB(223,223,223) 1px dashed;
	border-bottom: RGB(223,223,223) 1px dashed;
	border-left: RGB(223,223,223) 1px dashed;
}
.topBottomCell_dashed
{
	border-top: RGB(223,223,223) 1px dashed;
	border-bottom: RGB(223,223,223) 1px dashed;
}
.topLeftCell_dashed
{
	border-left: RGB(223,223,223) 1px dashed;
	border-top: RGB(223,223,223) 1px dashed;
}
.rightCell_dashed
{
	border-right: RGB(223,223,223) 1px dashed;
}
.rightBottomCell_dashed
{
	border-right: RGB(223,223,223) 1px dashed;
	border-bottom: RGB(223,223,223) 1px dashed;
}
.rightBottomLeftCell_dashed
{
	border-right: RGB(223,223,223) 1px dashed;
	border-bottom: RGB(223,223,223) 1px dashed;
	border-left: RGB(223,223,223) 1px dashed;
}
.rightLeftCell_dashed
{
	border-right: RGB(223,223,223) 1px dashed;
	border-left: RGB(223,223,223) 1px dashed;
}
.bottomCell_dashed
{
	border-bottom: RGB(223,223,223) 1px dashed;
}
.bottomLeftCell_dashed
{
	border-bottom: RGB(223,223,223) 1px dashed;
	border-left: RGB(223,223,223) 1px dashed;
}
.leftCell_dashed
{
	border-left: RGB(223,223,223) 1px dashed;
}

/***************************************************************************************************************
												VARIABLES
***************************************************************************************************************/
.header1
{
	background: #092d65;
	color: White;
	font-weight: Bold;
	font-size: 12pt;
}

.back01
{
	background: #092d65;
}
.back02
{
	background: RGB(216,48,0);
}
.back03
{
	background: RGB(128,128,192);
}

.menu1_b
{
	color: RGB(150,150,150);
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
A.menu1_b:hover
{
	text-decoration: underline;
}

.menu1
{
	color: RGB(150,150,150);
	font-size: 11px;
	text-decoration: none;
}
A.menu1:hover
{
	text-decoration: underline;
}

.menu2_b
{
	color: RGB(255,255,255);
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
A.menu2_b:hover
{
	text-decoration: underline;
}

.menu2
{
	color: RGB(255,255,255);
	font-size: 11px;
	text-decoration: none;
}
A.menu2:hover
{
	text-decoration: underline;
}

.partition
{
	color: Black;
	font-size: 11px;
	font-weight: normal;
}


.link_bold
{
	color: #788ca9;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.link
{
	color: #788ca9;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
A.link:hover
{
	text-decoration: underline;
}

.link_small
{
	color: #788ca9;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}
A.link_small:hover
{
	text-decoration: underline;
}

.siteTitle
{
	color: RGB(47,60,83);
	font-weight: normal;
	font-size: large;
}
.pageTitle
{
	color: #0f3779;
	font-weight: bold;
	font-size: medium;
}
.pageTitleArabic
{
	color: #0f3779;
	text-align: right;
	font-weight: bold;
	font-size: medium;
}
.CalendarMonths
{
	color: #092d65;
	font-weight: bold;
	font-size: medium;
}
.CalendarMonths a:link, .CalendarMonths a:visited, .CalendarMonths a:hover
{
	color: #092d65;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.pageTitle_w
{
	color: white;
	font-weight: bold;
	font-size: medium;
}
.header
{
	color: Black;
	font-weight: normal;
	font-size: 10pt;
}
.subHeader
{
	color: #092d65;
	font-weight: normal;
	font-size: 10pt;
}

.intro
{
	color: RGB(245,245,245);
	font-weight: normal;
	font-size: 11px;
}

.label
{
	color: #092d65;
	font-weight: normal;
	font-size: 11px;
}
.label_b
{
	color: #092d65;
	font-weight: bold;
	font-size: 11px;
}
.PageSubTitle
{
	color: #092d65;
	font-weight: bold;
	font-size: 14;
}
.text
{
	color: Black;
	font-weight: normal;
	font-size: 11px;
}
.text_b
{
	color: Black;
	font-weight: bold;
	font-size: 11px;
}

.text_w
{
	color: white;
	font-weight: normal;
	font-size: 11px;
}
.text_b_w
{
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.note
{
	color: #092d65;
	font-weight: normal;
	font-size: 7pt;
}
.note_b
{
	color: #092d65;
	font-weight: bold;
	font-size: 7pt;
}

.error
{
	background-color: white;
	color: RED;
	font-size: 11px;
	font-weight: bold;
}
/*RGB(226,197,197)*/
.message
{
	background-color: white;
	color: RGB(226,197,197);
	font-size: 11px;
	font-weight: bold;
}
.validator
{
	background-color: white;
	color: white;
	font-size: 11px;
}

.gridItem
{
	background-color: RGB(255,255,255);
	color: RGB(0,0,0);
}
.gridAlternatingItem
{
}

.gridHeader
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 26px;
	height: 15px;
}
A.gridHeader:hover
{
	text-decoration: underline;
}
.gridItemCell
{
	color: #788ca9;
	height: 20px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	width: 26px;
	vertical-align: middle;
}
.gridToday
{
	color: white;
	background-color: #acacac;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	height: 20px;
}
.gridEventDay
{
	color: White;
	height: 20px;
	cursor: pointer;
	background-color: #01afeb;
	text-align: center;
	vertical-align: middle;
}
.gridFooter
{
	background-color: RGB(128,128,192);
	color: RGB(255,255,255);
	font-size: 11px;
	font-weight: bold;
}
.borderedTable
{
	border-style: ridge;
	border: solid 1px #bcbcbc;
}
.borderedTable td
{
	border-style: ridge;
	border: solid 1px #bcbcbc;
}
.test
{
}
.test td
{
	border-width: 0px;
}
.gridPager
{
	background-color: RGB(128,128,192);
	color: RGB(255,255,255);
	font-weight: bold;
	text-align: right;
}
.gridSelectedItem
{
	background-color: RGB(216,48,0);
	color: RGB(255,255,255);
	font-weight: bold;
}

.b_link
{
	height: 20px;
	color: #9fafbf;
	font-weight: bold;
}
.GridHeader
{
	font-size: 9px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	width: 26px;
	text-align: center;
	padding: 2px 0 2px 0;
}
/*----------------------------------------------------------------
Start													 Tree View
----------------------------------------------------------------*/
.TreeNode
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	padding-left: 3px;
	text-decoration: none;
}

.TreeNodeOver
{
	font-family: Tahoma;
	font-size: 11px;
	color: #092d65;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 3px;
}

.TreeNodeSelect
{
	font-family: Tahoma;
	font-size: 11px;
	color: RGB(245,245,245);
	background: RGB(47,60,83);
	cursor: pointer;
	margin-left: 3px;
}

.TreeNodeDisabled
{
	font-family: Tahoma;
	font-size: 11px;
	color: RGB(245,245,245);
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeContextItem
{
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
	padding-left: 4px;
	height: 24px;
	background-color: #fdfdfd;
	background-image: url(contextMenu.gif);
	background-repeat: repeat-y;
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}

.TreeContextItemOver
{
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
	padding-left: 4px;
	height: 24px;
	background-color: #f3f3f3;
	background-image: url(contextMenu.gif);
	background-repeat: repeat-y;
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}

.TreeNodeEdit
{
	border: 1px gray solid;
	font-family: tahoma;
	font-size: 11px;
	margin-left: 3px;
	text-align: left;
}

.SubscribeImageButton
{
	color: #0f4760;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
	height: 24px;
	cursor: pointer;
	border: solid 1px #678fc2;
	background-image: url(../Images/subscribe.jpg);
}

.UnSubscribeImageButton
{
	background-image: url(unsubscribe.jpg);
}
/*----------------------------------------------------------------
End  													 Tree View
----------------------------------------------------------------*/





/*----------------------------------------------------------------
Start  													 Main Menu
----------------------------------------------------------------*/

/*----------------------------------------------------------------
End   													 Main Menu
----------------------------------------------------------------*/
.NewsButton
{
	color: #788ca9;
	font-size: 11px;
	text-decoration: none;
	width: 15px;
	cursor: pointer;
}
.QuestionText
{
	color: #546a94;
	font-weight: bold;
	font-size: 13px;
}
.VideoTitle
{
	color: #546a94;
	font-size: 13px;
	font-weight: bold;
	padding: 2 0 2 0;
}
.VideoTitle a:link, .VideoTitle a:visited
{
	color: #546a94;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.VideoTitle a:hover
{
	color: #546a94;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.Hide
{
	display: none;
}
.Show
{
	display: block;
}

.linkWhite
{
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
A.linkWhite:hover
{
	text-decoration: underline;
}

/*---------------------------------------------------*/
/*--------------------- Video Styles ----------------*/
.VideoTitle
{
	color: #546a94;
	font-size: 11px;
	padding: 0px;
}
.VideoTitle a
{
	color: #546a94;
	font-size: 11px;
	cursor: pointer;
	font-weight: normal;
	font-family: Verdana;
}
.VideoTitle a:link
{
	color: #546a94;
	font-size: 11px;
	cursor: pointer;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}
.VideoTitle a:hover
{
	color: #99a6d9;
	font-size: 11px;
	cursor: pointer;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: underline;
}

.VideoPanel
{
	border: solid 1px #cfcfcf;
}
.VideoImage
{
	padding: 5px;
	text-align: center;
	border: solid 1px #cfcfcf;
}
.VideoSep
{
	height: 1px;
	background-color: #cfcfcf;
}
.VideoCard
{
	background-color: #eeeeee;
	border: solid 1px #d7d7d7;
	padding: 5px;
}
.VideoDate
{
	color: #546a94;
	font-weight: normal;
	font-size: 11px;
}
.VideoTag
{
	padding-top: 10px;
	color: #546a94;
	font-weight: bold;
	font-size: 11px;
}
.VideoTitle2
{
	color: #546a94;
	font-weight: bold;
	font-size: 13px;
}

.VideoSharing
{
	border: solid 1px #d7d7d7;
	padding: 5px;
}
.VideoShare
{
	border-top: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	border-left: solid 1px #d7d7d7;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #546a94;
}
.VideoAction
{
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #546a94;
	padding-left: 4px;
}
.VideoAction a:link, .VideoAction a:visited
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #546a94;
	text-decoration: none;
}
.VideoShareSelected
{
	background-color: #eeeeee;
}

.ShareIcon
{
	font-size: 11px;
	color: #546a94;
	font-family: Verdana;
	white-space: nowrap;
	padding: 7 40 7 2;
	cursor: pointer;
}
.ShareIcon a:link, .ShareIcon a:visited
{
	font-size: 11px;
	color: #546a94;
	text-decoration: none;
	font-family: Verdana;
}
.ShareIcon a:hover
{
	color: #546a94;
	font-size: 11px;
	text-decoration: underline;
	font-family: Verdana;
}
.ShareImage
{
	height: 18px;
	width: 18px;
}
.Image
{
	vertical-align: top;
	cursor: pointer;
}
.ShareHead
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.MoreLink
{
	color: #95a4bb;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	cursor: pointer;
}
.CommentTable
{
}
.CommentVisitorName
{
	font-size: 11px;
	color: #546a94;
	font-weight: normal;
	padding: 2 10 2 10;
}
.CommentText
{
	color: #092d65;
	font-weight: normal;
	font-size: 12px;
	padding: 10;
	text-align: justify;
	border-bottom: solid 2px #eeeeee;
}
.CommentTitle
{
	font-weight: bold;
	color: #546a94;
	padding: 3 10 3 10;
	background-color: #eeeeee;
}
.GridBg
{
	background-color: #f4f4f4;
	border-right: solid 1px #eeeeee;
	padding: 5px;
}
.OptionGridHeader
{
	background-color: #546a94;
	color: White;
	font-weight: bold;
	text-align: center;
	border-left: solid 1px white;
}
.OptionGridCell
{
	text-align: right;
	border-left: solid 1px #ebeef3;
}
.FilterControl
{
	border: solid 1px #f0f0f0;
	padding: 4px;
}
.TableCell
{
	color: #092d65;
	font-weight: bold;
	font-size: 11px;
	border-bottom: solid 1px #f0f0f0;
}
.TableCellSide
{
	color: #092d65;
	font-weight: bold;
	font-size: 11px;
	border-right: solid 1px #f0f0f0;
}
.GreekItems
{
	color: #546a94;
	font-weight: bold;
	width: 50px;
	border-right: solid 1px #ece9d8;
}
.GridItemGreekCell
{
	color: #464646;
	font-weight: normal;
	background-color: white;
	border-bottom: solid 1px #f0f0f0;
}


/*----------------------------------------------------*/
.period1
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #e0e6ed;
	text-align: center;
}
.period1 td
{
	text-align: center;
}
.period2
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #e0e6ed;
	text-align: center;
}
.period2 td
{
	text-align: center;
}
.period3
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #dfe7ee;
	height: 100%;
	text-align: center;
}
.period3 td
{
	text-align: center;
}
.period4
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #f0f2f4;
	text-align: center;
}
.period5
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #b0c4de;
	text-align: center;
}
.period6
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #d2d2ff;
	text-align: center;
}
.period7
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #b7b7ff;
	text-align: center;
}
.period8
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #9cacbe;
	text-align: center;
}
.period9
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #e2e2e2;
	text-align: center;
}
.period10
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #d7d7d7;
	text-align: center;
}
.period11
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #dfdfdf;
	text-align: center;
}
.period12
{
	border-bottom: solid 1px #f0f0f0;
	background-color: #ffddff;
	text-align: center;
}

.dateItem
{
	text-align: center;
	width: 70px;
}
.AlighRight
{
	text-align: right;
}
.AlignLeft
{
	text-align: left;
}


/*-----------------------------------------------------------------------*/
/*-----------------------Rating Part ------------------------------------*/
.arw
{
	font-size: 11px;
	color: #FF6D0D;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.arw2
{
	font-size: 11px;
	color: #000;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.textbox
{
	border-left: 1px solid #acc6db;
	border-right: 1px solid #acc6db;
	border-top: 1px solid #acc6db;
	border-bottom: 1px solid #acc6db;
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.submit
{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #6898d0;
	border: 1px solid #dadada;
	cursor: pointer;
}
.navbartext
{
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.navbardate
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.content
{
	font-size: 11px;
	font-weight: normal;
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.consubmit
{
	font-size: 12px;
	font-weight: normal;
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.consubmit2
{
	font-size: 12px;
	font-weight: normal;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cred2
{
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.content5
{
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headwhite
{
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.content2
{
	font-size: 11px;
	font-weight: normal;
	color: #4b4b4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.csortz
{
	font-size: 11px;
	color: #000;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}
.descrip
{
	font-size: 11px;
	font-weight: bold;
	color: #26754E;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}
.header:link
{
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.header:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	font-family: verdana, arial, san-serif;
	text-decoration: none;
}
.header:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.topicreply:link
{
	font-size: 10px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.footer a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.footer a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.footer a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.flink:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.flink:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.flink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fd7e00;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
.flink:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
#footertop
{
	border-bottom: 1px solid #66ccff;
	background-color: #006699;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#footerbottom
{
	background-color: #000051;
	padding-top: 2px;
	padding-bottom: 6px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
/*#LeftMNav
{
	z-index: 100000;
}
#LeftMNav UL
{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
	width: auto;
	color: #ffffff;
	padding-top: 0;
	background-color: #bacee0;
}
#LeftMNav LI
{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
	padding-top: 0;
	list-style-type: none;
}
#LeftMNav a
{
	border-right: 1px solid #E3E6E6;
	padding-right: 0;
	border-top: 1px solid #fefefe;
	display: block;
	padding-left: 2px;
	font-weight: normal;
	padding-bottom: 3px;
	border-left: 1px solid #fefefe;
	padding-top: 3px;
	border-bottom: 1px solid #E3E6E6;
	background-color: #f8fafc;
	font-size: 12px;
	color: #0063C6;
	font-family: Tahoma,Ms Sans Serif, Times New Roman;
	text-decoration: none;
}
#LeftMNav a:hover
{
	border-left-color: #fefefe;
	border-bottom-color: #E3E6E6;
	border-top-color: #fefefe;
	background-color: #f8fafc;
	border-right: 3px solid #FF6D0D;
	font-size: 12px;
	color: #ff3e3e;
	font-family: Tahoma,Ms Sans Serif, Times New Roman;
	text-decoration: none;
}
#LeftMNav a:active
{
	border-left-color: #fefefe;
	border-bottom-color: #E3E6E6;
	border-top-color: #fefefe;
	background-color: #f8fafc;
	border-right-color: #E3E6E6;
	font-size: 12px;
	color: #0063C6;
	font-family: Tahoma,Ms Sans Serif, Times New Roman;
	text-decoration: none;
}
*/
.menuheader
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background: #76A4E2 url(arrow_orange.gif) no-repeat center left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	border-bottom: 1px solid #4F82B0;
	border-right: 1px solid #598BB5;
	border-top: 1px solid #f1f5fa;
	display: block;
}
#topnavbar
{
	text-align: right;
	background-color: #c2ceda;
	border-bottom: 8px solid #E6EBF0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 4px;
	display: block;
}
.forumtopic:link
{
	font-size: 10px;
	font-weight: bold;
	color: #048;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.forumtopic:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #048;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.forumtopic:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/*.navbardate
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headpic
{
	height: 40px;
	background: url(../exdesignzlogo.gif) no-repeat;
}
#headertop
{
	background: url(../logodefinitive.gif) no-repeat right;
	height: 39px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 40px;
}
#headercont
{
	background-color: #c2ceda;
	margin: 0;
	padding: 0;
}
.hwhite:link
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hwhite:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hwhite:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hletter:link
{
	font-size: 14px;
	color: #0069D2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hletter:visited
{
	font-size: 14px;
	color: #0069D2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hletter:hover
{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.headmemspot
{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: #6898d0 url(../rcornerrecipe.gif) no-repeat top right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	display: block;
}
.dlleftnav
{
	width: auto;
	background-color: #f4f8fb;
	text-align: left;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 0;
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.topicarrow
{
	font-size: 10px;
	font-weight: bold;
	color: orange;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.topicarrow2
{
	font-size: 10px;
	font-weight: bold;
	color: #5599ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tarr
{
	font-size: 10px;
	font-weight: bold;
	color: orange;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hleft:link
{
	font-size: 11px;
	color: #0069D2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hleft:visited
{
	font-size: 11px;
	color: #0069D2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.hleft:hover
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: underline;
}
.hleft2:link
{
	font-size: 10px;
	color: #0058b0;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
}
.hleft2:visited
{
	font-size: 10px;
	color: #0058b0;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
}
.hleft2:hover
{
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: underline;
}
.cgr
{
	font-size: 11px;
	color: #7BA402;
	font-family: verdana,arial,helvetica,san-serif;
}
.cyel
{
	font-size: 11px;
	color: #D69601;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.grn
{
	font-size: 11px;
	color: #800000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.cred2
{
	font-size: 11px;
	color: #cc3300;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.cmaron
{
	font-size: 11px;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cmaron2
{
	font-size: 10px;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.corange
{
	font-size: 10px;
	color: #fe9d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.rblue:link
{
	font-size: 13px;
	font-weight: bold;
	color: #0069D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.rblue:visited
{
	font-size: 13px;
	font-weight: bold;
	color: #0069D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.rblue:hover
{
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#divbody
{
	margin: 4px;
	padding: 3px;
	background-color: #fff;
}
#divleft
{
	float: left;
	width: 15%;
	margin: 0px;
	background-color: #fff;
}
#divright
{
	float: right;
	width: 15%;
	padding-right: 0;
}
#divmid
{
	float: left;
	width: 69%;
	padding-left: 4px;
}
#divfoot
{
	clear: both;
	padding: 0;
}
#divright
{
	margin: 0;
	padding: 0;
}
#divleft2
{
	float: left;
	width: 15%;
	margin: 0px;
	background-color: #fff;
}
#divright2
{
	float: right;
	width: 82%;
}
#divright2
{
	margin: 0;
	padding: 0;
}
#divtop1
{
	background-color: #6898d0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 1px;
}
#divs1
{
	background-color: #fff;
	width: auto;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 15px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
#divs4
{
	background-color: #fff;
	width: auto;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 4px;
	text-align: right;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.dirput
{
	border-left: 1px solid #acc6db;
	border-right: 1px solid #acc6db;
	border-top: 1px solid #acc6db;
	border-bottom: 1px solid #acc6db;
	background-color: #fff;
	font-size: 12px;
	font-family: verdana,arial;
}
#navbar3
{
	padding-top: 3px;
	padding-bottom: 3px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #6898d0;
	border: #1958b7 1px solid;
}
#navbar3 ul
{
	margin: 0;
	padding: 0;
}
#navbar3 li
{
	list-style-type: none;
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navbar3 li a
{
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #6898d0 url(../arrow7.gif) no-repeat left;
}
#navbar3 li a:hover
{
	font-weight: bold;
	color: #fff;
	background-color: #1465b6;
	border-bottom: #FF8533 2px solid;
}
.divtitle1
{
	width: auto;
	background-color: #F1F5FA;
	padding-left: 3px;
	display: block;
}
.divtitle2
{
	width: auto;
	background-color: #fff;
	padding-left: 3px;
	display: block;
}
.divtitle3
{
	width: auto;
	background: #fff url(../dotteddiv.gif) repeat-x bottom;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 6px;
	display: block;
	line-height: 16px;
}
#div13
{
	float: left;
	text-align: left;
	margin-top: 50px;
	width: 43%;
	border: 1px solid #fff;
	display: block;
}
#div14
{
	float: right;
	text-align: left;
	margin-top: 50px;
	margin-right: 40px;
	width: 35%;
	display: block;
}
.div16
{
	background-color: #6898d0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
.div17
{
	background: #f4f8fb url(../arrow7.gif) no-repeat left;
	padding-left: 8px;
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: normal;
	color: #5599ff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
.divvalid
{
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 12px;
	text-align: left;
	font-size: 10px;
	color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.triangle4
{
	width: 220px;
	background-color: #ddecfe;
	border-left: 3px solid #ff8b3e;
}
.triangle5
{
	width: auto;
	background-color: #6898d0;
	background: #6898d0 url(arrow_orange.gif) no-repeat center left;
}
.lightblue4
{
	width: auto;
	background: #F3F8FC url(../arrow.gif) no-repeat center left;
}
.triangleblue
{
	background: url(../rcornerrecipe.gif) no-repeat top right;
}
.topnavwhite
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.topcatblack
{
	font-size: 11px;
	font-weight: bold;
	color: #666633;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.dv4
{
	margin-left: 5px;
	text-align: left;
}
.dv5
{
	margin-left: 14px;
	text-align: left;
}
.lightblue5
{
	width: auto;
	background-color: #e6edf7;
}
.divcom1
{
	border: 1px solid #acc6db;
	padding: 0;
	margin-left: 100px;
	margin-right: 100px;
}
.divcom2
{
	background-color: #fff;
	padding: 0;
	margin-left: 100px;
	margin-right: 100px;
}
.hb2
{
	font-size: 10px;
	color: #cc6600;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.tri6
{
	width: auto;
	background-color: #f4f8fb;
}
.triblue6
{
	background: url(rcor1.gif) no-repeat bottom right;
}
img.cor2
{
	width: 40px;
	height: 17px;
	border: none;
	display: block;
}
#ct5
{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#ct6
{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.dlnav2
{
	background-color: #f4f8fb;
	text-align: left;
	padding-left: 3px;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#divright5
{
	float: right;
	width: 30%;
	padding-right: 3px;
}
#divmid2
{
	float: left;
	width: 67%;
	padding-right: 0;
	padding-left: 4px;
	margin-bottom: 8px;
	margin-left: 5px;
}
#divright5
{
	margin: 0;
	padding-right: 5px;
	margin-bottom: 8px;
}
#divinside5
{
	float: right;
	width: 48%;
}
#divmidin5
{
	float: left;
	width: 50%;
}
#divinside5
{
	margin: 0;
}
.f1
{
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	color: #5599ff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.dvswrap
{
	margin: 1px;
	text-align: center;
}
.cnthd
{
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
.cnthd2
{
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#lblBreadcrumb
{
	width: auto;
	padding: 0;
	margin: 0;
}
#lblBreadcrumb a
{
	font: normal 11px verdana,arial,helvetica,san-serif;
}
#lblBreadcrumb2
{
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#lblBreadcrumb2 a
{
	font: normal 11px verdana,arial,helvetica,san-serif;
}
/* Begin style for Bread Crumb Nav 1*/
/*#bcnav
{
	margin: 0;
	padding-right: 0px;
	display: inline;
	list-style-type: none;
	position: relative;
}
#bcnav li
{
	margin: 0;
	padding-right: 3px;
	display: inline;
	list-style-type: none;
	position: relative; 
	float: left;  
}

#bcnav a
{
	padding: 0 12px 0 3px;
	border: 0;
}
#bcnav a:link, #bcnav a:visited
{
	background: url(../bullblue.gif) no-repeat 5px 4px;
	float: left;
	background-position: 96% 60%;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #0058b0;
}
#bcnav a.active:link, #bcnav a:hover
{
	background: url(../bullorange.gif) no-repeat 5px 4px;
	background-position: 96% 60%;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #ff3e3e;
}
#bcnav a.active:visited
{
	background: url(../bullorange.gif) no-repeat 5px 4px;
	background-position: 96% 60%;
	text-decoration: none;
	color: #4d4d4d;
	font-size: 11px;
	font-weight: normal;
}
#bcnav a:hover
{
	color: #ff3e3e;
	text-decoration: underline;
}
/* Begin style for Bread Crumb Nav 1*/

/* Begin style for Bread Crumb Nav 2 */
/*
#bcnav2
{
	margin: 0;
	padding-right: 0px;
	display: inline;
	list-style-type: none;
	position: relative;
}
#bcnav2 li
{
	margin: 0;
	padding-right: 3px;
	display: inline;
	list-style-type: none;
	position: relative; 
	float: left; 
}
#bcnav2 a
{
	padding: 0 12px 0 3px;
	border: 0;
}
#bcnav2 a:link, #bcnav2 a:visited
{
	background: url(../arrow7.gif) no-repeat 5px 4px;
	float: left;
	background-position: 98% 60%;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #0058b0;
}
#bcnav2 a.active:link, #bcnav2 a:hover
{
	background: url(../arrowdwnred2.gif) no-repeat 5px 4px;
	background-position: 100% 60%;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #ff3e3e;
}
#bcnav2 a.active:visited
{
	background: url(../arrowdwnred2.gif) no-repeat 5px 4px;
	background-position: 100% 60%;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#bcnav2 a:hover
{
	color: #ff3e3e;
	text-decoration: underline;
}*/
/* Begin style for Bread Crumb Nav 2*/

/* Begin style for Bread Crumb Nav 3 */
/*
#bcnav3
{
	margin: 0;
	padding-right: 0px;
	display: inline;
	list-style-type: none;
}
#bcnav3 li
{
	margin: 0;
	padding-right: 3px;
	display: inline;
	list-style-type: none;
	position: relative; 
	float: left;
}
#bcnav3 a
{
	padding: 0 14px 0 3px;
	border: 0;
}
#bcnav3 a:link, #bcnav3 a:visited
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #0069D2;
}
#bcnav3 a.active:link, #bcnav3 a:hover
{
	background: url(../arrowdwnred2.gif) no-repeat 5px 4px;
	background-position: 100% 60%;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,san-serif;
	text-decoration: none;
	color: #ff3e3e;
}
#bcnav3 a.active:visited
{
	background: url(../arrowdwnred2.gif) no-repeat 5px 4px;
	background-position: 100% 60%;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#bcnav3 a:hover
{
	color: #ff3e3e;
	text-decoration: underline;
}*/
/* Begin style for Bread Crumb Nav 3*/

/*Begin Bottom Paging*/
.paging
{
	float: left;
	margin: 0px;
	font: bold Arial;
	text-align: center;
}
.paging A
{
	padding: 2px 4px 2px 4px;
	float: left;
	text-decoration: none;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	border: solid #6FB7FF 1px;
	font-weight: normal;
}
.paging A:visited
{
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	border: solid #6FB7FF 1px;
}
.paging .me-page
{
	padding: 2px 2px 2px 2px;
	font-family: Arial;
	font-size: 16px;
	border: solid #fff 1px;
	color: #fff;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}
.paging a:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #0069D2;
}
.pdead
{
	padding: 2px 4px 2px 4px;
	float: left;
	margin-right: 8px;
	text-decoration: none;
	background-color: #336699;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	border: solid #6FB7FF 1px;
	font-weight: bold;
}
/*End Bottom Paging*/

/* Begin star rater CSS */
.srating
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(strating.gif) top left repeat-x;
}
.srating li
{
	padding: 0px;
	margin: 0px; /*\*/
	float: left; /* */
}
.srating li a
{
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}
.srating li a:hover
{
	background: url(strating.gif) 0px -20px repeat-x;
	z-index: 1;
	left: 0px;
}
.srating a.onestar
{
	left: 0px;
}
.srating a.onestar:hover
{
	width: 20px;
}
.srating a.twostars
{
	left: 20px;
}
.srating a.twostars:hover
{
	width: 40px;
}
.srating a.threestars:hover
{
	width: 60px;
}
.srating a.threestars
{
	left: 40px;
}
.srating a.fourstars
{
	left: 60px;
}
.srating a.fourstars:hover
{
	width: 80px;
}
.srating a.fivestars
{
	left: 80px;
}
.srating a.fivestars:hover
{
	width: 100px;
}
/* End star rater CSS */

.artitle2:link
{
	font-size: 17px;
	color: #0069D2;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
.artitle2:visited
{
	font-size: 17px;
	color: #0069D2;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
.artitle2:hover
{
	font-size: 17px;
	color: #800000;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
h3
{
	letter-spacing: .2px;
	font-size: 17px;
	color: #0069D2;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h3 a:hover
{
	letter-spacing: .2px;
	border-bottom: 1px solid #DFDF00;
	font-size: 17px;
	color: #0069D2;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.avotes
{
	font-size: 16px;
	color: #00004F;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
/*.concat2
{
	font-size: 9px;
	color: #999999;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.divsum
{
	margin-left: 57px;
	margin-right: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	font-size: 12px;
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.divopt2
{
	margin-left: 57px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	font-size: 11px;
	color: #6a6a6a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.acyel
{
	font-size: 11px;
	color: #C16704;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.agrn
{
	font-size: 11px;
	color: #849509;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.avlink:link
{
	font-size: 16px;
	color: #959500;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
.avlink:visited
{
	font-size: 16px;
	color: #959500;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
.avlink:hover
{
	font-size: 16px;
	color: #959500;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: underline;
}
.voteres
{
	font-size: 16px;
	color: #333300;
	font-weight: bold;
	font-family: arial,helvetica,san-serif;
	text-decoration: none;
}
.contsort
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.conlink5
{
	font-size: 10px;
	font-weight: normal;
	color: #bfbfbf;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.contsortoption
{
	font-size: 12px;
	font-weight: bold;
	color: #85B000;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.arthomehead
{
	font-size: 17px;
	font-weight: bold;
	color: #004182;
	font-family: arial,verdana,sans-serif;
	text-decoration: none;
}
.votbot
{
	text-align: center;
	padding-top: 6px;
	margin-top: 9px;
	margin-left: 1px;
	width: 54px;
	height: 27px;
	background: url(votres.gif) no-repeat;
	position: absolute;
	display: block;
}
.votcont
{
	float: left;
	width: 55px;
	height: 48px;
	margin-top: 2px;
	margin-right: 5px;
	background: #fff url(votetop.gif) no-repeat left;
}
.smore:link
{
	font-size: 11px;
	color: #3f3f3f;
	font-weight: normal;
	font-family: arial,helvetica,san-serif;
	text-decoration: underline;
}
.smore:visited
{
	font-size: 11px;
	color: #3f3f3f;
	font-weight: normal;
	font-family: arial,helvetica,san-serif;
	text-decoration: underline;
}
.smore:hover
{
	font-size: 11px;
	color: #ff0000;
	font-weight: normal;
	font-family: arial,helvetica,san-serif;
	text-decoration: underline;
}
.divlinkname
{
	width: auto;
	padding-left: 3px;
	display: block;
}
.conlink6
{
	font-size: 11px;
	font-weight: normal;
	color: #b5b5b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.dv6
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 3px;
}
.dvhover
{
	padding-top: 5px;
	background: #FFFFF4;
	padding-bottom: 5px;
	margin-left: 3px;
}
.dvoff
{
	margin-left: 3px;
}
.dvhov2
{
	background: #FFFDF2;
	margin-left: 3px;
}
#divmidlink
{
	float: right;
	width: 84%;
}
.divsub1
{
	border: 1px solid #acc6db;
	padding: 0;
	margin-left: 9px;
	width: 75%;
}
.dvfeat
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 14px;
	text-align: left;
}
.trianglefeat
{
	width: auto;
	background-color: #AE3974;
}
.trianglefeat2
{
	width: auto;
	background-color: #A2D700;
}
.arr2
{
	font-size: 11px;
	color: #5599ff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
#topnavbarhome
{
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
	background: #D8DFE7 url(../topnvbar3.gif) repeat-x bottom;
	display: block;
}
/*Begin Top Search Container Rounded Corner*/
/*
div.nifty
{
	margin: 0 0;
	background: #F1F7FE;
}
b.rtop, b.rbottom
{
	display: block;
	background: #FFF;
}
b.rtop b, b.rbottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F1F7FE;
}
b.r1
{
	margin: 0 5px;
}
b.r2
{
	margin: 0 3px;
}
b.r3
{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}*/
/*End Top Search Container Rounded Corner*/
/*
.arthomehead
{
	font-size: 17px;
	font-weight: bold;
	color: #004182;
	font-family: arial,verdana,sans-serif;
	text-decoration: none;
}
.dlbluecont
{
	width: 190px;
	background: #76A4E2 url(../arrow_orange.gif) no-repeat center left;
}
.dlblueimg
{
	background: url(../rcornerrecipe.gif) no-repeat top right;
}
.dv1
{
	margin-left: 15px;
	text-align: left;
}
.headerwhite
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.div51
{
	background: #76A4E2 url(../rcornerrecipe.gif) no-repeat top right;
	padding-top: 2px;
	text-align: left;
}
.dv2
{
	background-color: #f5fafc;
	padding-left: 4px;
	padding-top: 10px;
	text-align: left;
}
.cbig
{
	font-size: 12px;
	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.triangle12
{
	width: 540px;
	background-color: #f5fafc;
}
.triangle13
{
	width: 465px;
	background-color: #f5fafc;
}
.triangleblue12
{
	background: url(../curve.gif) no-repeat right;
	height: 18px;
}
.dartadstop5
{
	border-bottom: 1px solid #EDF4FE;
	padding-top: 5px;
	padding-bottom: 23px;
	padding-left: 0px;
	margin-right: 1px;
}
.dartadsbot
{
	border-top: 1px solid #F5F9FE;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 1px;
	margin-top: 0;
}
.div6
{
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
*/
.HeaderGrid
{
	
}
tr.HeaderGrid td
{
	font-weight:bold; 
	text-decoration:underline;
	color:#092d65;
}
.CellGrid
{
}
tr.CellGrid td
{
	border-right:solid 1px #f0f0f0;
	border-left:solid 1px #f0f0f0;
}
.FooterGrid
{
	border-top:solid 1px #0f3779;
	padding-top:10px;
}
tr.FooterGrid tr
{
	background-color:#eeeeee;
	border-top:solid 1px #0f3779;
	padding-top:10px;
}
tr.FooterGrid td
{
	background-color:#eeeeee;
	border-top:solid 1px #0f3779;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	color:#092d65;
}

.PortfolioGridHeader
{
	font-size:11px;
	background-color:#f4f4f4;
	border-bottom:solid 1px #092d65;
	height:30px;
	color:#092d65;
}
.PortfolioGridHeader td
{
	font-size:11px;
	color:#092d65;
}

.PortfolioRowStyle
{
	border-bottom:solid 1px #d2d3d5;
	font-size:10px;
}
.PortfolioRowStyle td
{
	border-bottom:solid 1px #d2d3d5;
	font-size:11px;
	font-weight:bold;
	
	padding:4;
}
.PortfolioRowStyle td.PortfolioItemStyle
{
	font-size:11px;
	padding:4;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
.PortfolioGroup
{
	height:30px;
	vertical-align:bottom;
	font-size:11px;color:#092d65;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.PortfolioGroup td
{
	height:30px;
	vertical-align:bottom;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	
}
.PortfolioRowStyle td.PortfolioSubGroup 
{
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#092d65;
	text-decoration:none;
	padding:4 10 4 4;
	background-color:#f4f4f4;
}

.PortfolioRowStyle td.PortfolioSubGroupTotals
{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	font-style:normal;
	color:#092d65;
	background-color:#f4f4f4;
}
.PortfolioRowStyle td.PortfolioSubGroup2
{
	font-size:11px;text-align:right;
	font-weight:normal;
	font-style:normal;
	color:#092d65;
	text-decoration:none;
	padding:4 10 4 4;
	background-color:#f4f4f4;
}
