/*
	Default style sheet for RCG Ventures
	Copyright 1999-2005, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 26-May-2005
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
body {
	margin: 11px 0px 0px 11px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2E3B61;
}


INPUT, TEXTAREA {font-size: 10px;}

H1 {
	font-size: 18px;
	font-weight: bold;
	color: #3E4F82;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #3E4F82;
}
H3 {font-size: 14px;}
H4 {font-size: 12px;}

H1, H2, H3, H4 {
	font-weight: bold;
	color: #3E4F82;
	margin: 5px 0px;
}

FORM {margin: 0px 0px 0px 0px;}

DD {margin-left: 15px;}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/
.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
	color: #FFFFFF;
}
.moreleading {line-height: 150%;}
.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Link appearance
*******************************************************************/

a:link		{color: #CC0000; text-decoration: none;}
a:visited	{color: black; text-decoration: none;}
a:active	{color: #FF0000; text-decoration: none;}
a:hover		{color: black; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.navcolumn {
	width: 191px;
	background-color: #3E4F82;
}
.navbutton {
	background-color: #3E4F82;
	padding: 7px 0px 7px 7px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
div.navbutton a:link {
	color: #FFFFFF;
}
div.navbutton a:visited {
	color: #FFFFFF;
}
div.navbutton a:active {
	color: #FFFFFF;
}
div.navbutton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.subnavbutton {
	background-color: #3E4F82;
	padding: 5px 0px 7px 20px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
div.subnavbutton a:link {
	color: #FFFFFF;
}
div.subnavbutton a:visited {
	color: #FFFFFF;
}
div.subnavbutton a:active {
	color: #FFFFFF;
}
div.subnavbutton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.main {
	background-color: #FFFFFF;
	color: #000000;
	width: 531px;
}
.bodycopy {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	width: 515px;
}
.teamnav {
	color: #FFFFFF;
	background-color: #2E3B61;
	line-height: 40px;
	white-space: nowrap;
	border-right: 1px solid #FFFFFF;
}
.footer {
	clear: both;
	color: #FFFFFF;
	background-color: #6C4F62;
	text-align: right;
}
.iconFunc{
    border: none;
    cursor: hand;
    cursor: pointer;
}

.whitebacktable {
	background-color: #FFFFFF;
    border: none;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	width: 100%;
}
.whitebacktable tr{
    vertical-align: top;
}
.whitebacktable td{
    padding: 4px 1px; 
    text-align: left;
}
.whitebacktable a:link, .whitebacktable a:hover, .whitebacktable a:visited, .whitebacktable a:active{
    color: #3E4F82;
    font-weight: bold;
}
.whitebacktable h2{
    color: #111111;
}
.input70{
    width: 70px;
}
.input100{
    width: 100px;
}
.input150{
    width: 150px;
}
.input200{
    width: 200px;
}
.input250{
    width: 250px;
}
.textSummary{
    height: 250px;
    width: 250px;
}
.textLarge{
    height: 150px;
    width: 200px;
}

.galeryTable{
    width: 100%;
}
.galeryTable td{
    text-align: center;
}

.message{
    border: none;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 12px;
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
}

.left{
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 5px 0px;
    font-weight:bold;
}
.right{
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 0px;
    font-size: 13px;
    font-weight:bold;
}
.clear{
    clear: both;
}
.link, .link:hover, .link:visited{
    color: #AA0000;
    font-size: 13px;
    margin: 10px 0px;
}
.link2, .link2:visited, .link2:hover{
    font-size: 12px;
    margin: 10px 0px;
}

span{
    font-style: italic;
}

.leftProperty{
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.3;
    margin:0px;
    padding: 5px 0px;
    text-align: justify;
    width: 275px;
}
.rightProperty{
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 3px;
    line-height: 1.3;
    margin:0px;
    padding: 5px 0px;
    text-align: center;
    width: 220px;
}
.email, email:hover, email:visited{
    color: red;
    font-weight: bold;
}
.buttonProperty{
    background-color: navy;
    border:medium solid;
    color: white;
    cursor: pointer;
 	font-family: Arial,Helvetica,sans-serif;
 	font-size: 13px;
    font-weight: bold;
    height: 42px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 108px;
}
.buttonNextPrevious{
    background-color:white;
	border:none;
	color:white;
	cursor:pointer;
	height:27px;
	padding:0;
	width:27px;
}
.divMsg{
    border: navy 1px solid;
    color: brown;
    font-size: 12px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.divMsg a,.divMsg a:hover,.divMsg a:visited{
    color: navy;
    text-decoration: underline;
}

.divThumbnail{
    height:85;
    padding:1px;
}
.divAdminThumbnail{
    margin-bottom: 27px;
    height: 18px;
    text-align: center;
}
.ast{
    color: #CC0000;
}