/*==================================================*/
/* Baseline all Browsers							*/
/*==================================================*/
p, h1, h2, h3, h4, h5, h6, html, body, div
{
	margin: 0;
	padding: 0;
}
/* This changes Mozilla browsers to act like IE for padding */
DIV
{
	-moz-box-sizing:border-box;
}
/*==================================================*/



/*==================================================*/
/* Page Layout										*/
/*==================================================*/
html
{
	height: 100%;
}
body
{
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    color: #333333;
	cursor: default;
	background-color: #9CBAD7;
	background-image: url(images/tyler.gif);
	background-repeat: repeat-x;
	height: 100%;
}

.mainform
{
	height: 100%;
}

#mainframe
{
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #ffffff;
}
	#headerlinksframe
	{
		width: 990px;
		height: 32px;
		margin-left: -20px;
		margin-right: -20px;
		font-weight: bold;
		font-size: 10px;
		text-transform:lowercase;	
		color: #ffffff;
		background-image: url(images/header.gif);
	}
		#headerlinks
		{
			margin-top: 5px;
			margin-left: 10px;
			float: left;
		}
			#headerlinks a:link,
			#headerlinks a:visited
			{
				color: #ffffff;
				margin-left: 3px;
				margin-right: 3px;
			}
		#headersearch
		{
			margin-top: 5px;
			margin-right: 10px;
			float: right;
		}
			#headersearch input
			{
				color: #666666;
				border: solid 0px black;
				vertical-align:middle;
			}
	#headerlogo
	{
		width: 950px;
		height: 64px;
		margin: 0px auto;
		background-image: url(images/tyler.gif);
		background-repeat: repeat-x;
	}
	#topnav1frame
	{
		width: 950px;
		height: 36px;
		margin: 0px auto;
		font-weight: bold;
		font-size: 12px;
		text-transform:uppercase;
		color: #ffffff;
		background-image: url(images/nav01.gif);
		background-color: #9cbad6
	}
		#topnav1
		{
			padding-top: 8px;
			padding-left: 10px;
		}
	#topnav2frame
	{
		width: 950px;
		height: 55px;
		margin: 0px auto;
		font-weight: bold;
		font-size: 10px;
		text-transform:uppercase;	
		color: #d2d2d2;
		background-image: url(images/nav02.gif);
		background-color: #9cbad6
	}
		#topnav2
		{
			padding-top: 5px;
			padding-left: 10px;
		}

	#contentareaframe
	{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
		overflow: hidden;
	}
		#ContentAreaPadded
		{
			padding: 10px 10px 10px 10px;
			margin-bottom: 150px;
		}
		#ContentAreaHomePage
		{
			position: relative;
			margin-bottom: 32px;
			width: 950px;
			height: 835px;
			background-color: #9CBAD7;
			background-image: url(images/tyler2.gif);
			background-repeat: repeat-x;
		}
		
		#LeftNav
		{
			min-height: 593px;
			padding-top: 10px;
			padding-left: 10px;
			float: left;
			width: 200px;
			margin-bottom: 150px;
			background-image: url(images/childsidebartyler.jpg);
			background-repeat: repeat-x;
			overflow: hidden;
		}
		#ContentWhenLeftNav
		{
			margin-top: 10px;
			margin-right: 10px;
			width: 720px;
			float: right;
			margin-bottom: 150px;
		}
		
		#TopSubNavLeft
		{
			padding-top: 10px;
			padding-left: 10px;
			float: left;
			width: 200px;
			overflow: hidden;
		}
		#TopSubNavRight
		{
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
			float: left;
			width: 720px;
		}
		#ContentWhenTopSubNav
		{
			margin-top: 0px;
			padding-left: 0px;
			margin-right: 0px;
			margin-bottom: 150px;
		}
		
#footerframe
{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-top: -157px;
	width: 990px;
	height: 157px;
	font-weight: bold;
	font-size: 10px;	
	color: #000000;

}
	#footerStatera
	{
		position: relative;
		margin-top: 20px;
		margin-left: 23px;
		width: 100px;
		height: 90px;
		float: left;
	}
	#footerads
	{
		position: relative;
		text-align: center;
		vertical-align: middle;
		margin-top: 20px;
		width: 740px;
		height: 105px;
		float: left;
	}
	#footerSSL
	{
		position: relative;
		width: 100px;
		height: 125px;
		border: 0;
		float: right;
		margin-right: 20px;
	}
	#footerLinksFrame
	{
		clear: both;
		height: 32px;
		background-image: url(images/footer.gif);
	}
		#footerLinks
		{
			text-transform: lowercase;
			padding-top: 8px;
			padding-left: 10px;
			float: left;
		}
		#footerCopyright
		{
			text-transform: lowercase;
			padding-top: 8px;
			padding-right: 10px;
			float: right;
		}

