@charset "utf-8";
/********************************************************************/
/*  :Clarendon High CSS                                             */
/*  :Coded By: Red Lorry Website Hosting And Design - Rhys Gottwald */
/*  :Release Date: 23/12/2009                                       */
/*  :Version 2.1.2                                                  */
/********************************************************************/

/********************************************************************/
/*  :Change Log:                                                    */
/********************************************************************/

/********************************************************************/
/*  :Page Layout                                                    */
/********************************************************************/
@import url("css/menu.css");
html body{height: 100%; padding: 0; margin: 0; background: url(images/backGround.jpg) repeat center top; }
#PageWrapper {height: 100%; margin: 0; padding: 0; width : 100%;}
#controlPanelContainer{float: none; margin:0 auto; padding: 0; text-align:left; vertical-align:top; width: 959px;}
#headerContainer{float: none; background: url(images/headerBackGround.png) no-repeat center top; height: 299px; margin:0 auto; padding: 0; text-align:left; vertical-align:top; width: 959px;}
	#logoContainer{float: left; padding-top: 150px; padding-left: 40px; width: 140px;}
#contentContainer{float: none; background: #FFF; margin:0 auto; padding: 0 40px; text-align:left; vertical-align:top; width: 879px;}
#footerContainer{float: none; background: url(images/footerBackGround.png) no-repeat center top; height: 35px; margin:0 auto; padding: 10px 40px; text-align:center; vertical-align: middle ; width: 879px;}

/********************************************************************/
/* DNN Control's                                                    */
/********************************************************************/
.links, a.links:link, a.links:visited, a.links:active, a.links:hover{ font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; text-decoration: none; padding-top: 20px; font-weight: normal;}
.links, a.links:link, a.links:visited, a.links:active{color: #4e4e4e;}
a.links:hover {color:#02582e;}
/********************************************************************/
/* Privacy Controls                                                 */
/********************************************************************/
.footer,a.footer:link,a.footer:active,a.footer:visited {color:#FFF; font-weight: bold; line-height: normal;}
a.footer:hover{color:#02582e; font-weight: bold; line-height: normal; text-decoration: none;}
/********************************************************************/
/*Control Panel                                                     */
/********************************************************************/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#4e4e4e;}
.ControlPanel a.CommandButton:hover{color:#02582e; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{
font-size:11px;}
.ControlPanel a[disabled="disabled"]{color:#888; font-size:11px !important;text-decoration:none !important;}

/********************************************************************/
/* Text Styles                                                      */
/********************************************************************/
.CommandButton, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a, a:hover, a:link, a:visited, input, .Head, body, h1, h2, h3, h4, h5, h6, p, td{color: #4e4e4e; font-family:Arial, Helvetica, sans-serif;}
.CommandButton, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a, a:hover, a:link, a:visited, input, .Head, body, h3, h4, p, td {font-size: 14px;}
a, a:link, a:visited, a:active, a:hover{font-weight: bold; text-decoration: none; }
a:hover{color:#02582e;}
h1, h2, h3, h4, h5, h6{color:#4e4e4e;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:16px;margin:10px 0;}
h3, h4{font-size:14px;margin:8px 0;}
h5, h6{font-size:12px;margin:6px 0;}

.NormalRed {color:#F00;}

/********************************************************************/
/* DataGrid                                                         */
/********************************************************************/
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

.C_Header{font-size: 26px; font-weight: bold; color: #FFF;}


