﻿/* 
*  Master Page
*/
body {
	font-family: Calibri, Arial, Helvetica, verdana, sans-serif;
	color: black;
	font-size: 14px;
	padding: 10px;
	background: white;
}

#wrapper {
	width: 981px;
	margin: auto;
}
#header {
	/*margin-left: -13px;*/
	width: 981px;
	height: 103px;
	background-image: url('images/header.png');
}
#menu {
	margin-top:-3px;
	margin-bottom:10px;
	width: 981px;
	height: 33px;
	/*background-image: url('images/menu.png');*/
}
#footer {
	position: relative;
	width: 981px;
	margin:auto;
	text-align:center;
}
#footer .WebPart-Content{
	height:55px;
}
#contentManager {
	width: 100%;
	position: relative;
}
#contentLeft {
	position: relative;
	height: auto;
	width: 350px;
	padding: 10px 5px 10px 5px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#contentCenter {
	position: relative;
	height: auto;
	width: 350px;
	padding: 10px 5px 10px 5px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#contentRight {
	position: relative;
	height: auto;
	width: 250px;
	padding: 10px 5px 10px 5px;
	float: left;
	margin: 0px 0px 0px 0px;
}

/* Corners */
.WebPart-Top-Row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 51px;
	background-image: url('images/block/top.png'); /*margin: -10px -20px 0px -20px;*/;
	z-index: -1;
}
.WebPart-Top-Row-Left {
	background-image: url('images/block/tl.png');
	background-color: #FFF;
	margin: 0px;
	width: 45px;
	height: 51px;
	float: left;
}
.WebPart-Top-Row-Right {
	background-image: url('images/block/tr.png');
	background-color: #FFF;
	margin: 0px;
	width: 45px;
	height: 51px;
	float: right;
}
.WebPart-Bottom-Row {
	height: 51px;
	margin: -30px 0px 0px 0px;
	width: auto;
	background-image: url('images/block/bot.png');
	z-index: -1;
	padding-top:-15px;
}
.WebPart-Bottom-Row-Left {
	background-image: url('images/block/bl.png');
	background-color: #FFF;
	margin: 0px;
	width: 45px;
	height: 51px;
	float: left;
}
.WebPart-Bottom-Row-Right {
	background-image: url('images/block/br.png');
	background-color: #FFF;
	margin: 0px;
	width: 45px;
	height: 51px;
	float: right;
}

.WebPart-Side-Left{
	position:absolute;
	min-height:100%;
	height:auto;
	z-index:-2;
	background-image: url('images/block/left.png');
	background-repeat:repeat-y;
	width: 45px;
}

.WebPart-Side-Right{
	position:absolute;
	min-height:100%;
	height:auto;
	z-index:-2;
	right:0;
	background-image: url('images/block/right.png');
	background-repeat:repeat-y;
	width:45px;	
}

.WebPart-Header{
    font-family: Calibri, Arial, Helvetica, verdana, sans-serif;
	padding-left:30px;
	padding-top:25px;
	font-weight:bold;
}

.WebPart-Headerless{
	padding-top:15px;
}


/* Misc */
.div-reset {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

.AspNet-WebPart {
	position: relative;
	margin: -10px -5px 10px -5px;
	width: auto;
}

.WebPart-Content-Chromless{
	padding:5px 25px 10px 25px;
}

.WebPart-Content{
	padding:5px 25px 10px 25px;
}

#sharepoint-cred {
	position: relative;
	padding-bottom: 5px;
	height:16px;
}
#sharepoint-breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
}
#sharepoint-help {
	padding: 0px 5px;
	float: right;
}
#sharepoint-extra {
	padding: 0px 5px;
	float: right;
}

#sharepoint-actions {
	padding: 0px 5px;
	float: right;
}
#sharepoint-user {
	padding: 0px 5px;
	float: right;
}
#sharepoint-extra a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
#sharepoint-help a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
#sharepoint-actions a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
#sharepoint-user a {
	font-family: verdana;
	font-size: 8pt;
	color: #2A4666;
	text-decoration: none;
}
/*Sharepoint*/
.ms-pagebreadcrumb {
	display: none;
}


