﻿#announcement
{
    border: 1px solid black;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    font-weight: bold;
    background-color: #FFCCCC;
}

#secondNav
{
}

.legaleze
{
    border-style: solid;
    border-width: 1px;
    width: 600px;
    height: 125px;
    overflow: scroll;
    border-top-color: #ABADB3;
    border-left-color: #E2E3EA;
    padding: 3px;
}

table
{
    font-size: 14px;
}

.GridView td, .GridView th
{
    padding: 3px;
}

div
{
}

a, .fakeA
{
    color: Black;
    text-decoration: underline;
}

a:hover
{
    background-color: #F0DFB4;
}

table.tabular
{
}

table.tabular td, table.tabular th
{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-right: 10px;
}

table.tabular tr.selectedRow
{
    background-color: #CCFF99;
}

table.majestic
{
    border: 1px solid black;
}

table.majestic td, table.majestic th
{
    padding: 5px;
    border: 1px solid black;
    border-collapse: collapse;
}

table.majestic tr.majestic
{
}

.red
{
    color: Red;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.reorderList ul {
    padding: 0;
    margin: 0;
}

.reorderList li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
}


.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	text-align:left;
}

#email
{
    border: 1px solid black;
    background-color: #FFFFCC;
    margin-bottom: 10px;
}

#email #top
{
    margin: 10px;
    border: 1px solid black;
    background-color: #DBDEFB;
}

#email #attachment table
{
    margin: 10px;
    border: 1px solid black;
    background-color: #D9CCD9;
}

/*Popup Control*/
.popupControl
{
    visibility: hidden;
    background-color: White;
    border: 1px solid black;
    position: absolute;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #F0F0F0;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
}

/*Button*/
.button, div .button
{
    padding: 3px 10px 3px 10px;
    height: 20px;
    line-height: 1.9;
    text-decoration: none;
    background-color: #5C9C44;
    color: #FCFCCC;
    margin: 13px 0px 13px 0px;
}

.button:hover, div .button:hover
{
    text-decoration: underline;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(../images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

/* Positioning */

#RightSideNavigation
{
    float:right;
}

#LeftSideStatus
{
    float: left;
}

.uploadProposalPanel
{
    display: inline;
    margin-right: 5px;
}

.clear
{
    clear: both;
}

.legend
{
    font-weight: bold;
    color: #6C6C6C;
    font-size: 18px;
}

/* CMS */

a.SelectableContent:link
{
    color: Black;
}

.SelectableContent
{
    text-decoration: none;
    display: block;
    border: dashed 1px white;
}

.SelectableContent:hover
{
    border-style: dashed;
    background-color: #E5E5E5;
    border: dashed 1px black;
}

#ContentArea
{
    margin-bottom: 5px;
}

/*Forums */

.ForumPost
{
    margin: 0;
    border: 1px solid black;
    margin-bottom: 10px;
    background-color: #FFE6FF;
    width: 100%;
}

.ForumPost H2
{
    margin: 0px 0px 0px 0px;
    background-color: #90C83C;
    padding: 5px;
}

.ForumPost P
{
    padding: 5px;
}

.ForumPost TH
{
    background-color: #90C83C;
}

.ForumPost TH H2
{
    float: left;
}

.ForumPost TH H3
{
    margin: 5px 5px 0 0;
    float: right;
}

.ForumPost .button
{
    border-style: solid;
    border-width: 1px;
    border-color: black #666699 #666699 black;
    margin-left: 5px;
    text-decoration: none;
    background-color: #F49A24;
    color: #FFFFFF;
}

.ForumPost .button:hover
{
    background-color: #EA7500;
}

.ForumPostLeft
{
    padding: 5px 5px 5px 5px;
    background-color: #BBAD77;
    color: White;
    font-weight: bold;
    width: 100px;
}

.ForumPostRight
{
    padding-top: 5px;
}

/*CoreControl Status Bar*/
#StatusBar
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 0px;
    padding: 2px;
    background-color: #F2F2F2;
    border-top-color: inherit;
    border-right-color: #9F9F9F;
    border-bottom-color: #9F9F9F;
    border-left-color: #9F9F9F;
}

/*Tabs*/

.ajax__tab_yuitabview-theme .ajax__tab_container
{
}

.ajax__tab_yuitabview-theme .ajax__tab_header
{
    font-size: 16px;
    border-bottom: solid 1px #808080;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
{
    background: #FCFCCC url(images/tab.gif) repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
    border-bottom-width: 0px;
    color: #305050;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding: 0.15em 3.75em .15em 3em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
{
    background-position: left;
    background: #FFFFFF url(images/tabHover.gif) repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color: #305050;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background-position: left;
    background: #F8C828 url(images/tabActive.gif) repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    border:solid 1px #808080;
    border-top-width:0px;
}