/*==================================================*/
/* Left Nav and Content Area						*/
/*==================================================*/
#LeftNav UL
{
	margin: 0;
	padding: 15px;
}

#LeftNav P
{
	font-size: 12px;
}

/*==================================================*/
/* Navigation Links									*/
/*==================================================*/
#topnav1 td
{
	padding-right: 30px;
}
#topnav2 td
{
	padding-right: 30px;
}
#topnav1 a:link,
#topnav1 a:visited
{
	color:#ffffff;
}
#topnav2 a:link,
#topnav2 a:visited
{
	color:#d2d2d2;
}
#topnav2byline
{
	clear: both;
	margin-top: 18px;
	margin-right:10px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	text-transform: none;
}



/*==================================================*/
/* Home Page										*/
/*==================================================*/
#ContentAreaHomePage .MainPicture
{
	width: 640px;
	height: 500px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #999999;
}
#ContentAreaHomePage .MainPictureText
{
	position: absolute;
	top: 370px;
	left: 0;
	margin-left: 1px;
	width: 640px;
	filter:alpha(opacity=70);
	opacity: 0.70;
	background-color: #000000;
	z-index: 10;
	height: 130px;
}
#ContentAreaHomePage .MainPictureText h1
{
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 32pt;
	color: White;
}
#ContentAreaHomePage .MainPictureText h2
{
	padding-top: 0px;
	padding-left: 15px;
	font-size: 20pt;
	color: White;
}
#ContentAreaHomePage .RightColumn1Frame,
#ContentAreaHomePage .RightColumn2Frame,
#ContentAreaHomePage .RightColumn3Frame
{
	width: 300px;
	height: 166px;
	float: right;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #999999;
}
#ContentAreaHomePage .RightColumn2Frame
{
	border-top: solid 0px #ffffff;
}
#ContentAreaHomePage .RightColumn3Frame
{
	border-top: solid 0px #ffffff;
}
#ContentAreaHomePage .RightColumnInside
{
	display: table-cell;
	width: 300px;
	height: 166px;
	text-align: center;
	vertical-align: middle;
}


#ContentAreaHomePage .RightColumn1 h1,
#ContentAreaHomePage .RightColumn2 h1,
#ContentAreaHomePage .RightColumn3 h1
{
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
#ContentAreaHomePage .RightColumn1 p,
#ContentAreaHomePage .RightColumn2 p,
#ContentAreaHomePage .RightColumn3 p
{
	font-size: 11px;
	padding: 10px;
}

#ContentAreaHomePage .BottomBox1,
#ContentAreaHomePage .BottomBox2,
#ContentAreaHomePage .BottomBox3,
#ContentAreaHomePage .BottomBox4
{
	margin-top: 10px;
	width: 230px;
	height: 180px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}
#ContentAreaHomePage .BottomBox1
{
	clear: both;
}
#ContentAreaHomePage .BottomBox2
{
	margin-left: 10px;
}
#ContentAreaHomePage .BottomBox3
{
	margin-left: 10px;
}
#ContentAreaHomePage .BottomBox4
{
	float: right;
}

#ContentAreaHomePage .BottomBoxImage
{
	width: 55px;
	margin-top: 10px;
	margin-left: 2px;
	float:left;
}
#ContentAreaHomePage .BottomBoxText1,
#ContentAreaHomePage .BottomBoxText2,
#ContentAreaHomePage .BottomBoxText3,
#ContentAreaHomePage .BottomBoxText4
{
	width: 166px;
	margin-top: 5px;
	margin-right: 5px;
	float:right;
}
#ContentAreaHomePage .BottomBoxText1 h1
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #3497cb;
}
#ContentAreaHomePage .BottomBoxText1 p
{
	padding-top: 3px;
	font-size: 10px;
}
#ContentAreaHomePage .BottomBoxText2 h1
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #3f9880;
}
#ContentAreaHomePage .BottomBoxText2 p
{
	padding-top: 3px;
	font-size: 10px;
}
#ContentAreaHomePage .BottomBoxText3 h1
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #523a98;
}
#ContentAreaHomePage .BottomBoxText3 p
{
	padding-top: 3px;
	font-size: 10px;
}
#ContentAreaHomePage .BottomBoxText4 h1
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #e47642;
}
#ContentAreaHomePage .BottomBoxText4 p
{
	padding-top: 3px;
	font-size: 10px;
}

	



