/******************************************************************************/
/***                    General Cascading Style Sheets                      ***/
/******************************************************************************/

html, body { width:100%;  height:100%  }

body {  background-color:  #000000;
	margin-left:       0px;
	margin-top:       10px;
	margin-right:      0px;
	margin-bottom:     0px;  }

body,td,th { font-family: Times New Roman, Times, serif;
	     font-size:   12px;
	     color:       #FFFFFF;  }

a         {color:white;   text-decoration:none;} 
a:visited {color:white;   text-decoration:none;} 
a:link    {color:white;   text-decoration:none;} 
a:active  {color:white;   text-decoration:none;} 
a:hover   {color:blue;    text-decoration:none;} 

.hovericon {cursor: pointer}

/*---------------------------------------*/
/*--  Title Page Text                  --*/
/*---------------------------------------*/
.titlepagetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.vttext {
	position: relative;
	left: -200px;
	top: -50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.upcoming {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


/*--------------------------------------------------*/
/*--  Common Text on Search/Links/Contacts Pages  --*/
/*--------------------------------------------------*/
.titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.regtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.notetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}


/*---------------------------------------*/
/*--  Smugmug Title/Description Text   --*/
/*---------------------------------------*/
.smugmugtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
}


/*---------------------------------------*/
/*-- Color Boxes / Calendar Hyperlinks --*/
/*---------------------------------------*/
.piccolor, .blogcolor, .mapcolor, .tripcolor, .calcolor, .othcolor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    color: white;
}
.piccolor,  a.piccolor {
    background-color: #2966B8;
}
.blogcolor, a.blogcolor {
    background-color: #FF4848;
}
.mapcolor,  a.mapcolor {
    background-color: #C031C7;
}
.tripcolor, a.tripcolor {
    background-color: #FF9900;
}
.calcolor,  a.calcolor {
    background-color: #2DC800;
}
.othcolor,  a.othcolor {
    background-color: #9D9D00;
}
a.piccolor, a.blogcolor, a.mapcolor, a.tripcolor, a.calcolor, a.othcolor {
    text-decoration:none;
    font-weight: bold;
    display:block;
    width:100%;
    height:100%;
}
a.piccolor:hover, a.blogcolor:hover, a.mapcolor:hover, a.tripcolor:hover, a.calcolor:hover, a.othcolor:hover {
    color: white;
    background-color: #000033;
}
