﻿body
{
    background-repeat: repeat-x;
    background-image: url('../images/backgrounds/greentowhitestrip.jpg');
    margin-top:0px;
}
/**User input controls**/
input, select, textarea
{
    font-family: Tahoma,Arial;
}
.control
{
    border: 1pt dotted #3F8D3F;
    background-color: #F3F3F3;
}
/**Content layer bg images - fixed width**/
#content
{
    margin-left:auto;
    margin-right:auto;
    width:980px;
    font-family:Tahoma;
    
}
#content .top
{
    background-image: url('../images/backgrounds/rounded-top.png');
    background-repeat: no-repeat;
    background-position:center;
    height:22px;
}
#content .menu
{
    background-image: url('../images/backgrounds/rounded-top-menu.png');
    background-repeat: no-repeat;
    background-position:center;
    height:45px;
}
#content .home
{
    background-image: url('../images/homebg.png');
    background-repeat: no-repeat;
    background-position:center;
    height:326px;
}
#content .middle
{
    background-image: url('../images/backgrounds/rounded-middle.png');
    background-repeat: repeat-y;
    background-position: center;
    padding-left: 30px;
    padding-right: 30px;
}
#content .bottom
{
    background-image: url('../images/backgrounds/rounded-bottom.png');
    background-repeat: no-repeat;
    background-position:center;
    height:20px;
}

