p  {
margin-top: 0px;
margin-bottom: 0px;
}

}
/*
this affects space around tick boxes as well as input text boxes and buttons
INPUT
{
background-color: #7E92A0 ;
    color: #000000;
}
*/

.DataGrid_Header {
    font-weight: normal;
    color: #cc0000;
}
.DataGrid_AlternatingItem {
    font-weight: normal;
    color: #ffffff;
}
.DataGrid_Item {
    font-weight: normal;
    color: #FFFFFF;
}
.DataGrid_Header td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
}
.DataGrid_Item td {
    padding: 4px;
    background-color: #333333;
    border-right: 1px solid #000000;
}
.DataGrid_AlternatingItem td {
    padding: 4px;
    background-color: #999999;
    border-right: 1px solid #000000;
}

/*
---------------------------------------------------------
---------------------------------------------------------
Normal Links - Just Change Colour
---------------------------------------------------------
---------------------------------------------------------
*/



.link  {
    font-weight: normal;
    color: #cc0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A:link  {
    font-weight: normal;
    color: #cc0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A:visited  {
    font-weight: normal;
    color: #cc0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A:active  {
    font-weight: normal;
    color: #cc0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

A:hover  {
    font-weight: normal;
    color: #cc0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

/*
---------------------------------------------------------
---------------------------------------------------------
Solpartmenu Default Styles - Change All (use MenuStructure.gif & MenuStructureKey.txt as guide)
---------------------------------------------------------
---------------------------------------------------------
*/



.main_dnnmenu_container { 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	height: 31px;

    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	white-space: nowrap;

	background-color: black;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center center;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	height: 31px;

    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	white-space: nowrap;

	padding: 17px;
	background: url("bg_menu.gif") repeat-x center center;
	border-left: thin black solid;
}

.main_dnnmenu_itemhover {  
        color: #CC0000;
}

.main_dnnmenu_itemhover td {
	background-color: #000000;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {

    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	white-space: nowrap;

	background-color: black;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*
---------------------------------------------------------
---------------------------------------------------------
Admin Menu - Do Not Change
---------------------------------------------------------
---------------------------------------------------------
*/

.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; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	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; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	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; 
	cursor: hand;
}

/*
---------------------------------------------------------
---------------------------------------------------------
Normal Page Style
---------------------------------------------------------
---------------------------------------------------------
*/
.Body
{
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
}


/*
---------------------------------------------------------
---------------------------------------------------------
Normal Text Styles - Change font size here before changing any other font sizes
---------------------------------------------------------
---------------------------------------------------------
*/

/*
---------------------------------------------------------
text style used for most text rendered by modules
---------------------------------------------------------
*/
.Normal
{
    font-weight: normal;
    font-size: 12pt;
    color: #FFDEA9;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding: 3px;
line-height: 120%
}

/*
---------------------------------------------------------
text style used for rendered text which should appear disabled
---------------------------------------------------------
*/
.NormalDisabled
{
    font-weight: normal;
    font-size: 12pt;
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/*
---------------------------------------------------------
text style used for textboxes in the admin and edit pages, for Nav compatibility
---------------------------------------------------------
*/
.NormalTextBox
{
    font-weight: bold;
    font-size: 8pt;
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/*
---------------------------------------------------------
text style used for rendered text which requires emphasis
---------------------------------------------------------
*/
.NormalBold
{
    font-weight: Bold;
    font-size: 12pt;
    color: #FFDEA9;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/*
---------------------------------------------------------
text style used for error messages
---------------------------------------------------------
*/
.NormalRed
{
    font-weight: normal;
    font-size: 12pt;
    color: #990000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/*
---------------------------------------------------------
---------------------------------------------------------
Headings...
---------------------------------------------------------
---------------------------------------------------------
*/

/*
---------------------------------------------------------
This is the style of Module Headings
---------------------------------------------------------
*/
.Head {
    font-weight: bold;
    font-size: 14pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/*
---------------------------------------------------------
style of item titles on edit and admin pages
---------------------------------------------------------
*/
.SubHead    {
    font-weight: bold;
    font-size: 12pt;
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
/*
---------------------------------------------------------
module title style used instead of Head for compact rendering by QuickLinks and Signin modules
---------------------------------------------------------
*/
.SubSubHead {
    font-weight: bold;
    font-size: 12pt;
    color: #cc0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none
}

/*
---------------------------------------------------------
---------------------------------------------------------
Command buttons - No Need to Change - used in control panel
text style for buttons and link buttons used in the portal admin pages
---------------------------------------------------------
---------------------------------------------------------
*/
.CommandButton     {
    font-weight: bold;
    font-size: 12pt;
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding-left: 0.25em; 
	padding-right: 0.25em; 
	padding-top: 0.25em;  
	padding-bottom: 0.25em; 
}

A.CommandButton:link {
    font-weight: bold;
    font-size: 12pt;
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding-left: 0.25em; 
	padding-right: 0.25em; 
	padding-top: 0.25em;  
	padding-bottom: 0.25em; 
}

A.CommandButton:visited  {
    font-weight: bold;
    font-size: 12pt;
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding-left: 0.25em; 
	padding-right: 0.25em; 
	padding-top: 0.25em;  
	padding-bottom: 0.25em; 
}

A.CommandButton:active {
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding-left: 0.25em; 
	padding-right: 0.25em; 
	padding-top: 0.25em;  
	padding-bottom: 0.25em; 
}

A.CommandButton:hover  {
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding-left: 0.25em; 
	padding-right: 0.25em; 
	padding-top: 0.25em;  
	padding-bottom: 0.25em; 
}

/*
---------------------------------------------------------
---------------------------------------------------------
SkinObject - Just Change Colour Initially - Things like the Date, Login link etc
---------------------------------------------------------
---------------------------------------------------------
*/

.SkinObject {
    font-weight: bold ! important;
    font-size: 10pt;
    color: #FFFFFF ! important;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none ! important;
}

A.SkinObject:link {
    font-weight: bold ! important;
    font-size: 10pt;
    color: #FFFFFF ! important;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none ! important;
}

A.SkinObject:visited  {
    font-weight: bold ! important;
    font-size: 10pt;
    color: #FFFFFF ! important;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none ! important;
}

A.SkinObject:active   {
    font-weight: bold ! important;
    font-size: 10pt;
    color: #CC0000 ! important;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none ! important;
}

A.SkinObject:hover    {
    font-weight: bold ! important;
    font-size: 10pt;
    color: #CC0000 ! important;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none ! important;
}

/*
---------------------------------------------------------
---------------------------------------------------------
StandardButton - button style for standard HTML buttons
---------------------------------------------------------
---------------------------------------------------------
*/
.StandardButton { 
    color: #000000;
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 12pt;
  font-weight: normal;
}

A.StandardButton:link {
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
}

A.StandardButton:visited  {
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.StandardButton:active   {
    font-weight: bold;
    font-size: 12pt; 
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.StandardButton:hover    {
    font-weight: bold;
    font-size: 12pt;
    color: #CC0000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}


/*
---------------------------------------------------------
---------------------------------------------------------
Generic - Styles that may be used in text editor box
---------------------------------------------------------
---------------------------------------------------------
*/

h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-style: none;
	font-weight: bold;
}

h4 {
	font-style: none;
}

h5 {
	font-style: none;
}

h6 {
	font-style: none;
}

/*
---------------------------------------------------------
Table Header and Footer Style
---------------------------------------------------------
*/

TFOOT, THEAD    {
    font-weight: normal;
    font-size: 12pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
/*
---------------------------------------------------------
Table Header Style
---------------------------------------------------------
*/
TH  {
    vertical-align: baseline;
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/*
---------------------------------------------------------
Big and Small Text Style
---------------------------------------------------------
*/
SMALL   {
    font-size:  0.75em;
}

BIG {
    font-size:  1.25em;
}
/*
---------------------------------------------------------
---------------------------------------------------------
Other General Styles - best not to change
---------------------------------------------------------
---------------------------------------------------------
*/
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}




UL LI   {
    list-style-type:    square ;
}

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: #666666;
    height: 1px;
    text-align: center
}

.HeadBg {
    background-color: #FFFFFF;
}

.TabBg {
    background-color: #FFFFFF;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}



/*
---------------------------------------------------------
---------------------------------------------------------
Skin Specific Styles - Put your styles in here
---------------------------------------------------------
---------------------------------------------------------
*/
.PageBg {
	background-color: #000000;
}

.HomePageMainBox {
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}
.HomePageMainBox .CnrTpLft {
	background-image: url(Images/TopLftCnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.HomePageMainBox .CnrTpRgt {
	background-image: url(Images/TopRgtCnr.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.HomePageMainBox .CnrBtRgt {
	background-image: url(Images/BtmRgtCnr.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.HomePageMainBox .CnrBtLft {
	background-image: url(Images/BtmLftCnr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.HomePageQuickLink {
	height: 22px;
	background-image: url(Images/LinkBar.jpg);
}

.HomePageContentPane {
	background-color: transparent;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}

.HomePageContentPane .SubHead {
}

.HomePageMenuBar { 
 	background-color: #cc0000;
 }


.Footer
{
    font-weight: normal;
    font-size: 10pt;
    color: #FFDEA9;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
	padding: 3px;
}