/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.Header{
     background-color: #ffffff;
}
.GUID{
   letter-spacing: 2px;
}
/*CONTAINER TITLE*/
.Contitle_Transparent{
color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: bold;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* SCROLLING DG*/
#scroll 
{
	height:150px;
	width:550px;
	overflow: auto;	
	border: 1px solid #eee;	
	padding: 1px;
}

#scrollQualifications
{
	height:400px;
	width:600px;
	overflow: auto;	
	border: 1px solid #eee;	
	padding: 1px;

}

#scrollAPDUsers
{
	height:200px;
	width:550px;
	overflow: auto;	
	border: 1px solid #eee;	
	padding: 1px;

}


#scrollHistory
{
	height:500px;
	width:800px;
	overflow: auto;	
	border: 1px solid #eee;	
	padding: 1px;
}

/* background color for the content part of the pages */

fieldset {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
}

legend {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
}

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
}

.footer {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	font-size:9px;
}

.body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
}

td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

th {
                font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
                font-weight:bold;
                text-align:left;
}

.error {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FBEE4D;
	font-size:11px;
    font-weight:bold;

}

/* SCO HTML */
.SCOHtml {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	}

/* WORKSHEET */
.Worksheet {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	}

.WorksheetQuestion {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
font-weight:bold;

	}

/* DATAGRID ITEM */
.gridItems {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	}
	
.gridItems td {
	color: #000;
}

.gridItems td input a {
	color: #000;
}

.gridItems a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.gridItems a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.gridItems a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.gridItems a:visited {
}

.LeftPane  { 
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.ContentPane  { 
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.RightPane  { 
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
             	font-weight: bold; 
	align: left;
}

/* style of item titles on edit and admin pages */
.SubHead    {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
             	font-weight: bold; 
	align: left;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
             	font-weight: bold; 
	align: left;
}

/* text style used for most text rendered by modules */
.Normal
{
                font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
                font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
}

.NormalRed
{
                font-family:Verdana,Arial,Helvetica,sans-serif;
	color:RED;
	font-size:11px;
}

.NormalBold
{
                font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
             	font-weight: bold; 
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
                font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
	align: left;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
                font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #777777;
	text-decoration: underline;  
	align: left;
}

A.CommandButton:visited  {
                font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #777777;
	text-decoration: underline;  
	align: left;

}

A.CommandButton:active   {
                font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #3e6f87;
 	text-decoration: underline; 
	align: left;
}

A.CommandButton:hover    {
                font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #3e6f87; 
	text-decoration: underline; 
	align: left;
}
    
/* GENERIC */
#scrollHistory H1 {
	color: #000;
}

H1  {
    color: #777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
    font-weight: bold;
	align: left;
}

H2  {
    color: #777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
    font-weight: bold;
	align: left;
}

H3  {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
             	font-weight: bold;
	align: left;
}

H4  {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	align: left;
}

H5, DT  {
                color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
             	font-weight: bold;
	align: left;
}

H6  {
                color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
             	font-weight: bold;
	align: left;
}

TFOOT, THEAD    {
}

TH  {
}

a:link {  
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; 
	text-decoration: none; 
}
a:visited {  
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; 
	text-decoration: none; 
}
a:active {  
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; 
	text-decoration: underline; 

}
a:hover {  
	font-family: verdana;
	font-size: 11px;
	color: #000; 
	text-decoration: underline; 
}
SMALL   {
                color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
}

BIG {
                color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
             	font-weight: bold;
}

BLOCKQUOTE, PRE {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;

}


UL LI   {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;

}

UL LI LI    {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;


}

UL LI LI LI {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;


}

OL LI   {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;

}

OL OL LI    {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;

}

OL OL OL LI {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;

}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {

}

.ModuleTitle_MenuItem {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	align: left;
}


.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
                color: #777777;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	align: left;
left: -400px; top: 50px; 
}


.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
                color: #3e6f87;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	align: left;

}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
.MainMenu_MenuContainer {
background: #ffffff;
}

.MainMenu_MenuBar {
background: #ffffff;
}

.MainMenu_MenuItem {

}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {

}


.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {

}

.MainMenu_RootMenuArrow {

}

/*
Popup Calandar 
*/
.SelectedDateStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color: #000000;
background-color: #e27d8d;
font-size: XX-Small
}
.WeekendStyle {
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #cccccc;
font-size: XX-Small
}
.GoToTodayStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #e27d8d;
font-size: XX-Small
}
.DayHeaderStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #cccccc;
font-size: XX-Small
}
.MonthHeaderStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #777777;
font-size: XX-Small
}
.WeekdayStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #e27d8d;
font-size: XX-Small
}
.HolidayStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #e27d8d;
font-size: XX-Small
}
.OffMonthStyle{
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #555555;
background-color: #b45060;
font-size: XX-Small
}
.ClearDateStyle {
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #e27d8d;
font-size: XX-Small
}
.TodayDayStyle {
font-family: Verdana,Helvetica,Tahoma,Arial;
color:  #000000;
background-color: #cccccc;
font-size: XX-Small
}
                                
.SelectedDateStyle a, a:visited{                                 
color: #000000;                                   
}
                                
                               
.WeekendStyle a, a:visited{
color:  #000000;
}
.GoToTodayStyle a, a:visited{
color:  #000000;                                  
}
.DayHeaderStyle a, a:visited{
color:  #000000;
}
.MonthHeaderStyle a, a:visited{
color:  #000000;
}
.WeekdayStyle a, a:visited{
color:  #000000;
}
.HolidayStyle a, a:visited{
color:  #000000;
}
.OffMonthStyle a, a:visited{
color:  #555555;
}
.ClearDateStyle a, a:visited{
color:  #000000;
}
.TodayDayStyle a, a:visited{
color:  #000000;
}



