/* Default CSS Stylesheet for a new Web Application project */

body	{
	background-color: #dbded0;
	font-family: Arial, Helvetica, Sans-Serif;
}

.breadcrumb {font-size:8pt;}

a:link {color:#0F5AAB; text-decoration:none;}
a:hover {color:#2A90BA; text-decoration:none;}	
a:visited {color:#0F5AAB; text-decoration:none;}
a:visited:hover {color: #2A90BA; text-decoration:none;}
a:active {color:#0F5AAB; text-decoration:none;}

a.nav:link {color:#024F84;}
a.nav:hover {color:#024F84;}	
a.nav:visited {color:#024f84;}
a.nav:visited:hover {color: #024F84;}

a.leftNav:link {color:#2A90BA;}
a.leftNav:hover {color:#024f84;}	
a.leftNav:visited {color:#2A90BA;}
a.leftNav:visited:hover {color: #024f84;}

.ltgray {color: #666666;}
a.ltgray:link {color: #666666;}
a.ltgray:link:hover {color: #666666;}	
a.ltgray:visited {color: #666666;}
a.ltgray:visited:hover {color: #666666;}

.dkgray {color: #515151;}
a.dkgray:link {color: #515151;}
a.dkgray:link:hover {color: #0F5AAB;}	
a.dkgray:visited {color: #515151;}
a.dkgray:visited:hover {color: #0F5AAB;}

a.ltblue:link {color: #2A90BA;}
a.ltblue:link:hover {color: #0F5AAB;}	
a.ltblue:visited {color: #2A90BA;}
a.ltblue:visited:hover {color: #0F5AAB;}

.dkblue {color: #103963;}
a.dkblue:link {color: #103963;}
a.dkblue:link:hover {color: #0F5AAB;}
a.dkblue:visited {color: #103963;}
a.dkblue:visited:hover {color: #0F5AAB;}

h1	{	
	font-family: arial, helvetica, sans-serif;
	font-size:	18pt;
	font-weight: bold;
	color: #103963;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2	{	
	font-family: arial, helvetica, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	color: #103963;
	margin-top: 0px;
	margin-bottom: 3px;
}
h3	{	
	font-family: arial, helvetica, sans-serif;
	font-size:	9pt;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 1px;
}
small	{	
	font-size: 7pt;
}
big	{	
	font-size:	12pt;
}
input	{
	font-family: arial, helvetica, sans-serif;
	font-size:	10px;
}
select	{
	font-family: arial, helvetica, sans-serif;
	font-size:	10px;
}
.defaultColor {
	color: #4F4F4F;
}
.smallHeader
	{
	font-family: arial, helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	color: #103963;
	margin-top: 0px;
	margin-bottom: 3px;
	}
.tnOff	{
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #8DD3F1;
}
.tnOn	{	
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #BAFFA5;
}
.content, .content td	{
	font-size: 9pt;
}
.homeContent	{
	font-size: 8pt;
}
#home_left	{
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 6px;
}
#sub_left_off	{
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 13px;
	margin-right: 2px;
}
#sub_left_on	{
	font-size: 8pt;
	color: #103963;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 2px;
}
#right_col_info	{
	font-size: 8pt;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 7px;
	padding-right: 5px;
}
#Redirect1_AuthoringModeControlsContainer_txtRedirect 
{
	width: 250px;
}
.CmsConsole, td.CmsConsole, .CmsConsole a
{
	font-size: 8pt;
	background: whitesmoke;
}