/******************
TABLE STYLES
******************/

table.table
{
	width: 100%;
	border: 0px solid #D0D0BF;
	border-collapse: collapse;
}

table.table1
{
	border: 1px solid #D0D0BF;
}
thead th
{
	border-bottom: 2px solid #D0D0BF;
	padding: 6px;
	font-size: 9pt;
}
.thead td
{
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #D0D0BF;
	padding: 6px;
	font-size: 9pt;
}

tfoot th
{
	border-top: 2px solid #D0D0BF;
	padding: 6px;
	font-size: 9pt;
}

.table-row-1 td, .table-row-1 th, .table-row-2 td, .table-row-2 th, th
{
	padding-top: 2px;
	padding-right: 6px;
	border: 0px solid #D0D0BF;
	vertical-align: top;
	font-size: 9pt;
}

.table-row-1 td, .table-row-1 th
{
	background-color: #dddddd;
}



/*==================================================*/
/* Standard Headings								*/
/*==================================================*/
H1
{
    font-size: 20px;
    font-weight: normal;
    color: #394194;
}
H2
{
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}
H3
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
H4
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}


/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* Tab in the Lefthand side navigation		*/
/*------------------------------------------------------*/
.TreeNav,
.TreeNav A:link,
.TreeNav A:visited,
.TreeNav A:active,
.TreeNav A:hover
{
	margin: 2 2 2 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.TreeNav A:hover
{
    color: #996633;
}

td.TreeNav
{
	padding-bottom: 10px;
}


/* Selected tab in the Lefthand side navigation */
.TreeNavSelected,
.TreeNavSelected A:link,
.TreeNavSelected A:visited,
.TreeNavSelected A:active,
.TreeNavSelected A:hover
{
	margin: 2 2 2 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #996633;
    text-decoration: none;
}
.TreeNavSelected A:hover
{
    color: #996633;
}



/*------------------------------------------------------*/
/* Styles for Ordered and Unordered Lists				*/
/*------------------------------------------------------*/
UL,
OL,
UL LI,
OL LI
{
	font-size: 12px;
}

/*------------------------------------------------------*/
/* Styles for Ordered and Unordered Lists				*/
/*------------------------------------------------------*/
.ModuleTable
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 0 #333333;
}

.DefaultAltModuleTable
{
	background-image: url(1PixelFadeRightTan.gif);
	background-repeat: repeat-y;
}

.ModuleHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #394194;
}

.ModuleHeadAlt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 20px;
	text-transform: uppercase;
}

.ModuleBody
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

.ModuleBody h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.ModuleBody h3
{
	font-family: Gill Sans MT Condensed;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.ModuleBodyAlt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.ModuleAlt2
{
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
	background-color: #394194;
}
.ModuleHeadAlt2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 20px;
	text-transform: uppercase;
}
.ModuleBodyAlt2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #91b2d3;
	background-image: url(images/tyler.gif);
	background-repeat: repeat-x;
}
.ModuleFooterAlt2
{
	background-color: #394194;
}
.ModuleBodyAlt2 UL
{
	margin: 0;
	padding: 0px;
	padding-left: 25px;
}
.ModuleBodyAlt2 OL,
.ModuleBodyAlt2 UL LI,
.ModuleBodyAlt2 OL LI
{
	padding-left: 0px;
	font-size: 12px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* STYLES FOR THE EDITOR PANEL DOWN THE LEFT SIDE		*/
/*------------------------------------------------------*/

/* THE ADMIN MENU DOWN THE LEFT SIDE */
.AdminControlsFrame
{
	position:fixed;
	left:10px;
	top: 10px;
	width: 200px;
	z-index: 10px;
	float: left;
}
.AdminControlsTopBar
{
	height: 15px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	background-image: url(../../images/DragHandle.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	padding: 0px;
}
.AdminToggleImage
{
	margin-top: -3px;
	cursor: hand;
}
.AdminControls
{
	background-color: #ece9d8;
	border: solid 1px #000000;
	padding: 5px;
	display: block;
}


.AdminControls h1
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}

.AdminControls ul
{
	padding-left: 15px;
}
.AdminControls ul li
{
	list-style-image: url(Default/ffwd.gif);
	list-style-position: outside;
	padding-bottom: 10px;
}

.AdminControls ol li
{
	font-size: 10px;
	padding:0 0 10 0;
}

.AdminControls A:link,
.AdminControls A:visited,
.AdminControls A:active,
.AdminControls A:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #143060;
    text-decoration: none;
}
.AdminControls A:hover
{
    text-decoration: underline;
}


