body {
	margin: 20px 0;
	padding: 0;
	background-color: #EFEFEF;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size:62.5%;
}

p{
	margin:0;
	padding-bottom:5px;
	font-size:1.2em;
	line-height:1.5em;	
}
a{
	font-size:1.2em;
}


/* Remove focus ring in FF*/
a:focus {
	outline-style:none;
}

/*CSS for old pages*/
table{
	font-size:1.2em;
}

table p{
	font-size:1em;
}

h3{
	font-size:1.4em;
}

.arial12blue {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #0033CC;
    font-weight: bold;
	text-decoration: none;
}

.underlinedtitle {
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	color: #333333;
    font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

/* Title used by email class in PT application */
.email_underlinedtitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
    font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Text used by email class in PT application */
.email_infotext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#footer {
	padding-top:10px;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align:center;
}

.screenshot {
	/*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
a.screenshot:hover {
	/*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}
.breadcrumbs {
	/*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

/* Main text used in all pages */
.infotext {
	/*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #333333;
	text-decoration: none;
}
a.infotext:link {
	/*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #0000FF;
	text-decoration: none;
}

a.infotext:visited {
    /*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #003399;
	text-decoration: none;
}
a.infotext:active {
    /*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #0000FF;
	text-decoration: none;
}
a.infotext:hover {
    /*font-family: Tahoma, Verdana, Arial;*/
	/*font-size: 11px;*/
	color: #0000FF;
	text-decoration: underline;
}

.greyborderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.greyborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.header_table_fade {
	background-image: url(../images/img2.gif);
	background-repeat: repeat-x;

}

.hometext{
	color: #333333;
	text-decoration: none;
	padding-left: 1cm;
}

/* Text for headings in Excel Support Area */
.sharedtext {
	color: #669900;
	text-decoration: none;
	font-weight: bold;

}



/*CSS For main content rounded box */
div.content-wrapper{
	background-color:#fff;
	width:917px;
	margin-left:auto;
	margin-right:auto;
	min-height:0;
}

div.content-left{
	background-color:#FFF;
	width:25px;
	float:left;
}

div.content-main{
	float:left;
	padding:20px 10px 10px 10px;
	background-color:#fff;
	width:847px;
	background: url("../images/img2.gif") repeat-x;
	min-height:0;
}

div.content-right{
	background-color:#FFF;
	width:25px;
	float:right;
}

#header-top{
	list-style:none;
	margin:0;
	padding:0;
	min-height:0; /*Fixed layout issue in IE7*/
}

#header-top li.logo{
	float:left;
	padding:0;
	margin:0;
	
}

#header-top li.phone{
	color:#666;
	font-size:1.2em;
	float:right;
	padding:0;
	margin:0;
}

/* CSS for header top nav*/
ul#header-top-nav{
	clear:left;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
}

ul#header-top-nav li {
	float: left;
	margin: 0; 
	padding: 0;

}

ul#header-top-nav li a {
	font-weight:bold;
	color:#666;
	padding: 5px 5px;
	display: inline;
	text-decoration: none;
	}

ul#header-top-nav li span{
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:15px;
	display: none;
	width: 100%;
	
}

/*
ul#header-top-nav li span a{
	color:#666666;
	font-size:11px;
	text-decoration:underline;

}
*/


/*CSS for flowplayer*/
#player.player-reporting{
	width:100%;
	height:405px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	text-align:center;
	background: url("../images/2010/meet_dave.gif") no-repeat;
}

#player.player-home{
	float:left;
	width:500px;
	height:260px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	text-align:center;
	background: url("../images/2010/meet_dave_small.gif") no-repeat;
}

/* play button */

#player img {
	display:none;
}


/*Image replacement CSS*/
h3.replace span{
	margin-left:-5000px;
}

h3.replace {
	margin:0;
	padding:0px;
}

h3.youve-come{
	background: url("../images/img_replace_youve_come.png") no-repeat;
	height:28px;

}

h3.campaign-management{
	background: url("../images/img_replace_campaign_management.png") no-repeat;
	height:28px;
	margin-top:10px;
}


ul#more-buttons{
	list-style:none;
	padding:10px 0 0 0;
	margin:0;
	width:500px;
	overflow:hidden;
}

ul#more-buttons li{
	float:left; /*Fix for IE7 images not lining up*/
}

ul#more-buttons li a span{
		margin-left:-5000px;
}

ul#more-buttons li a{
		position:relative;/*Fix for IE8 to prevent links from indenting with the margin*/
		display:block;
		padding:0;
		margin:0;
	}

ul#more-buttons li.sims a{
		background: url("../images/2010/button_sims.png") no-repeat;
		height:41px;
		width:256px;
		float:left;
}

ul#more-buttons li.tell a{
		background: url("../images/2010/button_tell.png") no-repeat;
		height:41px;
		width:236px;
		float:right;
}


div#home-text{
	float:right;
	width:320px;
	padding:0 0 20px 0;
	margin:0;
}

div#home-text h1{
	padding:0;
	margin:0;
	font-size:1.5em;
	}
	
div#sims-info{
	display:none;
	font-size:0.9em;
	margin-top:10px;
	padding:10px;
	width:480px;
	float:left;
	border:solid 1px #EAEAEA;
	background: url("../images/2010/sims_bg.png") repeat-x top left;
}

div#sims-info a{
		font-size:0.9em;
		}
	
		
.modal {
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px;
		text-align:left;
		border:2px solid #ccc;
		opacity:10;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
}

.modal p{
	font-weight:bold;
}

/*CSS for sims modules*/
div#sims-modules dl.module{
	clear:left;
	margin-bottom:30px;
	padding-bottom:10px;
}


div#sims-modules dd.title{
	padding-bottom:6px;
	padding-top:5px;
	font-size:1.7em;
	font-weight:bold;
	color:#666;
}

div#sims-modules dd.content{
	padding:0 0.8em 0.8em 1em;
	font-size:1.2em;
	line-height:1.5em;
	

}

div#sims-modules dt {
		background: url("../images/2010/sims_module_icons.png") no-repeat;
		height:54px;
		width:54px;
		display:block;
		float:left;
		left:-10px;
		top:-10px;
		position:relative;	
}

div#sims-modules dt.classes-module{
	background-position:-54px 0;
}

div#sims-modules dt.teachers-module{
	background-position:-108px 0;
}

div#sims-modules dt.attendance-summary-module{
	background-position:-162px 0;
}

div#sims-modules dt.attendance-marks-module{
	background-position:-216px 0;
}

div#sims-modules dt.behaviour-module{
	background-position:-270px 0;
}








