﻿html
{
	height: 100%;
}

body
{
	font-family: verdana,arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .78em;
	background: #40464C;
	color: #000;
	border-width: 1px;
}


p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1, h2, h3, h4
{
	font-family: arial, sans-serif;
	font-size: 100%;
	letter-spacing: .1em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	color: #000;
}

h4
{
	font-family: arial, sans-serif;
	font-size: 110%;
	color: #000;
}

h5
{
	font-family: MS Sans Serif, Sans-Serif, Arial;
	font-size: 140%;
	color: #FFF;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a
{
	outline: none;
}

form
{
	padding: 0;
	margin: 0;
}

/* image positioning - left, right and center */
.left
{
	float: left;
	border-right: 18px solid;
}

.right
{
	float: right;
	border-left: 18px solid;
}

.center
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.left, .right
{
	border-color: #FFF;
}


/* unordered list */
ul
{
	margin: 2px 0px 10px 16px;
	padding: 0px;
	list-style-type:circle;
}

ul li
{
	list-style-type: circle;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

/* ordered list */
ol
{
	margin: 8px 0px 0px 24px;
	padding: 0px;
}

ol li
{
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

#strip
{
	margin-left: 255px;
	background: #8DC244;
	width: 500px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}

/* margin lefts / margin rights - to centre content */
/**, #footer, #menubar, #site_content*/
#main
{
	margin-left: auto;
	margin-right: auto;
}
#mbar
{
	width: 600px;
	margin-left: 5px;
}
#mbar a:link, a:visited
{
	text-decoration: none;
}

.mbaritem
{
	margin-left: 15px;
	margin-top: 5px;
}

/* main container */
#main
{
	width: 900px; /*776*/
	background: #FFF;
	color: #000;
	border-width: 2px;
	border-color: #0067B1;
	border-style: solid;
}
#admin_main
{
	width: 1800px; /*776*/
	background: #FFF;
	color: #000;
}

#top
{
	width: 900px; /*760*/
	height: 80px;
	background-color: #FFFFFF;
}

#box
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	float: right;
	width: 240px;
	margin: 20px 10px 0px 20px;
	text-align: center;
	padding: 15px;
	color: Black;
}


#box a:link, a:visited
{
	text-decoration: none;
	color:#56821c;
}


#topMImage
{
	float: left;
	padding: 10px 0px 0px 20px;

}

#topBImage
{
	float: left;
	padding: 0px 0px 0px 20px;
}

/* logo */
#logo
{
	width: 700px; /*760*/
	height: 221px; /* border-top: 1px solid #F2F2F0;*/
	background: #444;
}

/* navigation menu */


#rightbar
{
	float: right;
	width: 159px;/*165*/
	height: 1665px;
	padding: 15px 15px 15px 20px;
	/*border-top: 1px solid #0068b3;*/
	font-size: 80%;
	background:#d7d7d7
}

#rightbar a:link, a:visited
{
	text-decoration: none;
	color:#56821C;
}

#sidebar
{
	background:#d7d7d7;
}

#sidebar a:link, a:visited
{
	text-decoration: none;
	color:#56821C;
}

ul#menu
{
	margin: 0px;
}

ul#menu li
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px; /*list-style: none;*/
	list-style-type: square;
}

ul#menu li a
{
	font-family: verdana, sans-serif;
	display: block;
	float: left;
	height: 44px;
	text-decoration: none;
	padding: 26px 15px 0px 15px;
	text-align: center;
	border-right: 1px solid #7D7D7D;
	background: transparent;
	color: #AAA;
}

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{
	background: transparent;
	color: #000;
}





/* main content */
#site_content
{
	width: 584; /*760*/
	overflow: hidden;
}

#admin_content
{
	width:1800px; /*760*/
}

#poc_content
{
	width:900px;
}

/* sidebar */
.sidebar
{
	float: left;
	width: 150px;
	height:1410px;
	padding: 50px 15px 15px 15px;
	background: #d7d7d7;
}

/* sidebar items / links */
.sidebaritem
{
	text-align: left;
	width: 148px;
	float: left;
	background: #d7d7d7;
}

.lbox
{
	font-size: x-small;
	/*padding: 5px 0px 5px 0px;*/
	padding: 5px;
	background-color: #bdbec1;

	
}
.lbox ul
{
	list-style-type: square;
	list-style: square;
}

.lbox a:link, a:visited
{
	text-decoration: none;
	color:#56821C;
}


.sidebaritem ul
{
	list-style-type: square;
	width: 120px;
	margin: 4px 0px 0px 14px;
}

.sidebaritem li
{
	list-style: square;
	padding: 0px 0px 4px 0px;
}




/* page content */
#content_container
{
	text-align: left;
	width: 505px; /*505*/
	float: left;
	padding: 15px 15px 15px 0px;
	background-color: #FFF;
}

#admin_container
{
	text-align: left;
	width:900px; /*525*/
	float: left;
	padding: 5px 5px 5px 0px;
}

#poc_container
{
	text-align: left;
	width:900px; /*525*/
	float: left;
	padding: 5px 5px 5px 0px;
	background-color: #6E9116;
}

#content
{
	text-align: left;
	height:1400px;
	padding: 10px 15px 8px 15px; /*8*/
	background-color: #6E9116;
	background: #B9C9E7;
	
}

#content img
{
	margin-top: 15px;
	margin-left: -171px;
	text-decoration: none;
}

#content a
{
	background: transparent;
}

#content a:hover
{
	background: transparent;
	color: #A4A4A4;
}

#content a:link, a:visited
{
	text-decoration: none;
	color:#56821C;
}

.sidebaritem
{
	background: #d7d7d7;
}
#contentmain
{
}

#content
{
	background: #FFF;
}

/* footer */
#footer
{
	padding-top: 155px;
	text-align: center;
}


#content a, #content a:hover, #footer a, a:hover
{
	text-decoration: none;
}

#content a:link, a:visited
{
	text-decoration: none;
	color:#56821C;
}


/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom
{
	display: block;
	background: #d7d7d7;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4, .rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #bdbec1;
}

.r1
{
	margin: 0 5px;
}

.r2
{
	margin: 0 3px;
}

.r3
{
	margin: 0 2px;
}

.rtop .r4, .rbottom .r4
{
	margin: 0 1px;
	height: 2px;
}

#rbox
{
	font-size: x-small;
	padding: 5px;
	background-color: #b2b2b2;
}

.comment
{
	background: #F1F1F1;
	color: #444;
}

.date
{
	border-top: 1px solid #D4D4D4;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}

.divHeader
{
	color:White;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	width:100%;
	background-image: url(Images/Background/DivBlueBar.png);
	
}
.divHeaderSub
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	width:100%;
	background-color:#ACACAC;
	padding:3px;	
}

.textLarge 
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
}

