/* Content Management "custom_dni" StyleSheet 
   Created by: Ian Jowett of www.comfortweb.co.uk
 	
*/

/* Main HTML Elements */

body
{
    FONT-SIZE: 12px;
    MARGIN: 0px;
    FONT-FAMILY: Verdana;
    color: black;   
    width: 100%; 
}

a
{
color: blue;
	font-size: 12px;
	FONT-FAMILY: Verdana;
}

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;
}

H2
{
	   color: #d3b47e;
}


H3
{
	   color: #d3b47e;
}

H4
{
                   background:#fff url(../../UserAssets/Images/dolphin_bg.gif) repeat-x bottom left;
	   color: #ffffff;
                   padding: 4px 4px 4px 4px;
                   font-weight:200;
                   font-family:verdana;
                  font-size: 12pt;

}


/* Header.ascx */

#header
/* main header bar at the top */
{
                background-image: url(../../UserAssets/Images/263.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
text-align: center;
}

#headerRight
/* right floating image in the header */
{
	
}

.navsub
/* bar underneath main header */
{
	/* padding-top: 5px; */
	padding-right: 20px;
padding-left: 30px;
	background-image: url(../../UserAssets/Images/244.jpg);
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	vertical-align: top;
	border-bottom: black thin solid;
}

.navsub a
/* links in the bar underneath main header */
{
	font-size: x-small;
	text-transform: capitalize;
	color: blue;
	vertical-align: bottom;
}

.navsub #breadcrumb
/* breadcrumb in the bar underneath main header */
{
	font-size: x-small;
	text-transform: capitalize;
	color: Blue;
	vertical-align: bottom;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	font-size: x-small;
float: left;
}

.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
{

}
.MainDiv
{
width: 1000px;
}




/* Left content container on main pages */
.contentleft
{
text-align: left;
float: left; 
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
                width: 750px;
}

/* Right content container on main pages */
.contentright
{
                float: left; 
	margin-top: 0px;
	margin-left: 0px;
                vertical-align: top;
                width: 190px;
                height: 100%;
                border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #73923e;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #73923e;
                padding: 10px 10px 10px 10px;

}

.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;
    BORDER-TOP: gray thin dashed;
    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 */

.MenuHolder
{
position:relative;
height:56px;
color:#E0E0E0;
background:#143D55;
width:100%;
font-family:Helvetica,Arial,Verdana,sans-serif;
}
.sidebarLeft
{
position:relative;
height:33px;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
background:#fff url(../../UserAssets/Images/dolphin_bg.gif) repeat-x bottom left;
padding:0 0 0 20px;
}
.sidebarLeft ul
{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
}
.sidebarLeft ul li
{
display:block;
float:left;
margin:0 1px;
}
.sidebarLeft ul li a
{
display:block;
float:left;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 20px;
height:33px;
}
.sidebarLeft ul li a b
{
padding:12px 20px 0 0;
height:21px;float:left;
}
.sidebarLeft ul li 
{
color:#fff;
background:transparent url(../../UserAssets/Images/dolphin_bg-OVER.gif) repeat-x bottom left;
}
.sidebarLeft ul li b
{
display:block;
width:auto;
cursor:pointer;
}
.sidebarLeft li.current a 
{
color:#fff;
background:#1D6893 url(../../UserAssets/Images/dolphin_left-ON.gif) no-repeat top left;
line-height:275%;
}
.sidebarLeft li.current a b
{
display:block;
padding:0 20px 0 0;width:auto;
background:#1D6893 url(../../UserAssets/Images/dolphin_right-ON.gif) no-repeat top right;
height:33px;
}