﻿body 
{
	font-family: arial, verdana, san-serif;
	background: #f3f3f3 url(../images/background.gif) center top repeat-x;
	color:#666666;
}

a
{
	text-decoration: none;
	cursor:pointer;
}
a:link, a:visited { color: #34302f; }
a:hover, a:active {	color: #d3470f; }

p {margin:0px 0px 12px 0px;}

/* Master Page & Page Layout */
#divPageOuterContainer
{
	position:absolute;
	background-color:#ffffff;
	width:780px;
	margin-left:-390px;
	left:50%;
	height:500px;
}

#divPageContainer
{
	position:absolute;
	background-color:#ffffff;
	width:700px;
	margin-left:-350px;
	left:50%;
	top:0px;
}

#divPageHeader
{
	position:absolute;
	top:17px;
	right:0px;
	width:100%;
	text-align:right;
}

#divPageContent 
{
	position:absolute;
	top:80px;
	left:0px;
	width:700px;
}

#imgPageTopRightCorner
{
	position:absolute;
	top:0px;
	right:0px;
}

#divPageLeftColumn
{
	float:left;
	width:470px;
	padding:0px 5px 5px 0px;
	font-size:12px;
	line-height: 17px;	
	min-height:300px;
}

#divPageRightColumn
{
	float:right;
	width:225px;
	color:#3c3c3d;
	font-size:11px;
}

#divPageRightColumnContent
{
	background-image:url(../Images/CalloutBackground.jpg);
	padding:0px 10px 0px 15px;
	width:200px;
	line-height:15px;
}

#divPageFooter
{
	margin-top:10px;	
}

#divPageNavMenu 
{
	padding-top:3px;
	font-size:11px;
}

#divPageNavMenu a 
{
	border-right:solid 1px #34302f;
	padding-right:5px;
	padding-left:5px;
}

a.NavMenuSelectedLink
{
	color: #e3571a;
	font-weight:bold;
}

#divPageLoginLinks 
{
	font-size: 9px;
	color: #34302f;
	vertical-align:top;
}

 /* Alignment & Positioning Styles */
.centerMargin {margin-left:auto; margin-right:auto;}
.alignRight {text-align:right;}
.alignLeft {text-align:left;}
.alignCenter {text-align:center;}
.alignTop {vertical-align:top;}
.alignMiddle {vertical-align:middle;}
.alignBottom {vertical-align:bottom;}
.floatRight {float:right;}
.floatLeft {float:left;}
.clear {clear:both;}
.block {display:block;}
.inline {display:inline;}

/* Text Styles */
.heading1 {font-size:22px;}
.heading2 {font-size:18px;}
.heading3 {font-size:16px;}
.heading4 {font-size:15px;}
.heading5 {font-size:14px;}
.heading6 {font-size:13px;}
.smallText1 { font-size:11px; }
.smallText2 { font-size:10px; }
.smallText3 { font-size:9px; }
.bold { font-weight:bold; }

.tkOrangePageHeading
{
	color: #e3571a;
	font-weight:bold;
	font-size:14px;
}

.warning {color:Red;}

/* General styles */
.tkOrange { color: #e3571a; }
.cursorPointer {cursor:pointer;}

.topBorderSeparatorLine1px
{
	border-top:solid 1px #e3571a;
	padding:2px;
}
.topBorderSeparatorLine2px
{
	border-top:solid 2px #e3571a;
	padding:2px;
}

.calloutSeparatorLine
{
	border-top:solid 1px #9d9d9e;
	height:1px;	
	width:189px;
}

.orangeCollapsiblePanel 
{
	color:white;
	background-color:#dc5013;
	background-image:url(../Images/orangeCollapsePanel.gif);
	background-repeat:repeat-x;
	height:20px;
	padding:3px 5px 0px 5px;
	font-size:18px;
	font-weight:bold;
	border:solid 1px #f6b396;
}

.standardButton 
{
	cursor:pointer;
}

