/* 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: Calibri;
    color: white;   
text-align: center;
}
.Main
{
    width: 100%;
    text-align: center;
margin: 0px auto;
}
.Mozilla
{
text-align: -moz-center;
}


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
{
font-family: Calibri;
font-size: 20px;
	   color: steelblue;
}
/* Left content container on main pages */


/* Header.ascx */

#header
/* main header bar at the top */
{
    background-image: url(../images/Banner-Gray.jpg); 
	background-repeat: no-repeat; 
	height: 210px;
	width: 1000px;
}

#headerRight
/* right floating image in the header */
{
                background-image: url(../images/esb_banner_img.png); 
	background-repeat: no-repeat; 
	height: 100px;
	width: 270px;
	float: left;
}

.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
{
text-align:left;
	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%;

}

/* Left content container on main pages */
.contentleft
{
text-align:left;
margin-bottom: 100px;
    float: left;
    width: 400px;
height: 100%;
color: black;

}

/* Right content container on main pages */
.contentright
{
text-align:left;
	margin-top: 10px;
	margin-left: 0px;
                float: right;
               vertical-align: top;
               width: 100px;
color: black;

}
.MainHolder
{
min-height:90%;
 height: 100%;
width: 1000px;
margin: 0px auto;
color: black;
}

.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;
    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
*/