/* THE ADMIN POPUP-WINDOWS			*/
.AdminPopupDivTag
{
	padding:5 5 5 5;
	display: none;
	width: 400px;
	z-index:999;
	position: absolute;
	left:20px;
	top: 170px;
	border: solid 1px #000000;
	padding: 5px;
	background-color: #eeeeee;
}
.AdminPopupDivTag h1
{
	font-size: 12px;
	font-weight: bold;
}
.AdminPopupDivTag ol li
{
	font-size: 10px;
	font-weight: normal;
}
.AdminPopupDivTag a
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.AdminPopupDivTag input,
.AdminPopupDivTag select
{
	font-size: 10px;
}


/* THE ZONE FIELDSETS				*/
.EditModeFieldSet
{
	border:solid 1 blue;
	padding:0 5 0 5;
	margin: 1 1 1 1;
}
.EditModeFieldSet legend
{
	color: #333333;
	font-size: 10px;
}



/* THE TABLE SURROUNDING EACH MODULE WHEN IN EDIT MODE	*/
.ModulesInEditModeTable
{
	border-width: 1;
	border-style: solid;
	border-color: #CCCC99;
	width: 100%;
}
.ModulesInEditModeTableMouseOver
{
	border-width: 1;
	border-style: solid;
	border-color: blue;
	width: 100%;
}


/* THE ROW ABOVE EACH MODULE WHICH YOU CLICK ON TO DRAG		*/
.DragModuleRowCell
{
	background-color: #eeeeee;
	text-align:left;
}


/* THE DROP AREA					*/
.DropModuleHereArea
{
	border-width: 0;
	border-style: solid;
	border-color: #999999;
	width: 100%;
}
.DropModuleHereArea td
{	
	font-size: 9px;
	color: #666666;
	height: 15px;
}


/* THE BOX YOU DRAG AROUND			
.floater
{
	visibility:hidden;
	position:absolute;
	cursor:move;
	border:solid 1 #333333;
	background-color: #ffffcc;
	padding: 5 5 5 5;
}
*/



/*------------------------------------------------------*/
/* MISC													*/
/*------------------------------------------------------*/

a:link,
a:visited,
a:active,
a:hover
{
	color: #143060;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
    color: #c4790c;
}
.clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}
.small
{
    font-size: 10px;
}
.big
{
    font-size: 12px;
}
.smallBold
{
    font-size: 10px;
    font-weight: bold;
}
.smallBoldUnderline
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.NormalBold
{
    font-weight: bold;
}
.NormalItalic
{
    font-style: italic;
}

.NormalRed,
.NormalError,
.Error
{
    font-weight: normal;
    color: #C51E3A;
}


/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #333333;
}


.ItemDate
{
    font-weight: bold;
    font-size: 10pt;
    color: #333333;
    font-family: Verdana, Helvetica, sans-serif;
}



.NewsTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
}

.NewsDate
{
    font-size: 10pt;
    color: #333333;
    font-family: Verdana, Helvetica, sans-serif;
}


/* News Article Styles */
.NewsAbstract
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}



.NewsReadMoreLink A:link,
.NewsReadMoreLink A:visited,
.NewsReadMoreLink A:active,
.NewsReadMoreLink A:hover
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}
.NewsReadMoreLink A:hover
{
    text-decoration: none;
}

/* Links for the alternate News Aritcle Title Link */
.NewsLinkAlt
{
    color: white;
    font-weight: bold;
}
.NewsLinkAlt A:link,
.NewsLinkAlt A:visited,
.NewsLinkAlt A:active,
.NewsLinkAlt A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
    color: #000000;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0066ff;
}


