/*
	Styles.css
	----------
	This stylesheet controls colors and borders of the EnterCon Application.  This stylesheet can be altered to the Client's Branding.
*/

/*-------- Button Style --------- */

body 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#TopTable
{
	width: 995px;
	height: 100%;
	padding: 0px;
	border:0px;
	margin: 0 auto;
}

.button{
	background-color:black;
	Filter: Alpha(Opacity=35, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=500);
	color: #F8E600;
	height: 20px;
	width: auto;
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	text-align: center;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #999999;
}

.PreviewButton{
	background-color:black;
	Filter: Alpha(Opacity=35, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=500);
	color: #F8E600;
	width: auto;
	font-weight: bold;
	font-size: 9px;
	cursor: hand;
	text-align: center;
	border:1px solid #999999;
}
/*-------- Main Background Styles ---------*/

table.LoginBackground
{
	color : black;
	background-color: #F8E600;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
}
table.AdminBackground
{
	background-color: #F8E600;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
}

table.Background
{
	
	background-color: #E8F0B7;
	align: left;

}
table.PopUpBackground
{
	color : black;
	background-image: url(/images/popupbg.gif);
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
	background-repeat: repeat-y;
	background-color:#7F7930;
}

#main_right
{
	padding-left:6px;
	padding-top:6px;
}

.footerText
{
	text-align:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #666666;
}

/*-------- Preview Area ---------*/
table.PreviewTable
{
	border: 2px solid maroon;
	padding:10px;
	font-size: 11px;
	width:100%;
	background-color:#eeeeee;
}

table.PreviewPropertiesTable
{
	border: 1px solid black;
	border-right:2px solid #333333;
	border-bottom: 2px solid #333333;
	padding-left: 4px;
	padding-right:4px;
	font-size: 11px;
	margin-left: 30px;
	}
	
/*-------- Registration Content Area ---------*/

TD.DottedHeader 
{
	border-bottom: 1px dotted #666666;
	font-size: 11px;
	font-weight: bold;
	padding-left:20px;
	height:25px;
}
TD.HorizontalDots 
{
	border-left: 1px dotted #666666;
}
DIV.ConnectedPage {border: thick outset salmon; width:100%;height : 100%;}





/* OAK3 CSS Document */

.LeftSubscriptionTable
	{ 
	border: 1px solid #bdd73c;
	padding: 5px;
	margin-bottom: 2px;
	width: 100%;
	
	}

.LeftNavigationTable
	{ 
	border: 1px solid #bdd73c;
	padding-left: 5px;
	margin-bottom: 2px;
	width: 100%;
	
	}
	
.LeftNavigationLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	}
.LastLeftNavigationTable
	{ 
	border: 2px solid #bdd73c;
	padding-left: 10px;
	margin-bottom: 2px;
	width: 100%;
	
	}
	
.LastLeftNavigationLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	}
	
table.HeaderTableItem
{
	width:157;
	height:133;
	background-repeat:repeat-y;
	padding:0px;
	color:White;
}
td.headerText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:21px;
	padding-left:15px;
}
td.HeaderImage
{
	height:112px;
}

td.footer
{
	padding-left:10px;
	padding-right: 10px;
}

td.footer a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	padding-right:4px;
}

td.footer a:Hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
	padding-right:4px;
}
.Detail
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	
