/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#333F4C;
	
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {

}
#accountName_text {
	top:169px;
	left:820px;
	width:166px;
	height:26px;
	position:absolute;
	color: #FFF;
	
}

.noDec{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	color:#333F4C;
}


.alertBlueBackground{
	background-image: url(../images/alertBlueBg.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	
}

.longAlertBlueBackground{
	background-image: url(../images/longBlueAlertBox.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	line-height:19px;
}

.smallAlertBlueBackground{
	background-image: url(../images/alertBlueBgSmall.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	line-height:19px;
}

.indentText{
	margin-left: 5px;
	margin-right: 5px;
	display:block;
}

.indentTextRight{
	margin-left: 10px;
	margin-right: 0px;
	display:block;
}

div.hr {
  height: 1px;
  background: #fff no-repeat scroll center;
  margin-bottom:10px;
}
div.hr hr {
  display: none;
}


div.hr.rightMargin

{
	margin-right:60px;
	height:1px;
	
}
.alertBlueBackgroundHeader{
	margin-left: 5px;
	margin-right: 5px;
	line-height:30px;
	color: #333F4C;
	font-size:16px;
	font-weight: bold;
}


pre,
code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

#holder {
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
}

.redText{
	color:#F00;
	
}

.greenText{
	
color:#006600;
font-weight:bold;
font-size:16px;
	
}
.containerBg {
	background:url(../images/Banner.jpg);
	background-repeat:no-repeat
}
.title {
	background-image: url(../images/underLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height:30px;
	color: #333F4C;
	font-size:16px;
	font-weight: bold;
}

.title2 {
	line-height:19px;
	color: #333F4C;
	font-size:16px;
	font-weight: bold;
}

.LongTitle {
	background-image: url(../images/underLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height:5px;
}
.bigSpace
{
	line-height:50px;
	
}

.logIn{
	font-size:20px;
	line-height: 19px;
	font-weight: bold;
	color: #4C5D73;	
	
}
.schoolName{
	font-size:12px;
	line-height: 13px;
	font-weight: bold;
	color: #4C5D73;	
	
}
.userName{
	font-size:12px;
	line-height: 13px;
	font-weight: bold;
	color: #4C5D73;	
	
}
.speelHead{
	font-size:18px;
	line-height: 15px;
	font-weight: bold;
	color: #4C5D73;	
	
}

.logInMedText
{
	color:	#4C5D72;
	font-size:16px;
	line-height:26px;

}


.logInSmallText
{
	color:	#4C5D72;
	font-size:12;

}

.logInRegText
{
	color:	#4C5D72;
	font-size:13;
	letter-spacing:16;

}

.smallLineSpacing
{
	line-height:4px;
	
	
}
.smallText{
	font-size: 10px;
	font-style: italic;
	color: #9097A2;
	line-height:5px;
	
	
	
	
}
.errorText{
	font-size:10px;
	color:#F00;
	
	
}
#message {
	font-size: 12px;
	color:#FF0000;
	top:75px;
	left:150px;
	width:500px;
	position:relative;
	
}
#login {
	font-size: 12px;
	color:#000000;
	top:0px;
	left:0px;
	width:500px;
	position:relative;
	
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

.redArrow {
	color:#F00;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

link {
	color: #333F4C;
	text-decoration: none;
}

.linkFormat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	
	
}
.redArrow {
	color: #F00;
}