.ms-webpartpagedescription {
	display: none;
}


/* Top Nav */

.topNavContainer
{
	background-image:url('images/menu/MainNavigationLink.jpg');
	background-repeat:repeat-x;
	height:20px;
	padding:0;
	height:35px;
	overflow:hidden;
}

.topNav
{
    *position:relative;
    *top:-1px;
    margin-left:-1px;
}
.topNavItem
{
	border-left: 1px solid white;
	border-right: 1px solid #D8D8D8;
	border-top: 0pt solid white;
	border-bottom: 0pt solid white;
/*background-image: url('../../../../../../../../../../../../../Images/bl_Navbar_Splitter.jpg');*/
		background-repeat:no-repeat;
	background-position:right top;
		font-family: tahoma;  
		font-size: 8pt; 
		color: #666666;	
		font-weight:bold;
		height:27px;
		white-space:nowrap;
		top:10px;
		margin-bottom:0;

}
.topNavItem a
{
	display:block;
	padding:10px 12px 0pt;
	
	border-color: white #D8D8D8 white white;
	border-style:solid;
	border-width: 0pt 1px;
	font-weight:bold;
	height:24px;
	white-space:nowrap;
	
}
.topNavSelected a
{
	background-image: none /* url('../SiteCollectionImages/bl_Navbar_Hover_Glass.jpg')*/;
	background-repeat:repeat-x;
	background-position:top right;
	color: #2e2e2e /*#EFF4FA*/;
}
.topNavHover a
{
	color: #2e2e2e/*#d6e8ff*/;
	background-image: none /*url('/SiteCollectionImages/MainNavigationLinkHover.jpg')*/;
	background-repeat:repeat-x;
	background-position:top right;
}
.topNavFlyOuts
{
	border-top:1px #CBD1E0 solid;
}
.topNavFlyOutsItem
{	
	font-family: tahoma; 
	font-size: 8pt; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#3A4663; 
	*width:150px;
	min-width:150px;
}
.topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover
{
	background-color: #B2BCD3;
}
.topNavRoundRight
{
    width:0px;	
	background-image:url('images/menu/MainNavigationLink.jpg');
}

.topNavRoundLeft
{
    width:0px;	
	background-image:url('images/menu/MainNavigationLink.jpg');
}

#content-header {
	width: 820px;
	position: absolute;
	height: 125px;
	padding-left:20px;
}

.ms-WPBody{
	font-family: Calibri, Arial, Helvetica, verdana, sans-serif;
	color: black;
	font-size: 12px;	
}

/*
.ms-alternating{
	background-color:#e1e9f8;
}
.ms-summarystandardbody{
	background-color:#dce5f5;
}
*/
.ms-alternating {
	background-color:white;
}
.ms-alternating .ms-vb{
	padding-top:10px;
	background-color:white;
}
.ms-summarystandardbody .ms-vb{
	padding-top:10px;
}

.ms-vb-selected{
	padding-top:10px;
}


.ms-vb{
	padding-top:10px;
}


#content-right {
	width: 185px;
	padding-left:2px;
}

#content-left {
	width: 185px;
	padding-right:2px;
}


hr{
	display:none;
}

.ms-vb-selected a{
	font-family:calibri,tahoma,sans-serif;
	font-size:8pt;
	color:#003945;
	/*color:#032c35;*/
	font-style: italic;
	text-decoration:none;
}

#content td:first-child{
	vertical-align:top;
}

.ms-gb img{
	display:none;
}

.ms-gb {
	height:10px;
}

.ms-vb {
	width: 78%;
				text-align: right;
}
.ms-vb2 {
	border: 0px solid #FFFFFF;
	padding-bottom:0px;
	width: 100%;
	font-family:calibri,tahoma,arial,sans-serif;
	font-size:small;
}

.ms-alternating2{
	background-color:#E7E3E3;
	width: 87%;
				
}