.textLabelContentHeader
{
	font-family:Verdana;
	font-size:14px;
}

.textLabelContentHeaderBold
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	
}

.textLabelMedium 
{
	font-family:Verdana;
	font-size:12px;
}
.textLabelMediumRed 
{
	font-family:Verdana;
	font-size:12px;
	color:Red;
}

.textLabelMediumPlain
{
	font-family:Verdana;
	font-size:12px;
}
.textLabelSmall 
{
	font-family:Verdana;
	font-size:10px;
}
.textLabelMediumBold
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

TD.ContentHdr
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: larger;
	text-transform: uppercase;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	background-color: #fcdd82;
}

TD.ContentInstructions
{
	background-color: #ffff99;
}
TD.ContentInstructionsLight
{
	color:#0000CD;
	background-color: #f5f5f5;
}

/* BUTTONS */
.RadUploadVistaButton
{
	border: 0;
	background: url(Images/Buttons/VistaButton.gif);
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #333;
	height: 18px;
	width: 115px;
}

/* DATAGRID */
.DataGridAlternatingRowClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	background-color: #F7F3F7;
	vertical-align:Bottom;
	

}
.DataGridNonAlternatingRowClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	background-color:White;
	vertical-align:Bottom;

}
.DataGridHeaderClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	background-image: url(Images/GridView/GvHeader2.gif);
	vertical-align:Bottom;

}
.DataGridFooterClass1
{
	color:Black;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	vertical-align:Bottom;	

}


.DataGridHeaderClass1 a:link, .DataGridHeaderClass1 a:visited
{
	color:#000000;
	text-decoration:none;
}
.DataGridHeaderClass1 a:hover
{
	color:#000000;
	text-decoration:underline;
}
.DataGridItemStyleClass1
{
	font-family:Verdana;
	font-size:10px;
	background-color:#F1F0EF;
	vertical-align:Bottom;
}
.DataGridAlternatingItemStyleClass1
{
	font-family:Verdana;
	font-size:10px;
	background-color:#D9D5D4;
	vertical-align:Bottom;
}
.DataGridPagingStyleClass1
{
	font-family:Verdana;
	font-size:10px;
	text-align:center;
	color:#555555;
	background-color:#F6F5DE;
	border-top:solid 1px #000000;
	vertical-align:Bottom;
}
.DataGridPagingStyleClass1 a:link, .DataGridPagingStyleClass1 a:visited
{
	color:#0000FF;
	text-decoration:none;
}
.DataGridPagingStyleClass1 a:hover
{
	color:#0000FF;
	text-decoration:underline;
}

	
/* MODAL */
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#FFFFDD;
}