/* CSS Document */

/*main body*/
body
{	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	}

.Navbg
{
	background-image:url(topnav_back.gif);
	background-repeat: repeat-x;
	background-position:left top;
}

.bannerbg
{
	background-image:url(header_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

.Footerbg
{
	background-image:url(footer_back.gif);
	background-repeat: repeat-x;
	background-position:left top;
}

.LeftPaneCss
{
	padding-top: 27px;
	padding-left: 10px;
}

.BottomPaneCss
{
	padding-bottom: 6px;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color:#ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

A.SelectedTab:active   {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
   
    color: #000000;
    font-family: "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    font-weight: bold;
	color:#FFFFFF;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: #000000;
	
}

/* style of item titles on edit and admin pages */

p {
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.normal2
{
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #818181;
}

.SubHead    {
    font-family:Verdana;
    font-size:  11px;
    font-weight: normal;
    color: #000000;
	padding-right: 40px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:Arial;
    font-size:  13px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;

}

.NormalRed
{
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #2960C6;font-size: 11px; font-weight: normal;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #2960C6;font-size: 11px; font-weight: normal;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #2960C6;font-size: 11px; font-weight: normal;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;font-size: 11px; font-weight: normal;
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
    color: #4b4b4b;
	margin-bottom: -9px;
	_margin-bottom: -16px;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #333;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #333;
}

TFOOT, THEAD    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link, A:visited, A:active  {
	text-decoration: none;
	color: #0066ff;
	font-family: Verdana;
	font-size:11px;
}

A:hover {
	text-decoration: underline;
	color: #0066ff;
		font-family: Verdana;
	font-size:11px;
}

.box {
	margin-top: 35px;
	margin-right: 10px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
	list-style-type:    disc;
	line-height: 18px;
	vertical-align: bottom;
	font-family: verdana;
	font-size:11px;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #666;
    height:1pt;
    text-align:left;
}

.Privacy {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

A.Privacy:link, A.Privacy:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

A.Privacy:active, A.Privacy:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	height:px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Trebuchet MS; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer;  
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Trebuchet MS; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #eeeeee;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* Menu CSS */
.MainMenu_MenuContainer {
	margin: 0;
	padding: 0;
}
	
.MainMenu_MenuBar {
	CURSOR: hand;
	margin: 0;
}

/*sub menu items*/
.MainMenu_MenuItem { 
	CURSOR: hand; 
	COLOR: #ffffff;  
}

.MainMenu_MenuItemSel, .SubMenu_Active {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	CURSOR: hand; 
	color: #412f18;
	background: transparent;
	FONT-FAMILY: Arial;
	text-decoration: none;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	CURSOR: hand;
	BACKGROUND-COLOR: #FBFCFC;
	PADDING-TOP: 0px;
	HEIGHT: 20px;
	border-left: 1px solid #FBFCFC;
	border-top: 0px solid #FBFCFC;
	border-bottom: 1px solid #FBFCFC;
	border-right: 1px none;
	DISPLAY: none;
}

/**/
.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #cccccc;
	font-family:Arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	color: #ffffff;
	filter:alpha(Opacity=90); -moz-opacity: 0.9;
	CURSOR: hand;
	margin-left:0px;
	text-align: left;
	border: none;
	/*BORDER: #d6080b 1px solid;*/
}

.MainMenu_MenuBreak, .MainMenu_MenuBreak td {
	border: none;
	padding: 0;
	margin: 0;
}

.MainMenu_MenuArrow {
	font-family:Trebuchet MS;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #FBFCFC;
	border-bottom: 0px solid #FBFCFC;
	border-top: 0px solid #FBFCFC;
	border-left-color: #FBFCFC;
	text-align: right;
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
	width: 0px;
	background-color: transparent;
}

.MainMenu_Normal td {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 9px;
	padding-right: 5px;
	text-decoration: none;
}


.MainMenu_BreadcrumbActive, .MainMenu_BreadcrumbActive td {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 9px;
	padding-right: 5px;
	text-decoration: none;
}

.MainMenu_Active, .MainMenu_Active td {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 9px;
	padding-right: 5px;
	text-decoration: none;
}

.MainMenu_Selected td {
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 9px;
	padding-right: 5px;
	text-decoration: underline;
}

.MainMenu_Separator {
	color: transparent;
	width: 20px;
	height: 30px;
	display:none;
}

*html .MainMenu_Separator {
	display: none;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

input {
	margin: 3px;
	margin-left: 0px;
		padding-right: 40px;
}


textarea {
	margin: 3px;
	margin-left: 0px;
	padding-right: 40px;
}

.Navlink, .Navlink A:link, .Navlink A:visited
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
		padding-left: 3px;
}

.Navlink A:hover, .Navlink A:active
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
		padding-left: 3px;
}

.Navlink1, .Navlink1 A:link, .Navlink1 A:visited
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.Navlink1 A:hover, .Navlink1 A:active
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.Navlink2, .Navlink2 A:link, .Navlink2 A:visited
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;	
	color: #3982ad;
	text-decoration: none;
}

.Navlink2 A:hover, .Navlink2 A:active
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #3982ad;
	text-decoration: underline;
}

.Navlink3, .Navlink3 A:link, .Navlink3 A:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #7ccee4;
	text-decoration: none;
}

.Navlink3 A:hover, .Navlink3 A:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #7ccee4;
	text-decoration: underline;
}

.Navlink4, .Navlink4 A:link, .Navlink4 A:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #818181;
	text-decoration: none;
}

.Navlink4 A:hover, .Navlink4 A:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #7ccee4;
	text-decoration: none;
}

.Navlink4_Current, .Navlink4_Current A:link, .Navlink4_Current A:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #7ccee4;
	text-decoration: none;
}

.Navlink5, .Navlink5 A:link, .Navlink5 A:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #c1c1c1;
	text-decoration: none;
	vertical-align:middle;
	white-space: nowrap;
}

.Navlink5 A:hover, .Navlink5 A:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #c1c1c1;
	text-decoration: none;
	vertical-align:middle;
	white-space: nowrap;
}

.titlebg1
{
	background-color: #dae0e2;
	background-image: url(righttop.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.tableborder
{
	border: solid;
	border-color: #000000;
	border-width: 1px;
}

.tableborder2
{
	border-top:dotted;
	border-top-width: 1px;
	border-top-color: #333333;
	padding-top: 15px;
	padding-bottom: 20px;
}

