﻿body
{
	background:url(Images/Background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
sup
{
	font-size:11px;
	font-weight:normal;
}

.Small
{
	font-size:9px;
	font-weight:normal;	
}

.header
{
	background-image:url(../Images/header1.jpg);
	height:176px;
}

.button
{
	background-image:url(../Images/button.jpg);
	color:#ffffff;
	font-weight:bold;
	border:solid 1px #000000;
	padding:1px 1px 1px 1px;
}

.menu
{
	background-image:url(../Images/menuBg.jpg);
	height:30px;
}

a.SmallLink
{
	color:#3366FF;
	font-size:9px;	
	text-decoration:none;	
}

a.SmallLink:hover
{
	color:#3366FF;
	font-size:9px;
	text-decoration:underline;
}

a.NavigationMenu
{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;	
	text-decoration:none;	
}

a.NavigationMenu:hover
{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

a.Navigation
{
	font-size:10px;
	color:#8a8a8a;
	font-weight:bold;	
	text-decoration:none;	
}

a.Navigation:hover
{
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a
{
	color:#005aaa;
	font-weight:bold;	
	text-decoration:none;	
}

a:hover
{
	color:#b61010;
	font-weight:bold;
	text-decoration:underline;
}


a.Footer
{
	font-size:9px;
	color:#7c98ae;
	font-weight:normal;	
	text-decoration:none;	
}

a.Footer:hover
{
	font-size:9px;
	color:#3d6f92;
	font-weight:normal;
	text-decoration:underline;
}

a.SynergyHome
{
	color:#3d6f92;
	font-weight:bold;
	font-size:12px;	
	text-decoration:underline;	
}

a.SynergyHome:hover
{
	color:#3d6f92;
	font-weight:bold;
	font-size:12px;	
	text-decoration:underline;	
}


.menuItemSeparator
{
	font-size:16px;
	color:#dddddd;
}

.contentHeader
{
	color:#b61010;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.contentHeaderRed
{
	color:#ff0000;
	font-size:16px;
	font-weight:bold;
}

.RightPanelHeaderHome
{
	background-image:url(../Images/RtPanelTopBgHome.jpg);
	width:241px;
	height:50px;
}

.RightPanelHeader
{
	background-image:url(../Images/RtPanelTopBg.jpg);
	width:241px;
	height:50px;
}

.RightPanelHeader1
{
	background-image:url(../Images/RtPanelBlankTopBg.jpg);
	width:241px;
	height:8px;
}

.RightPanelFooter
{
	background-image:url(../Images/RtPanelBottomBg.jpg);
	width:241px;
	height:8px;
}

.RightPanelContent
{
	color:#868686;
	font-size:11px;
	font-weight:normal;
	background-image:url(../Images/RtPanelMiddleBg.jpg);
	width:241px;
	height:50px;
}

.RightPanelHeading
{
	color:#444444;
	font-size:11px;
	font-weight:bold;
}

.NewsPanelHeader
{
	background-image:url(../Images/newsPanelHeader.jpg);
	width:241px;
	height:50px;
}


.synergyTextBlue
{
	color:#3d6f92;
	font-size:14px;
	font-weight:bold;
}

.greentext
{
	color:#4bb879;
	font-weight:bold;
	font-size:12px;
}

.bluetext
{
	color:#3d6f92;
	font-weight:bold;
	font-size:12px;
}
/*Reorder List*/
.dragHandle {
	width:12px;
	height:20px;
	background-color:Gray;
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;
	color:Black;
}
.reorderList li {
	list-style:none;
	margin:1px;
	width:100px;
	margin-left:-35px;	
}

.reorderListReference li {
	list-style:none;
	margin:1px;
	margin-left:-35px;	
}

.reorderListTable li {
	list-style:none;
	margin:1px;
	margin-left:-35px;	
}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;}
	
input
{
	border:solid 1px #444444;
}

.inputMandatory
{
	background-color:#ffeded;
	border:solid 1px #444444;
}

.message
{
	color:Red;
	font-weight:bold;
	background-color:#ffcc00;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:350px;
}

.listingTable
{
	border:solid 1px #3a6a90;
	}
.listingTable a
{
	color:#005aaa;
	text-decoration:none;
	}
.listingTable a:hover
{
	color:#005aaa;
	text-decoration:underline;
	}
.border
{
	border:solid 1px #005aaa;
	}
.bgLight
{
	background-color:#f3f3f3;
	}
.padding5
{
	padding:5px;
	}