/*------------------------------------------------------*/
/* Default Style for fieldsets */
/*------------------------------------------------------*/
LEGEND
{
	color: #143060;
	font-weight: bold;
}


/*------------------------------------------------------*/
/* Breadcrumb											*/
/*------------------------------------------------------*/
/* hyperlink style for the breadcrumb links */
.Breadcrumb
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.Breadcrumb A:link,
.Breadcrumb A:visited,
.Breadcrumb A:active
{
    text-decoration: underline;
    color: #143060;
    font-weight: bold;
    font-size: 10pt;
}

.Breadcrumb A:hover
{
    text-decoration: none;
    color: #143060;
    font-weight: bold;
    font-size: 10pt;
}


.BorderTable
{
	border: solid 1 #333333;
}





/*------------------------------------------------------*/
/* Grids and Cells										*/
/*------------------------------------------------------*/
Table.Grid
{
	border-width: 1px;
	border-color: #333333;
}


/* The header row of a Grid */
.GridRowHeader
{
	background-color: #394194;
}

.GridRowHeader td,
.GridRowHeader td a:link,
.GridRowHeader td a:visited
{
	font-weight: bold;
	color: White;
}

/* The row of a Grid */
TR.GridRow
{
	background-color: white;
}

/* The alternating row of a Grid */
TR.AltGridRow
{
	background-color: #cccccc;
}



/* The cell of a Grid Header */
TD.GridCellHeader
{
	background-color: #394194;
	font-weight:bold;
	color: #ffffff;
}

/* The cell of a Grid */
TD.GridCell
{
	font-size: 8pt;
	padding: 3px;
}

/* The links in a Grid Header Cell */
TD.GridCellHeader A:Link
{
	font-size: 8pt;
	font-weight:bold;
	color: #ffffff;
}
TD.GridCellHeader A:Active
{
	font-size: 8pt;
	font-weight:bold;
	color: #ffffff;
}
TD.GridCellHeader A:Visited
{
	font-size: 8pt;
	font-weight:bold;
	color: #ffffff;
}

TD.GridCellHeader A:Hover
{
	font-size: 8pt;
	font-weight:bold;
	color: #999999;
}

/* The links in a Grid Cell */
TD.GridCell A:Link
{
	font-size: 8pt;
	color: #143060;
}
TD.GridCell A:Active
{
	font-size: 8pt;
	color: #143060;
}
TD.GridCell A:Visited
{
	font-size: 8pt;
	color: #143060;
}

TD.GridCell A:Hover
{
	font-size: 8pt;
	color: #996633;
}



/*------------------------------------------------------*/
/* Store/Products										*/
/*------------------------------------------------------*/
/* The row of a Grid */
TR.StoreGridRow
{
	background-color: white;
}

/* The alternating row of a Grid */
TR.StoreAltGridRow
{
	background-color: #eeeeee;
}


.productImageThumb
{
	width: 50px;
	height: 50px;
	border: solid 0 #000000;
}

.productImageCart
{
	width: 50px;
	height: 50px;
	border: solid 0 #000000;
}

.productImage
{
	border: solid 0 #000000;
}

/* text style for reading messages in Discussion */
.Message
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #0066ff;
}


.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.TitleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14pt;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}





/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-size: 10pt;
	color:#143060;
}

Input.CommandButton 
{
	font-size: 10pt;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-size: 10pt;
    text-decoration: none;
    color: #143060;
    font-weight: normal;
}

A.CommandButton:visited
{
	font-size: 10pt;
    text-decoration: none;
    color: #143060;
    font-weight: normal;
}

A.CommandButton:active
{
	font-size: 10pt;
    text-decoration: none;
    color: #143060;
    font-weight: normal;
}

A.CommandButton:hover
{
	font-size: 10pt;
    text-decoration: none;
    font-weight: normal;
    color: #996633;
}



.LeftNavPane
{
	width: 150;
	background-color: #ffffff;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
}
.LeftPane
{
    background-color: White;
}
.RightPane
{
    background-color: White;
}
.RightPaneBlack
{
    background-color: Black;
}



/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}
   
.MessageAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black
}


/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{

	color: darkred;
}

.SurveyPanel
{
	color: silver;
	background-color: silver;
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}

tr.HTMLToolbar
{
	height: 650px;
	padding-top: 50px;
}

td.HTMLContent
{
	height: 500px;
	width: 850px;
}


