/* Content Management "custom_esb" StyleSheet 
   Created by: Ian Jowett of www.comfortweb.co.uk
 	
*/

/* Main HTML Elements */

body
{
    FONT-SIZE: 12px;
    MARGIN: 0px;
    FONT-FAMILY: Verdana;
    color: gray;   
    height:100%;
background:white none repeat scroll 0 0;
border:0 none;
font-family:verdana;
margin:0;
min-width:1000px;
position:absolute;
width: 100%;
}

a
{
	font-size: 12px;
	FONT-FAMILY: Verdana;
	color: steelblue;
}

INPUT
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color: steelblue;
}

TEXTAREA
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color: steelblue;
}

SELECT
{
	FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    color: steelblue;
}

H2
{
	   color: steelblue;
}


H3
{
	   color: steelblue;
}

H4
{
	   color: steelblue;
}


/* Header.ascx */

#header
/* main header bar at the top */
{
    background-image: url(../images/esb_banner.png); 
	background-color: #95110c;
	background-repeat: no-repeat; 
	height: 125px;
	width: 100%;
}

#headerRight
/* right floating image in the header */
{
                background-image: url(../images/esb_banner_img.png); 
	background-repeat: no-repeat; 
                background-position-y: center;
	height: 125px;
	width: 270px;
	float: right;
                vertical-align: middle;
}

.navsub
/* bar underneath main header */
{
	background-color: #70ade7;
	height: 25px;
	width: 100%;
	border-bottom: cornflowerblue thin solid;
}

.navsub a
/* links in the bar underneath main header */
{
	font-size: x-small;
	text-transform: capitalize;
	color: White;
	vertical-align: bottom;
}

.navsub #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;
	padding-left: 5px;
	padding-top: 5px;
	font-size: x-small;
}

.navsub #loginlinks
/* admin links in the bar underneath main header */
{
	padding-top: 5px;
	padding-right: 20px;
	float: right;
}


/* Content Divs (Default.aspx) */


/* Help container on left side of edit pages */
.helpleft
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
    float: left;
    width: 30%;
}

.adminContent
{
	width: 65%;
	float: left;
}

.helpright
{

}

/* Left navigation links - although with the right css this can sit below the nav bar */
.sidebarLeft
{
	font-size: 13px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	list-style: none;
	text-transform: capitalize;
	padding-left: 0px;
	width: 200px;
margin-bottom: 100px;
height: 100%;
position:relative;

}

/* Left content container on main pages */
.contentleft
{
	margin-top: 10px;
	margin-left: -5px;
	margin-right: 0px;
margin-bottom: 100px;
    float: left;
    width: 609px;
height: 100%;

position:relative;

}

/* Right content container on main pages */
.contentright
{
	margin-top: 10px;
	margin-left: 0px;
                float: right;
               vertical-align: top;
               width: 210px;
position:relative;

}
.MainHolder
{
position: absolute;
min-height:90%;

  height: auto !important;
 height: 100%;
  margin: 0 auto;
overflow:auto;
width: 100%;
}

.contentmiddle
{


}

/* Admin Links */
.adminlink
{
	color: Red;
	text-transform: lowercase;
}

.divEdit
{
	border: solid 1px Red;
	
	
}


/* Tree Node */
.LeftMenu
{
	width: 165px;
	font-size: x-small;
}

.MenuNode
{
	color: steelblue;
	border-bottom-color: #d6d6f2;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-top: 5px;
	width: 195px;
	padding-bottom: 5px;
}
.SelectedMenuNode
{
	color: #95110c;
	border-bottom-color: #d6d6f2;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-top: 5px;
	width: 195px;
	padding-bottom: 5px;
}

/* Footer.ascx */

#footer , .push 
{
    padding-top: 30px;
    padding-bottom: 10px;
    BORDER-TOP: gray thin dashed;
    FONT-SIZE: 11px;
    TEXT-ALIGN: center;
    width: 100%;
    position: absolute;
    /*position: fixed;*/
    bottom: 0px;
    left: 0px;

    /*min-height:100%; */
}

/*@ 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;
}

.menu
.selectedrowstyle
{
	color: Maroon;
}



/* 
	GridView
*/

