/* 
Global Resets 
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Eduka CMS
Common Styles
	1. Formatting
	2. Logo
	3. Forms
	4. Alerts
	5. Skip Links
*/

/* 1. Formatting */
p, ul, ol, dl, blockquote, q, form, table, fieldset,.warning, .failure, .success{margin-bottom:1.5em;}
ul{list-style-type:disc;}
ol{list-style-type:decimal;}
li{margin-left:2em;}
a img {border: none;}
table{width:100%;}
table.SiteMap table{margin:0;}
table.SiteMap table .RootNode{padding-right:1.5em;}

/* 2. Logo*/
h1#logo a{
	background-repeat:no-repeat;
	display:block;
	text-indent:-999em;
}
/* 3. Forms */
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;
}
legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
fieldset ol {
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding:0 0 1em 0;
	margin:0;
}
fieldset em, fieldset .error{
	color:red;
}
label {  
	float: left;  
	width: 12em;  
	margin-right: 1em;
}
.checkbox, .radio{
	float:left;
}
.textbox, .textarea, .select{
	width:15em;
}
fieldset .button{
	margin-left:14.3em;
}
.helplink{
	background:url(../images/gfx/help.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
	text-indent:-999em;
}
/* 4. Alerts */
.warning, .failure, .success{
	padding:5px 5px 5px 50px;
	clear:both;
	background-repeat:no-repeat;
	background-position:5px 5px;
	min-height:30px;
}
.warning{/*styles the warning messages*/
	background-color:#FFF4AD;
	background-image:url(../images/gfx/warning.png);
	border:3px solid #DAB100;
	color:red;
}
.warning a:link, .warning a:visited, .warning a:hover{
	color:#000 !important;
}

.failure{/*styles the failure messages*/
    background-color:#E84F4F;
	color:#fff;
	background-image:url(../images/gfx/failure.png);
	border:3px solid #BF1212;
}
.failure a:link, .failure a:visited, .failure a:hover{
	color:#000 !important;
}

.success{ /*styles the success messages*/
	background-color:#B5FFAD;
	color:#000;
	background-image:url(../images/gfx/success.png);
	border:3px solid #53AA4A;
}
.success a:link, .success a:visited, .success a:hover{
	color:#AF0000 !important;
}

/* 5. Skip Links */
ul.skiplinks, .skiplinks {
  position : absolute;
  top : -9000px;
  left : -9000px;
  z-index : 9;
}

ul.skiplinks a:focus, ul.skiplinks a:active {
  position : absolute;
  top : 9010px;
  left : 9010px;
  background-color : #000; 
  color : #fff;
  padding : 5px;
  font-weight : bold;
  width : 6em;
  z-index : 9;
}