/* ----------------------------------
Campus Connections Style Sheet
----------------------------------------

masterpage

body, page_container
positioning, colour and style, footer, 
additional elements, sidePanel boxes, 
html elements,  system controls, toolbars
*/


body {
	background: #fff;
	text-align: center;
}
#page_container {
	width:1000px;
	zoom: 1;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

/*=================================== 
Positioning 
============================================*/

#container { float: left; width: 100%; }
#header{position:relative;}
#wrapper{float:left;width:100%; overflow: hidden; }
#content{margin: 0 150px 0 150px;  min-height: 200px; display: inline-block; }
#navigation {float:left;width: 150px;margin-left:-100%;overflow: hidden; position: relative; }
#sidebar{float:right;width:150px;margin-left:-150px;margin-top: 0;overflow: hidden; position: relative; }
#footer{clear:both; }


/*=================================== 
Colours & Style 
========================================*/

#container {
	background: #fff;
}
#header{
	background: #006599;
	height: 80px;
	}
#wrapper{	 }
#content{ 
padding: 1em; 
background: url(main_bg.gif) no-repeat 0 0;
}
#navigation {
	
	}
#sidebar{
	padding-bottom: 0.5em;
	}

/*===================================
                Footer
  ========================================*/

#footerCon {
	height: 12%;
	text-align: center;
        background: #006599;
	color: #ffffff;
	min-width: 800px;
	width: 100%;
	background-repeat: repeat-x;
	margin-top: 15px;
	display: block;
	clear: both;
	float: left;
}

#footer {
        background: #006599;
	color: #ffffff;
	height: 100%;
	width: 800px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0px 5px 0px;
	font-size: 0.9em;
}

.leftFooter {
	width: 200px;
	float: left;
	text-align: center;
	color: #ffffff;
}

.rightFooter {
	float: right;
	text-align: right;
	width: 200px;
	margin-top: 0px;
	color: #ffffff;
}

.rightFooter #iiv {
	margin: 20px 16px 0px 0px;
}

.mainFooter {
	padding-top: 0px;
	text-align: center;
	color: #ffffff;
}

#footer a {
        background: #006599;
	text-decoration: none;
        color: #ffffff;
}

#footer a:hover {
       color: #ffffff;
}



#footer_old{
	padding: 0.5em;
	color: #fff;
	text-align: center;
	font-size: 85%;
background: #006599;
	}



/*=================================== 
Additional Elements 
====================================*/

#banner_advert {
	position: absolute;
	right: 10px;
	top: 2em;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.logo img {
	margin: 0;
	border: 0;
}
#links ul li {
	list-style: none;
	margin: 0;
	padding; 0;
	text-align: center;
}
#content_inner ul {
list-style-type: disc;
margin: 0 0 0 1em;
padding: auto;
}


/*=================================== 
Additional Elements 
====================================*/

/* SidePanel Boxes */


.sidepanel {
	background: #fff;
	margin: 0.5em;
	padding: 0 5px 5px 5px;
	margin-bottom: 0;
}
.sidepanel h3 {
	margin: 0 -5px 5px -5px;
	padding: 2px 0 2px 10px;
	background: url(sidepanel_header.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
.sidepanel li {
	position: relative;
}
.sidepanel a.cal {
	position: relative;
	display: inline;
	font-size: 100%;

}
	
#banner_advert {
	position: absolute;
	right: 10px;
	top: 2em;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
#docmsl {
	text-align:left;
	width:auto;
	margin: 0.5em; 
	min-width: 0; 
	}



/*==========================================

	Html elements after being reset by 	yui reset 
	(see http://developer.yahoo.com/yui/reset/)

==========================================*/

html,body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	}

/* force removal of underlines on hyperlinks 
    to avoid early 90's look */

a:link, a:active {
text-decoration:none;
color:#5b60a5; 
}
a:visited {
text-decoration:none;
color:#5b60a5;
}
a:hover {
text-decoration:none;
color:#9296ce;
}

/* headings */

h1,h2,h3,h4,h5,h6,h7 {
	font-family: arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #006599;
	}

h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
h7 { font-size: 80%; }

/* paragraphs */

p {
	padding: 0;
	margin: 0 0 1em 0;
	}

/* forms etc */

img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	border: 0;
	}
input {
	
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding:2px;
	border: 1px solid #999;
	}
select {
	padding: 0;
	margin: 0;
	font-size: 85%;
	}
ul,li,dl,dt,dd { 
	margin: 0;
	padding: 0;
	}

/* lists - show lists please! */

ul {
	list-style: none;
	}

/* table styles */

thead {
	display:table-header-group;
}
tbody {
	display:table-row-group;
	}

caption,th {
	text-align:left;
	}


#noscript {
	font-size: 85%;
	display: block;
	padding: 3px 2px 3px 24px;
	color: #c00;
	background: #ffc url(../images/interface/error.gif) no-repeat 4px 4px;
	border: 2px solid #c30;
}
#noscript p { 
	margin: 0.1em 0;
}



#search {
	padding: 2px 2px 0 0;
}


/*=======================================================

	System Contols

=======================================================*/

div.login input.textbox , .login input.button {
	width: 80%;
	display: block;
}
div.login input.button {
	font-weight: bold;
}
div.login a {
	display: block;
	margin: 0.5em 0 0 0;
	}
div.controlpanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div.controlpanel li {
	padding: 0;
	margin: 0;
	height: 1.5em;
	}
div.controlpanel li a {	
	line-height: 1.5em;

	}
div.controlpanel li.logout {
	text-align: right;
	padding: 3px;
}
div.controlpanel li.logout a {
	display: inline;
	padding: 3px;
	color: #c00;
}
div.controlpanel li.logout a:hover {
	color: #fff;
	background-color: #c00;
	}
.TextRegion_edit {
	float: right;
	}





/*=======================================================

	Toolbar

=======================================================*/
#tb {
	text-align: left;
	height: 2em;
	background-color: #006599;
	color: #fff;
	line-height: 2em;
}
#search {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 2px 0 0;
	width: 16em;
	text-align: right;
}
#tbControls {
	position: absolute;
	right: 17em;
	top: 0;

}
.skiplinks {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.skiplinks li {
	display: inline;
	margin: 0;
	padding: 0;
	}

li.skipnav a {
	font-size: 80%;
	color: #666;
	text-decoration: none;
	padding: 0 1em;
}
li.skipnav a:hover{
	background-color: #9c3;
	color: #fff;
	text-decoration: none;
}
#tbControls ul {
	margin: 0;
	padding: 0;
	}
#tbControls li {
	padding: 0;
	display: inline;
	margin-left: 1em;
}
#tbControls li a {
	text-decoration: none;
	color: #ccc;
	font-size: 90%;
	line-height: 2.2em;
}
#tbControls li a:hover {
	color: #c00;
	}



