/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #006ABC;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #006ABC;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #006ABC;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : black;
	text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #006ABC;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #006ABC;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #006ABC;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : black;
	text-decoration : underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
	padding-right:10px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal, TD, SPAN
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
	border : 1px solid #999999;
	width: 155px;
}


.NormalRed
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : red;
	text-decoration : none;
}

.NormalBold
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	color : black;
	text-decoration : none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #006ABC;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #006ABC;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #006ABC;
	text-decoration : none;
}

A.CommandButton:hover    {
	color : black;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color : #006ABC;
	text-decoration : none;
}

A:visited   {
	color : #006ABC;
	text-decoration : none;
}

A:active    {
	color : #006ABC;
	text-decoration : none;
}

A:hover {
	color : black;
	text-decoration : underline;
}

SMALL   
{
	font-size : 7pt;
	color : #999999;

}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	height : 27px;
	background-color : transparent;
}

.MainMenu_MenuBar {
	height : 27px;
	background-color : transparent;
}

.MainMenu_MenuItem {
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	height : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
	background-color : transparent;
}

.MainMenu_MenuIcon {
	background-color : #999999;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;
	border-bottom : 1px solid #999999;
	height : 20px;
}

.MainMenu_SubMenu {
	background-color : #999999;
	border : 1px solid #333333;
	filter : none;
	padding : 1px;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
}

.MainMenu_RootMenuArrow {
}

.RaisedBground{
	background-color : #666666;
}

.RaisedShadowLeft{
	background : transparent url(images/RaisedShadowLeft.gif) repeat-y scroll top right;
}

.RaisedShadowRight{
	background : transparent url(images/RaisedShadowRight.gif) repeat-y scroll top left;
}

.RaisedLeftTile{
	background : White url(images/RaisedLeftTile.gif) repeat-y scroll top left;
}

.RaisedRightTile{
	background : transparent url(images/RaisedRightTile.gif) repeat-y scroll top right;
}

.RaisedBlueTemplate{
	/*background : transparent url(images/RaisedTemplateBlue.jpg) no-repeat scroll top left;*/
	background-color: #1F4AB1;
}

.RaisedDarkLeft{
	background : #333333 url(images/RaisedDarkLeft.gif) repeat-y scroll top left;
}

.RaisedDarkRight{
	background : transparent url(images/RaisedDarkRight.gif) repeat-y scroll top right;
}

.RaisedGreyLeft{
	background : #999999 url(images/RaisedGreyLeft.gif) repeat-y scroll top left;
}

.RaisedGreyRight{
	background : transparent url(images/RaisedGreyRight.gif) repeat-y scroll top right;
}

.RaisedContentPadding{
	padding-left : 3px;
	padding-right : 3px;
}

.RaisedPaddingLeft{
	padding-left : 8px;
}

.RaisedPaddingRight{
	padding-right : 8px;
}

.RaisedLogoPadding{
	padding-left : 25px;
	padding-right : 25px;
}

.RaisedDNNWhite{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

a.RaisedDNNWhite, a.RaisedDNNWhite:link, a.RaisedDNNWhite:visited, a.RaisedDNNWhite:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

a.RaisedDNNWhite:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #006ABC;
	text-decoration : none;
}

.RaisedBlue{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #006ABC;
	text-decoration : none;
}

.RaisedBannerPadding{
	padding-right : 8px;
}

.RaisedBlueRootItem TD{
	height : 27px;
	padding-left : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #999999;
	text-decoration : none;
	text-transform : uppercase;
	background : transparent url(images/RaisedSolpartArrow.gif) no-repeat scroll top left;
}

.RaisedBlueRootItemSelect TD{
	height : 27px;
	padding-left : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
	text-transform : uppercase;
	background : transparent url(images/RaisedRootBlue.gif) no-repeat scroll top left;
}

.RaisedBlueSubItemSelect{
	height : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
	background-color : #333333;
}

p{
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}


/*ADDED BY DAVE JUNE 2007*/
/*input[type="submit"]
{
	
}
input[type="text"]
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
	border : 1px solid #999999;
	width: 160px;
}*/
#dnn_ctr589__OptInSimple_tblEmail TD
{
	width:100%;
}
a#dnn_ctr589__OptInSimple_lnkSubscribe, a.FormButton1, a#dnn_ctr588__OptIn_lnkGo, a#dnn_ctr588__OptIn_lnkSubscribe  
{
	text-decoration: none;
    text-transform : uppercase;
    text-align:left;
	display:block;
	float:left;
    padding: 0.3em;
	color: #000000;
    cursor: default;
    background: url(images/button_125x19.gif) no-repeat top left;
    width:125px;
    height:19px;
    padding-left:9px;
    margin-top:10px;
	margin-bottom:10px;
	margin-right:2px;
	margin-left:0px;

}
a#dnn_ctr589__OptInSimple_lnkSubscribe:hover, a.FormButton1:hover, a#dnn_ctr588__OptIn_lnkGo:hover, a#dnn_ctr588__OptIn_lnkSubscribe:hover  
{
	text-decoration: none;
	color: #000000;
	cursor:hand;
	background: url(images/button_125x19o.gif) no-repeat top left;
}

a#dnn_ctr589__OptInSimple_lnkSubscribe
{

	float:right;
}




a.FormCommandButton, INPUT.CommandButton
{
	
	text-decoration: none;
    text-transform : uppercase;
    text-align:left;
    padding: 0.3em;
	color: #000000;
    cursor: default;
    background: url(images/button_125x19.gif) no-repeat top left;
    width:125px;
    height:19px;
    padding-left:9px;
    margin-top:10px;
	margin-bottom:10px;
	margin-right:2px;
	margin-left:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	border:solid 0px #FFF

}
a.FormCommandButton:hover, INPUT.CommandButton:hover
{
	text-decoration: none;
	color: #000000;
	cursor:hand;
	background: url(images/button_125x19o.gif) no-repeat top left;
}




.NormalTextBox2 /* text style used for textarea */
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
	border : 1px solid #999999;
	width:400px;
}

/* Notes:

changed NormalTextBox style to have a width of 155px!
changed NormalTextBox style2 to have a width of 400px!
changed subhead to normal font weight and a right padding of 10px
defined styles for small


*/


