/* Content Management "custom_dni" StyleSheet 
   Created by: Ian Jowett of www.comfortweb.co.uk
 	
*/

/* Main HTML Elements */

body
{
    FONT-SIZE: 12px;
color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
	background-color: #e4e2e2;

}

a
{
	font-size: 12px;
	FONT-FAMILY: Verdana;
}
a:visited
{
color: white;
}
b
{
font-weight: normal;
}

INPUT
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color: black;
}

TEXTAREA
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color: black;
}

SELECT
{
	FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color: black;
}
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color:#0d324e;
}
.Main
{
    width: 100%;
    text-align: center;
margin: 0px auto;
height: 100%;
}
.Mozilla
{
text-align: -moz-center;
}

/* Header.ascx */
.HeaderContainer
{
	background-image: url(Images/BannerBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}


.Header
/* main header bar at the top */
{
	
    background-image: url(Images/Banner.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 1000px;
	margin: 0px auto;
}
.MenuContainer
{
	background-color: #da8633;
	border:1px solid white;	
	width: 100%;
	height: 40px;
	text-align: center;
}
.Menu
{
	vertical-align:middle;
	text-align: left;
	width: 1000px;
	margin: 0px auto;
}
.MainContent
{
	width: 1000px;
margin: 0px auto;
background-color: white;
border:1px solid #5b5c5c;
height: 600px;
padding: 10px 10px 10px 10px;
}

.HomeBanner
{
	 background-image: url(Images/Homepage_IMG.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 388px;
}



.navsub
/* bar underneath main header */
{
		width: 900px;
text-align: left;
color: blue;
}

.navsub a
/* links in the bar underneath main header */
{
	font-size: x-small;
	text-transform: capitalize;
	color: blue;
	vertical-align: bottom;
}

.breadcrumb
/* breadcrumb in the bar underneath main header */
{
	font-size: x-small;
	text-transform: capitalize;
	color: white;
	vertical-align: bottom;
	text-align: left;
	float: left;
	font-size: x-small;
height: 0px;
}

.loginlinks
/* admin links in the bar underneath main header */
{
text-align: right;
	padding-top: 60px;
	padding-right: 20px;
	float: right;
width: 400px;
}
/* Content Divs (Default.aspx) */


/* Help container on left side of edit pages */
.helpleft
{    float: left;
    width: 30%;
}

.adminContent
{
	width: 65%;
	float: left;
}

.helpright
{

}





/* Left content container on main pages */
.LeftContent
{
margin-left: 10px;
text-align: left;
float: left; 
                width: 600px;
padding: 20px 20px 20px 20px;
}



/* Right content container on main pages */
.RightContent
{
                float: left; 
	margin-top: 20px;
	margin-left: 0px;
                vertical-align: top;
                width: 300px;
                height: 600px;
background-image: url(Images/RightContentBG.jpg);
background-repeat: no-repeat;
padding: 20px 20px 20px 20px;
border:1px solid #5b5c5c;
color: White;

                

}

.contentmiddle
{
   
}

/* Admin Links */
.adminlink
{
	color: red;
	text-transform: lowercase;
}

.divEdit
{
	border: solid 1px Red;
}


/* Tree Node */

.menu
{
}




.LeftMenu
{
	width: 165px;
	font-size: x-small;
text-align: left;
}

.MenuNode
{
	color: Black;
	border-bottom-color: gray;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-top: 5px;
	width: 195px;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.SelectedMenuNode
{
	color: #d3b47e;
	border-bottom-color: gray;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-top: 5px;
	width: 195px;
	padding-bottom: 5px;
}

/* Footer.ascx */

#footer
{
    CLEAR: both;
    padding-top: 20px;
        FONT-SIZE: 11px;
    PADDING-BOTTOM: 10px;
    TEXT-ALIGN: left;
    float: left;
    width: 100%;
    vertical-align: bottom;
}

/*@ Admin button classes */
.delete
{
	 background:  url(../images/icoDelete.png) no-repeat ;
	 background-position: left;
	 text-align: right;
	 font-size: smaller;
	 padding-left: 5px;
	 padding-right: 10px;
}

.cancel
{
	 background:  url(../images/icoCancel.png) no-repeat ;
	 background-position: left;
	 text-align: right;
	 font-size: smaller;
	 padding-left: 5px;
	 padding-right: 10px;
}

.save
{
	 background:  url(../images/icoSave.png) no-repeat ;
	 background-position: left;
	 text-align: right;
	 font-size: smaller;
	 padding-left: 10px;
	 padding-right: 10px;
}

/* gridview */

.outlineTable
{
	border-collapse: collapse;
	border: 1px solid black;
	margin: 0 0 0 14px; 
}

.outlineTable th
{
	font-weight: bold;
	background-color: #ccc;
}

.noCellPadding 
{
	border-collapse: collapse;
	padding: 0;
}

.paramTable td.paramName
{
	height:20px; 
}

.paramTable td.paramValue
{
}

.paramTable
{
}

td.paramTable
{
}

.paramTable td.paramName
{
}

/* Left navigation links - although with the right css this can sit below the nav bar */
.Menu ul
 {
  margin-left: 0px;
  padding-left: 0px;
}
.Menu ul li 
{
  display: inline;
}
.Menu ul li a 
{
font-size: 10px;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
color: white;
}
.Menu ul li a:hover 
{

}