﻿/* this is for the master page */
body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1em;
	font-family: Sans-Serif;
	color: White;
	background: url('UploadedImages/background.jpg');
	background-repeat: repeat-x;
	z-index: 100;
}
a
{
	color:#284E98;
	text-decoration: none;
}

div#main_content
{
	margin: 0;
	padding: 2em;
	width: 50em;
	z-index: 105;	
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
 
table#header
{
	margin: 0;
	padding: 2em;
	width: 60em;
}
/*this is for the masterpage, but specifically for the modal dialog*/

#simplemodal-container a.modalCloseImg
{
	background: url('JS/x.png') no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}

.simplemodal-container
{
	display: none;  
	height: 20em;
	width: 20em;
	text-align: center;
}
#simplemodal-overlay 
{
	background: #806666;
}
#simplemodal-container 
{
	background: #333;
	border: 8px solid #444;
	padding: 12px;
}
/* for the default.aspx */
#defaultPage h2
{
	text-align: center;
	font-family: Broadway, Californian FB, Sans-Serif;
	color: #FF9900;
	height: 1em;
}
#defaultPage span#welcome
{
	font-size: large;
	font-weight: bold;
	font-family: Californian FB, Sans-Serif;
}
/* for the createaccount.aspx */
