﻿body {
}
/* Component Art Styles */
/* NavBar CssClass="MenuGroup" */
.BodyText
{
	font-family:Garamond;
	font-style:normal;
    color:darkbrown;
}

.PanelText
{
	font-family:Garamond;
	font-style:normal;
    color:darkbrown;
    padding:8px;
}

.SpecialText
{
	font-family:Georgia;
	font-style:italic;
	font-size:small;
	color:brown;
}

/* hover menu styles */

.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	filter: alpha(opacity=90);
	padding:2px 2px 2px 2px;
	}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
	
}
    
.MenuGroup
{
	background-color: #d8d2d8;
	border: 1px;
	border-bottom-color: black;
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: black;
	border-style: solid;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
    /*position: relative; */
}

#columnright
{
    margin-left: 245px;
  /*  position:relative; */
}

.leftblock
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	vertical-align: top;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #d8d2d8;
}

 .rightblock
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	width: 446px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #d8d2d8;
	color:darkorchid;
	font-size:large;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* all the legend tags use this same style */

legend
{
	font-weight: bold;
	color: #660066;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

/* A full width block on the page */

.fullwidth, #loginbanner
{
	border: 1px solid #DBDB79;
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background_fullwidth.jpg) thistle repeat-y;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 2px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: Navy;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: Navy;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
	color: #FEFFBD;
	text-decoration: none;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}
A:hover
{
	color:Red;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #76110c;
   color: #fc9a0e;
   font-size: 12px;
   font-weight: bold;	
   text-transform: uppercase;
}