/**Styles for floating panel round corners and shadow**/
.floatingpanel
{
    border-collapse: collapse;
}
.newspanel
{
    width:250px;
}
.floatingpanel .tl
{
    width:13px;
    height:16px;
    background-image: url('../images/backgrounds/bg_01.png'); 
    background-repeat: no-repeat;
}
.floatingpanel .t
{
    background-image: url('../images/backgrounds/bg_02.png'); 
    background-repeat: repeat-x;
}
.floatingpanel .tr
{
    width:16px;
    background-image: url('../images/backgrounds/bg_03.png'); 
    background-repeat: no-repeat;
}
.floatingpanel .left
{
    background-image: url('../images/backgrounds/bg_04.png'); 
    background-repeat: repeat-y;
}
.floatingpanel .m
{
    background-image: url('../images/backgrounds/bg_05.png');
    background-repeat: repeat;
}
.floatingpanel .right
{
    background-image: url('../images/backgrounds/bg_06.png'); 
    background-repeat: repeat-y;
}
.floatingpanel .bl
{
    height:19px;
    background-image: url('../images/backgrounds/bg_07.png'); 
    background-repeat: no-repeat;
}
.floatingpanel .b
{
    background-image: url('../images/backgrounds/bg_08.png'); 
    background-repeat: repeat-x;
}
.floatingpanel .br
{
    background-image: url('../images/backgrounds/bg_09.png'); 
    background-repeat: no-repeat;
}
/** Text formatting **/
.centred
{
    text-align:center;
}
.bold
{
    font-weight:bold;
}
.panelheader
{
	background-position: left bottom;
	border-bottom-width: 3px;
	border-bottom-color: #63BA62;
	border-bottom-style: double;
	background-image: url('../images/bullets/header.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	font-family: Verdana;
	margin-top: 10px;
}
.panelheader_clickable
{
	border-bottom-width: 3px;
	border-bottom-color: #63BA62;
	border-bottom-style: double;
	padding-left: 22px;
	margin-top: 15px;
	cursor:pointer;
	background-position: left center;
	background-image: url('../images/open.png');
	background-repeat: no-repeat;
}
.p_contract
{
	background-image: url('../images/close.png');
}
.panelcontent
{
    margin-left:20px;
    border-bottom-width: 1px;
    border-bottom-color: #63BA62;
    border-bottom-style: dashed;
    margin-top:3px;
    padding-bottom:3px;
}
#cellDescriptions .panelcontent
{
    display: none;
}
.panelfooter
{
    margin-left:30px;
    background-image:url('../images/bullets/subheader.png');
    background-repeat:no-repeat;
    background-position: left center;
    font-weight:bold;
    padding-left:15px;
}
.indent1
{
    margin-left:10px;
    margin-top:5px;
}
.smallest
{
    color:#3F8D3F;
}
.subheader
{
    color: #3F8D3F;
    font-weight: bold;
    margin-top:5px;
}
.override
{
	font-weight:normal;
	color:#000000;
}
.capital
{
    text-transform:capitalize;
}
/** Error/Info Styles **/
.errortext
{
    color: #FF0000;
    background-image: url('../images/bullets/alert.gif' );
    background-position:left center;
    background-repeat:no-repeat;
    padding-left: 20px;
}
.errorcontrol
{
    border: thin dashed #FF0000;
    background-color: #FFCACA;
}
.errorlist li
{
    list-style-image: url( '../images/bullets/alert.gif' );
    margin-left: 0px;
    padding-left: 0px;
    color: #FF0000;
}
.information
{
    color: #0000FF;
    background-image: url( '../images/bullets/info.png' );
    background-position: left top;
    background-repeat:no-repeat;
    padding-left: 20px;
}

/** Menu Styles **/
.topmenu
{
    margin-top:0px;
    margin-left:45px;
    height:45px;
}
.topmenu td
{
    cursor:pointer;
}
.topmenu .background
{
    background-image:url('../images/backgrounds/menubackground_02.png');
    background-repeat:repeat-x;
}
.topmenu .highlightleft
{
    background-image:url('../images/backgrounds/highlight-left.png');
    background-repeat:no-repeat;
    width:12px;
}
.topmenu .highlightright
{
    background-image:url('../images/backgrounds/highlight-right.png');
    background-repeat:no-repeat;
    width:8px;
}
.topmenu .highlightmid
{
    background-image:url('../images/backgrounds/highlight-mid.png');
    background-repeat:repeat-x;
    font-weight:bold;
}
.topmenu .divider
{
    width:10px;
    text-align:center;
    background-image:url('../images/backgrounds/menubackground_02.png');
    background-repeat:repeat-x;
}
a
{
    border-bottom:1px dotted #003366;
    text-decoration:none;
    color:#000000;
    padding-left:1px;
    padding-right:1px;
}
a img
{
    border-width:0px;
}
a:hover
{
    border: 1px solid #71A670;
    background-image: url('../images/highlight.jpg');
    background-repeat: repeat-x;
    padding-left:0px;
    padding-right:0px;
}
.selectedlink
{
    border: 1px solid #71A670;
    background-image: url('../images/curpagehighlight.jpg');
    background-repeat: repeat-x;
    padding-left:0px;
    padding-right:0px;
}
.imgpointer
{
    cursor:pointer;
}
.log
{
    background-image: url('../images/bullets/padlock.png');
    background-repeat: no-repeat;
    padding-left:20px;
}
/** Other Backgrounds **/
.prospectus
{
    background-image: url('../images/3dprospectussmall.png');
    background-repeat:no-repeat;
    background-position: top right;
}
.spacer
{
    width:100%;
    height:7px;
}
.collegebackground
{
    background-image: url('../images/backgrounds/holycrossfacade.jpg');
    background-repeat:no-repeat;
    background-position: right center;
}
/** Bullets **/
.breadcrumbs
{
	margin: 0px;
	margin-left: 15px;
}
.breadcrumbs .bchome
{
	background-image:url('../images/bullets/breadcrumbhome.png');
	background-position:left center;
	background-repeat:no-repeat;
	display: inline;
}
.breadcrumbs li
{
	background-image:url('../images/bullets/breadcrumbdivider.png');
	background-position:left center;
	background-repeat:no-repeat;
	display: inline;
	padding-left: 12px;
	padding-right:6px;
}
.breadcrumbs .selected
{
    color:#3F8D3F;
    font-weight:bold;
}
