﻿/* ISLAND 

	Specific Styles for all Modules including islands, and elements of the site.
	Islands represent any modular piece of content that is placed somwhere on the site.
*/

.island
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	padding-bottom: 10px;
}

/* Size:
	small: Typically used on one of the side columns
	medium: Specifically used for teasers on the home page.
	large: Specifically used for New User Registration (Sign Up Today)
*/
.small{ width: 200px; }
.medium 
{ 
	width: 244px; 
	margin-left: 14px;
	
}
.large { width: 300px; }


.islandHead
{
	height: 28px;
}

/* Header Options */

/* Rounded */
.roundedSmall { background-image:url('/gfx/backgrounds/islandHeader200-bg.png');}
.roundedMedium { background-image:url('/gfx/backgrounds/islandHeader244-bg.png');}
.GetStartedButton
{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/gfx/buttons/btn_GetStarted.png' );
    text-align:center;
}
/* Square */
.squareSmall { background-image:url('/gfx/backgrounds/spotlightHeader200-bg.png');}
.squareMedium { }
.squareLarge {
	border: 2px solid #800080;
	height:auto;}



/* General Island Styles */
.islandTitle
{
	font-size: 10pt;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;

}

.islandTitle a:link, .islandTitle a:visited
{
	text-decoration:none;
}

/* Title Options */
.normal, .normal a:link, .normal a:visited, .normal a:hover {color: #000000;}
.inverse, .inverse a:link, .inverse a:visited, .inverse a:hover {color: #FFFFFF;}
.emphasise .emphasise a:link, .emphasise a:visited, .emphasise a:hover {color: #720000;}

/* Title Position Options */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}



/* Island Body */
.islandBody
{
	display: block;
	border:thin solid #aaa;
}

.imgLink
{
	margin: 5px;
	padding-left: 75px;
}

/* Island Body Options */

.standard {background:#cccdd0;}
/*deprecated by raisedGold */
.raised { 
	background-image:url('/gfx/backgrounds/spotlightBody200-bg.png');
	background-repeat: repeat-y;
}

.raisedGold{
	background-image:url('/gfx/backgrounds/islandBodyGold_200-bg.png');
	background-repeat: repeat-y;
}

.raisedGrey{
	background-image:url('/gfx/backgrounds/islandBodyGrey_200-bg.png');
	background-repeat: repeat-y;
}

.raisedBlue{
	background-image:url('/gfx/backgrounds/islandBodyBlue_200-bg.png');
	background-repeat: repeat-y;
}
/* Special footer class for the .raised option */
.raisedFooter
{
	background-image:url('/gfx/backgrounds/spotlightfooter200-bg.png');
	width: 200px;
	height: 13px;
}

.islandText
{
	font-size:9pt;
	font-weight:normal;
	color:#000;
	padding: 5px;	
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* Teaser Specific Style */

/* Island Navigation style used within some Islands */

.islandNav
{
	padding: 3px 15px 3px 15px;
	/* background:#005480; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.islandNav ul
{
	list-style-image:url('/gfx/assets/ast_YellowArrowHeadCircled.png');
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.islandNav ul li
{
	padding-left:5px;
}

.islandNav a:link, .islandNav a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}

.islandText input[type="text"]
{
	
	color: #434343;
	/*font-size: small;*/
	text-align:left;
}

.islandText td
{
	/*font-size:10pt;*/
	font-weight:bold;
	text-align:left;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.islandText table.tight td
{
	padding: 2px 0px;
}

.islandText table.tight input[type=text], .islandText table.tight textarea
{
	width: 168px;
}

.islandText input, .islandText textarea
{
	font-size: 9pt;
}
    
#signupHeadBorder
{
	border: 1px solid #720000;
}

.registerHeadBorder
{
	border-bottom: dotted 1px; background: #CCCDD0;
	padding-left: 3px;
}


.IslandSignupTitle
{
	color: #720000;
	font-weight:bold;
	font-size: 14pt;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

.island .user-registration-form table td
{
	padding:2px !important;
}

.island p.buttons
{
	margin: 7px 0px 0px 0px;
}

