/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.GreenBorder
{
  border-top:solid 1px #99CC99;
  border-bottom:solid 1px #99CC99;
  border-right:solid 1px #99CC99;
  border-left:solid 1px #99CC99;
}
./**/
.SearchTextBox
.{
  Height:12pt;
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
  border-right:solid 1px #CCCCCC;
  border-left:solid 1px #CCCCCC;
}

 .ModuleTitle
{ font-size:smaller;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {font-size:smaller;

}

/* background color for the content part of the pages */
Body
{font-size:smaller;
background-color:#D9F2EC;
/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr:#D9F2EC, endColorStr:#FFFFFF, gradientType:0);*/

}

/* background/border colors for the selected tab */
.TabBg {font-size:smaller;
}

.LeftPane  { font-size:smaller;
}

.ContentPane  {font-size:smaller;
}

.RightPane  { font-size:smaller;
}

/* text style for the selected tab */
.SelectedTab {font-size:smaller;
color:#00000FF;
}

/* hyperlink style for the selected tab */



A.SelectedTab:link {
font-size:smaller;
color:#9999cc;
}

A.SelectedTab:visited  {font-size:smaller;
color:#9999cc;
}

A.SelectedTab:active   {font-size:smaller;
color:#9999cc;
}

A.SelectedTab:hover    {font-size:smaller;
color:#9999cc;
}

/* text style for the unselected tabs */
.OtherTabs {font-size:smaller;
color:#064397;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {font-size:smaller;
color:#064397;
}

A.OtherTabs:visited  {font-size:smaller;
color:#064397;
}

A.OtherTabs:active   {font-size:smaller;
color:#064397;
}

A.OtherTabs:hover    {
color:#000000; font-size:smaller;
}
/* breadcrumb */
A.BreadCrumb{font-size:smaller;

}
A.BreadCrumb :link  {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:visited   {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:active    {font-size:smaller;
color:#0000FF;
}

A.BreadCrumb:hover {font-size:smaller;
color:#FF0000;
}

/* GENERAL */
/* style for module titles */
.Head   {font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}




/* style of item titles on edit and admin pages */
.SubHead    {
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

span.SubHead
{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

/* text style used for most text rendered by modules */

DIV.Normal{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

span.Normal{
font-size:smaller;
line-height:150%;
letter-spacing:1pt;
color:#000000;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
line-height:150%;
border-top:solid 1px #999999;
border-bottom:solid 1px #999999;
border-right:solid 1px #999999;
border-left:solid 1px #999999;
}

.NormalRed
{font-size:smaller;
line-height:150%;
letter-spacing:1pt;
}

.NormalBold
{font-size:small;
line-height:150%;
letter-spacing:1pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
font-size:smaller;
border-top:solid 1px #c9c9c9;
border-bottom:solid 1px #000000;
border-right:solid 1px #000000;
border-left:solid 1px #c9c9c9;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {font-size:smaller;
}

A.CommandButton:visited  {font-size:smaller;
}

A.CommandButton:active   {font-size:smaller;
}

A.CommandButton:hover    {font-size:smaller;
}

A.OtherTabs{
color:#000000; font-size:smaller;
}


    
/* GENERIC */
H1  {font-size:smaller;
}

H2  {font-size:smaller;
}

H3  {font-size:smaller;
}

H4  {font-size:smaller;
}

H5, DT  {font-size:smaller;
}

H6  {font-size:smaller;
}

TFOOT, THEAD    {font-size:smaller;
}

TH  {font-size:smaller;
}

A{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
color: #000000;
}

A:visited{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
color: #000000;
}

A:active{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}

A:hover{
font-size:10pt;
line-height:150%;
letter-spacing:1pt;
color: #0000FF;
}
.PageName
{
font-size:13px;
}

a.Normal
{
	font-size:10pt;
}

.OilGridRow
{
	background-color: #F7FDFF;
	color: #666666;
	font-size: 10pt;
}

.OilGridFooter
{
	background-color: #F7FDFF;
	color: #FFFFFF;
	font-weight: bold;
}

.OilGridPager
{
	background-color: #FFFFFF;
	color: #00A0E9;
}

.OilGridSelect
{
	background-color: #D1DDF1;
	color: #333333;
	font-weight: normal;
}

.OilGridHeader
{
	background-color: #E2E3EF;
	color: #000000;
	font-weight: normal;
}

.OilGridEdit
{
	background-color: #2461BF;
}

.OilGridAlter
{
	background-color: #F9F9F9;
	color: #666666;
	font-size: 10pt;
}
span.OtherTabs{
font-size:12px;
font-weight:normal;
line-height:150%;
letter-spacing:1pt;
color: #1B5F7B;
}

td.red
{
font-size:12px;
color:#FF0000;
}



