/* CSS Document */
	A.login:link { color: #FFFFFF; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none; }
	A.login:visited { color: #FFFFFF; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none; }
	A.login:active { color: #FFFFFF; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none; }
	A.login:hover { color: #FFFFFF; font-size: 11px; font-family: Arial, sans-serif; text-decoration: underline; } 
	TABLE
	{
		table-layout: auto;
	}
	.tab_unselected
	{
		padding-top: 7px;
		height: 100%;
		width: 88px;
		font-size: 11px;
		font-family: Helvetica, sans-serif;
		color: #FFFFFF;
		letter-spacing: 0px;
		background-image: url(../images/tab_unselected.gif);
	}
	.tab_over
	{
		padding-top: 7px;
		height: 100%;
		width: 88px;
		font-size: 11px;
		font-family: Helvetica, sans-serif;
		color: #416178;
		letter-spacing: 0px;
		background-image: url(../images/tab_unselected.gif);
	}
	.tab_selected
	{
		padding-top: 7px;
		height: 100%;
		width: 88px;
		font-size: 11px;
		font-family: Helvetica, sans-serif;
		color: #416178;
		letter-spacing: 0px;
		background-image: url(../images/tab_selected.gif);
	}
html 
{ 
	height: 100% 
}

body 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

code 
{
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}

img 
{ 
	border: none; 
}

a:link, a:visited, a:active 
{ 
	color: #03C; 
}
a.topNavLink.link
{
	color: #FFFFFF; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none;
}
.storyTitleLink
{
	
}

.mainDiv
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.logoDiv
{
	float: left;
	clear: right;
}

.searchNavDiv
{
	width: 480px;
	padding-left: 60px;
	float: right;
	clear: left;
}

.topNavLinkContainer
{
	height: 20px;
	width: 60%;
	text-align: left;
	padding: 0px;
	padding-bottom: 5px;
	float: left;
	clear: none;
}

.searchContainer
{
	width: 533px;
	height: 80px;
	background-color: #CCCCCC;
	background-image: url(../images/gradient_middle.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

.search
{
	float: left; 
	clear: right; 
	padding: 5px;
	font-weight: bold;
	color: #616161;
	font-size: 14px;
}

.inputText
{
	border: 1px solid #000000;
	height: 20px;
	font-size: 14px;
}

.quickViewBar
{
	height: 50px;
	width: 787px;
	border: 1px solid #777777;
	margin-bottom: 15px;
}

.quickViewBar2
{
	height: 100%;
	width: 787px;
	border: 0px;
	margin-bottom: 15px;
}

.multimediaBar
{
	height: 100%;
	width: 787px;
	float: left;
	border: 1px solid #A6A6A6;
	margin-bottom: 15px;
}
.mainBodyContainer
{
	width: 800px;
}

.mainLeftColumn
{
	width: 800px;
	/*height: 100%;*/
	/*
	float: left;
	clear: right;
	*/
}

.mainCenterColumn
{
	width: 25px;
	height: 100%;
	float: left;
	clear: right;
}

.mainRightColumn
{
	width: 295px;
	/*height: 100%;*/
	float: right;
	clear: left;
}

.typeColumn
{
	float: left;
	clear: right;
	width: 150px;;
	padding-right: 10px;
}
.typeColumn2
{
	padding-right: 10px;
	float: right;
}
.loginContainer
{
	width: 280px;
	border: 1px solid #A6A6A6;
}

.titleBar
{
	/*position: relative;*/
	background-image: url(../images/title_back.gif);
	height: 23px;
	width: 100%;
	/*padding-left: 5px;*/
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #2E2E2E;
	text-align: left;
}

.titleBar1
{
	/*position: relative;*/
	background-image: url(../images/title_back.gif);
	height: 23px;
	width: 100%;
	/*padding-left: 5px;*/
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #2E2E2E;
	text-align: left;
}

.titleBar2
{
	/*position: relative;*/
	background-image: url(../images/title_back.gif);
	height: 23px;
	width: 100%;
	/*padding-left: 5px;*/
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #2E2E2E;
	text-align: right;
}

.fieldLabel
{
	font-weight: bold;
	color: #444444;
	padding-top: 4px;
}

.errorLabel
{
	font-weight: bold;
	color: #FF0000;
	padding-top: 4px;
}

.shortStoryBox
{
	width: 150px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 2px;
}

.bodyFooter
{
	width: 790px;
	height: 100px;
	background-color: #D1D1D1;
	/*border: 1px solid #777777;*/
}

.footerCap
{
	width: 790px;
	height: 15px;
	background-image: url(../images/title_back.gif);
}
.mailContainer
{
	float: left;
	width: 450px;
	border: 1px solid #A6A6A6;
}
.mailContainer2
{
	float: left;
	clear: right;
	width: 788px;
	border: 1px solid #A6A6A6;
}
.titleContainer
{
	width: 100%;
	border: 1px solid #A6A6A6;
}
.headerCell
{
	height: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	background-color: #EEEEEE;
	padding: 4px;
	background-image: url(../images/header_back.gif);
}
.groupContainerCell
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	background-color: #DDDDDD;
	vertical-align: top;
}
.headerRow
{
	height: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	background-color: #EEEEEE;
	padding: 4px;
	background-image: url(../images/header_back.gif);
}
.sml
{
	float:left;
	clear:left;
}
.story
{
	float:right;
	clear:right;
}
.floatStoryLeft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}
.expandRow
{
	float: left;
	clear: left;
	width: 420px;
	height: 20px;
	position:relative;
}