/*
	Global stylesheet for secure portion of First Southwest Clearing site
	Stylesheet URL: http://www.firstsouthwestclearing.com/secure/support/css/fswc.css

	This stylesheet defines global styles for the First Southwest Clearing site.	
*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	/* BACKGROUND: url(../images_Login/bg_body.png) repeat-x 0px bottom; */
    height: 100%;
    min-height: 100%;
}

body 
{	
	/*
	background-color: #2D4A45;
	filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFF5F5F5',EndColorStr='#FF2D4A45');
    */
	color: #616161;	
	font-family: Tahoma, Arial, Helvetica;	
	font-size: 11px;	
	height: 100%;
	min-height: 100%;
	text-align: center;
	font-smooth: always;	
}

.outercontainer
{
	Z-INDEX: 2; 
	POSITION: absolute; 
	WIDTH: 100%; 
	height: auto;
	min-height: 100%;
	BACKGROUND: url(../images/bg_body.png) repeat-x 0px bottom;
	TOP: 0px; 
	LEFT: 0px;
}

.container 
{			
	background-color: White;
	border: solid 1px black;
	margin-top: 10px;
	width: 900px;
	height: auto;	
	min-height: 700px;
	position: relative;	
}

.heading
{					
	width: 900px;		
}

/* Main content area div on master page */
.content
{  				
	font-family: Arial, Helvetica, Sans-Serif;
	color: #616161;
	font-size: 11px;
	text-decoration: none;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;	
	text-align: left;	
	width: 880px;
	height: 100%;	
}

/*
.content_left
{
	float: left;
	width: 210px;
	padding: 10px 15px 10px 10px;
	height: 100%;	
}

content_right
{
	float: right;
	width 640px;
	padding: 10px 10px 10px 15px;
	height: 100%;
}
*/

/* Hyperlink styles within content area */
.content a:link
{	
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

.content a:visited
{	
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

.content a:hover
{	
	color:#003366;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

.content p
{					
	font-weight: normal;	
	color: #616161;
	padding-top: 15px;	
	padding-right: 10px;
	padding-bottom: 10px;	
	padding-left: 15px;
	line-height: 15px;
}

.content ul 
{	
	padding-left: 20px;
	list-style-type: square;
}

.content li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Hyperlink styles within header area (i.e. Change Password | Logout) */
.headerLinks a 
{		
	color:#003366;
	font-family: Tahoma, Arial, Helvetica;	
	font-size: 12px;
	font-weight: bold;		
	text-decoration: none;	
}

.headerLinks a:hover
{	
	color:#003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: underline;
}

/* Footer styles */
.footer
{
	/* position: absolute; bottom: 0; left: 0; */
	position: relative;
	height: 60px;
	clear: both;
	width: 800px;
	/* background-color: #2D4A45; */
	text-align: center;
	line-height: 15px;
	color: white;
	font-size: 10px;
	font-weight: bold;	
	vertical-align: baseline;
}

/* Hyperlink styles within footer area */
.footer a
{	
	color: white;
	font-size:10px;
	text-align:center;		
	text-decoration: none;	
	font-weight: bold;	
}

.footer a:hover
{	
	color: white;
	font-size:10px;
	text-align:center;		
	text-decoration: underline;
	font-weight: bold;	
}

/* Change Password form meets policy indicator */
.pwMeetsPolicy
{ 
	/*
	color: red;	
	font-weight: bold;
	font-size: 11px;
	*/
	z-index: 1000;               
}

/* Text style used for page title at top of content area - usually the name of the application (i.e. Online Reports */
.title
{
	/*
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 18px;
	font-weight: bold;	
	color: 	#00357C;
	*/
	font-family: Arial, Helvetica, Sans-Serif;
	color: #1c1c1c;
	font-size: 1.6em;	
	font-weight: normal;
	padding-bottom: 3px;
	line-height: 2.5em;	
}

/* Table cell styles used to create container box with a gradient header as seen in Learning Center sections */
.subheading
{
	color: White;	
	width: 790px;
	height: 20px;	
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #888888;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-bottom: 5px;	
	filter: progid:DXImageTransform.Microsoft.Gradient
		(GradientType=1, StartColorStr='#FF888888', EndColorStr='#FFCCCCCC');
}

.withborders
{
	border: solid 1px #555555;
}

/* Error / warning text styles */
.error, .warning
{
	color: red;
	font-size: 10px;
}

.small
{
	font-size: 10px;
}

/* Button style used for general submit-type buttons on form */
.button
{
	padding: 2px 3px 2px 3px;
	color: #505050;
	border: solid 1px #013F7C;	
	font-size: 11px;	
	filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#FFD0D0D0');
}

/* Miscellaneous form elements */
.dropdownlist, .textbox
{
	font-size: 12px;
}	

/* Content area div on non-authenticated pages such as login, change password, etc. */
.loginContent
{  
	padding-left: 5px;	
	padding-right: 5px;	
	text-align: left;
	width: 739px;
}

.loginPanel 
{	
	background-color: #AFAFAF;		
	filter: progid:DXImageTransform.Microsoft.Gradient
		(GradientType=0,StartColorStr='#FFDFDFDF',EndColorStr='#FFAFAFAF');			
}

.loginPanel h5
{
	font-size: 1.2em;
	padding-top: 10px;
}

/************************************ Gridview styles ************************************/
.grid
{
	
}

.header th
{
	/* background: url("../images/gridheader.png") repeat-x 0px 0px; */
	background: url("../Images/rd2_gridheader_bg.jpg") repeat-x 0px 0px;
	border-color: #C0C0C0 #CFCFCF #C0C0C0 #C0C0C0;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	padding: 4px 0px 4px 0px;
	text-align: center;
	vertical-align: middle;
	color: White;
}

.header a:link
{
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px 1px 0px 1px;
	font-weight: bold;
	color: White;
}

.header a:hover
{
	/* color: #2A5A8A; */
	text-decoration: underline;
}

.row td
{	
	padding: 2px 2px 2px 2px;
	border-right: solid 1px #CFCFCF;
	border-left: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
}

.altrow td, .alternating td
{
	padding: 2px 2px 2px 2px;
	border-right: solid 1px #CFCFCF;
	border-left: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	/* background-color: #e8eaec; */
	background-color: #e1e0e0;
}
/********************************* End of Gridview styles *********************************/

/* Styles for calendar control in Online Reports 
   TODO: These should be moved to a stylesheet specific to Online Reports - mchampagne */
   
.selectableCalendarCell
{
	background-image: url("../../OnlineReports/images/report_icon_gray.gif");
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	background-position: center center;
}

.selectableCalendarCell a:Link
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4169e1 !important;
}

.selectableCalendarCell a:active
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4169e1 !important;
}

.selectableCalendarCell a:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4169e1 !important;
}