* {
	margin:0;
	padding:0;
}

/* General Style Info */
html { background-color : black; }
body {
	background-color : black;
	/* background-image: url(/img/Colorful_background.png); */
	background-repeat: repeat;
	background: url(/img/SCS.Intro.2.jpg) no-repeat;
	background-size: cover;
	color : #333;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-size: 16px;
	margin: 0;
	min-height: 800px;
}
a {
	background-color: inherit;
	color : navy;
	color: #337ab7;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration : none;
}
a:link {
	background-color: inherit;
	color : navy;
	color: #337ab7;
}
a:visited {
	background-color: inherit;
	color : navy;
	color: #337ab7;
}
a:hover {
	background-color: inherit;
	color: #ff0000;
	text-decoration : underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	margin: 0.1em 0;
	font-size : 20px;
	font-weight : 900;
}
h2 {
	color: #67a54b;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	margin: 0.3em 0;
	padding-top: 0.8em;
	font-size : 15px;
	font-weight : 900;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	margin : 0 0 15px;
	padding : 0;
	font-size : 14px;
	line-height : 28px;
	font-weight : 900;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
p {
      font : 12px/20px verdana, arial, helvetica, sans-serif;
      margin : 0 0 16px;
      padding : 0;
}
p.pform {
      font : 12px/20px verdana, arial, helvetica, sans-serif;
      margin : 10px 0 16px;
      padding : 0;
      color : #708090;
}
p.ltxt {
      font : 13px/20px verdana, arial, helvetica, sans-serif;
      margin : 10px 0 16px;
      padding : 0;
      color : black;
}
a.aform {
      color : #708f7e;
      font-size : 14px;
      text-decoration : none;
      font-weight : 600;
      font-family : verdana, arial, helvetica, sans-serif;
}
 a.aform:link {
      color : #708f7e;
 }
 a.aform:visited {
      color : #708f7e;
 }
 a.aform:hover {
      background-color : white;
	color: #ff0000;
 }

/* Layout */

#Header {
	clear: both;
	height : 20px;
	margin : 0 auto;
	padding : 5px 20px 0 0;
	width: 950px;
}

#status {
	border: 0px solid #000000;
	clear:both;
	color : navy;
	float: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	height : 20px;
	line-height : 16px;
	margin : 0 10px auto;
	padding : 3px 3px 1px 10px;
	text-align : left;
	/* voice-family: "\"}\""; */
	voice-family: inherit;
	/* width:900px; */
	width: auto;
}

#menus {
	clear:both;
	color : #ffffff;
	display: block;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	height : 20px;
	margin : 0 20px auto;
	padding : 5px 0 0 0;
	text-align : left;
	/* voice-family: "\"}\""; */
	voice-family: inherit;
	/* width:900px; */
	width: auto;
}

#Page {
	clear: both;
	margin:0 auto;
	padding: 0px;
	width: 950px;
}

#Content {
      float: left;
      margin : 5px auto;
      padding : 0px;
      width : 700px;
}

#Content > p {
      margin : 0;
}
#Content > p + p {
      text-indent : 30px;
}

#Sidebar {
	background-color: inherit;
	clear: both;
	float: right;
	margin: 10px 0px auto;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	width: 200px;
}

#Footer {
	background-color : transparent;
	border: 1px solid #67a54b;
	clear: both;
	font-family : Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	height : 20px;
	margin:0 auto;
	padding:5px;
	text-align: center;
	width : 950px;
}

#login {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, sans-serif;
	margin-top: 0px;
	margin-left : 30px;
	margin-right: 10px;
	text-align : center;
	visibility : visible;
	max-width : 800px;
}
#loginpicture {
  background-color : #3b5998;
  background-repeat: no-repeat;
  color : #ffffff;
  font-family : Verdana, Geneva, Arial, sans-serif;
  font-size : 24px;
  font-weight : bold;
  height : 70px;
	margin:0 auto;
	margin-top: -10px;
	margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  visibility: visible;
  max-width: 700px;
}
#loginmessage {
	width: 700px;
}
#loginform {
	background-color: transparent;
	clear: both;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
	visibility: visible;
	width: 300px;
}
#loginmsg {
	background-color: transparent;
	background-image: url(../img/FooterBackground.jpg);
	border: 1px solid #003d4c;
	color: #00008b;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	visibility: visible;
	-moz-border-radius: 5px;
  max-width: 700px;
}
a.logincontact {
	background-color : #67a54b; border: 1px solid #000000; color : #ffffff; font-family : Verdana, Geneva, Arial, sans-serif; font-size : 16px; font-weight : bold; height : 20px; margin:0 30px auto; text-align : center; text-decoration: none; width: 300px; }
a.signup { background-color: #198754; border: 1px solid #FFF; color : #ffffff; font-family : Verdana, Geneva, Arial, sans-serif; font-size : 16px; font-weight : bold; height : 20px; margin:0 30px auto; text-align : center; text-decoration: none; width: 300px; }
#loginfooter-top {
	clear: both;
	font-family : Verdana, Geneva, Arial, sans-serif;
	height : 20px;

	padding:5px;
	text-align: center;
	width : 800px;
	visibility : visible;
}
#loginfooter {
	background-color: inherit;
	background-image: url(../img/FooterBackground.jpg);
	border: 1px solid;
	clear: both;
	text-align: center;

	font-family : Verdana, Geneva, Arial, sans-serif;
	background-color : transparent;
	text-align : center;
	margin-top : 30px;
	padding:5px;
	width : 800px;
	height : 20px;
	visibility : visible;
}
#loginerr {
      background-color : transparent;
      color : red;
      font-family : Verdana, Geneva, Arial, sans-serif;
      font-size : 14px;
      font-weight : bold;
      height : 70px;
      left : 50%;
      margin-left : -175px;
      margin-top : -110px;
      position : absolute;
      text-align : center;
      top : 50%;
      visibility : visible;
      width : 300px;
}
.loginstats {
      margin-top : 10px;
      text-align : center;
}
#status1 {
	position: absolute;
	top: 170px;
	left: 110px;
	margin : 0;

	clear: both;
	color: #000000;
	background-color: #ffffff;
	padding: 10px;

	border: 1px solid #e2c822;
	border-color: #e2c822;
	background:#3b5998;
	background:#eee;
	font-weight: normal;
	
}
#status1 a {
	color: #0000FF;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	-moz-border-radius: 5px;
}
tr:nth-of-type(odd) { background: #eee; }
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	-moz-border-radius: 5px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #ff0000;
	text-decoration: none;
}
table tr td {
	background: #fff;
	background: #eceff5;
	border-right: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	-moz-border-radius: 5px;
}
table tr.altrow td {
	background: #eceff5;
	background: #fff;
	-moz-border-radius: 5px;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #3b5998;
	margin-top: 30px;
	padding: 16px 20px;
	-moz-border-radius: 5px;
}
fieldset legend {
	color: #e32;
	color:#3b5998;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 10px;
	width: 100%;
}
select {
	clear: both;
	vertical-align: text-bottom;
	padding: 5px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	font-size: 100%;
	vertical-align: bottom;
	background-color:#3b5998;
	border-bottom-color:#0e1f5b;
	border-left-color:#d9dfea;
	border-right-color:#0e1f5b;
	border-style:solid;
	border-top-color:#d9dfea;
	border-width:1px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #0000FF;
	margin: 1em 0;
	background-color: #ffffff;
	padding: 5px;

	border: 1px solid #e2c822;
	border-color: #e2c822;
	background:#fff9d7;
	width: auto;
	-moz-border-radius: 5px;
}
div.error {
	clear: both;
	color: #000000;
	font-weight: normal;
	background-color: #f7aaaa;
	padding: 5px;

	margin:0 0px 10px 0px;
	border:solid 1px #dd3c10;
	background:#ffebe8;
	width: auto;

	-moz-border-radius: 5px;

	color:              #CC0000;
	background-color:   #FFFFCC;

	border:             0.1em solid #CC0000;
	background-image:   url(../img/warning.png);
	background-repeat:  no-repeat;
	background-position: 10px 50%;
	padding:            10px 10px 10px 36px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: navy;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #ff0000;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 14px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}




 td.paging {
      font : 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

 td.forum {
      font-family : Arial, Helvetica, sans-serif;
      font-weight : bold;
      color : #2f4f4f;
 }
 tr.trform {
      font : bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #8f7072;
 }
 td.tdinput {
      padding : 3px 0 0 3px;
      font : 13px/20px verdana, arial, helvetica, sans-serif;
 }
 .frmbut {
      background-color : transparent;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      margin-top : 3px;
      margin-left : 3px;
 }
 a.ahead {
      color : navy;
      font-size : 14px;
      text-decoration : none;
      font-weight : 600;
      font-family : verdana, arial, helvetica, sans-serif;
 }
 a.ahead:link {
      color : navy;
 }
 a.ahead:visited {
      color : navy;
 }
 a.ahead:hover {
      background-color : white;
	color: #ff0000;
 }
 tr.tblhead {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      color : #708f7f;
      padding-left : 3px;
 }
 tr.tblcont {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      color : black;
      padding-left : 3px;
 }
  .trtblhead {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      color : #708f7f;
      padding-left : 3px;
 }
 .trtblcont {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      color : black;
      padding-left : 3px;
 }
  .thtblhead {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      color : #708f7f;
      padding-left : 3px;
 }
 .thtblcont {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      color : black;
      padding-left : 3px;
 }
 .imma {
      margin-left : 4px;
 }
 .smlogo {
      margin-top : 5px;
      float : left;
      margin-left : 3px;
 }
 .frmlogin {
      background-color : transparent;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      margin-top : 3px;
      margin-left : 3px;
      text-align : right;
 }
 .msgdisplay {
      background-color : transparent;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      margin-top : 3px;
      color : #708090;
 }
 .toupc {
      text-transform : uppercase;
 }
 .toloc {
      text-transform : lowercase;
 }
 ul#nav {
      width : 10em;
      margin : 0;
      padding : 0.5em;
      list-style-type : square;
 }
 ul#nav ul {
      margin : 0 0 0 1em;
      padding : 0;
 }
 ul#nav a {
      text-decoration : none;
      color : #333;
 }
 ul.pde_nav#nav {
      padding : 0.5em;
      list-style-type : none;
 }
 ul.pde_nav#nav ul {
      padding : 0;
      margin : 0;
 }
 ul.pde_nav#nav li {
      margin : 0;
      padding : 0;
      height : 1em;
      list-style-type : none;
 }
 html > body ul.pde_nav#nav li {
      height : auto;
 }
 ul.pde_nav a , ul.pde_nav strong {
      width : 120px;
      text-decoration : none;
      color : navy;
      display : block;
      padding : 0 0 0 1em;
 }
 .pde_hide {
      display : none;
 }
 .pde_show {
      display : block;
 }
 .pde_parent {
      background : transparent url(images/plus.gif) no-repeat 0 50%;
 }
 .pde_active {
      background : transparent url(images/minus.gif) no-repeat 0 50%;
 }
 a.forgot {
      color : black;
      font-size : 14px;
      text-decoration : none;
      font-weight : normal;
      font-family : verdana, arial, helvetica, sans-serif;
 }
 a.forgot:link {
      color : black;
 }
 a.forgot:visited {
      color : black;
 }
 a.forgot:hover {
      background-color : transparent;
	color: #ff0000;
      text-decoration : underline;
 }

#tidy {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

div#UserUsername_autoComplete {
	position         :absolute;
	width            :250px;
	background-color :white;
	border           :1px solid #888;
	margin           :0px;
	padding          :0px;
}
div#UserUsername_autoComplete ul{
	list-style-type: none;
}
div#UserUsername_autoComplete ul li.selected {
	background-color: #ffb;
}



.left {
	float: left;
}

.right {
	float: right;
}

.light {
	float: left;
	font-weight: normal;
}


.center { text-align: center; }

.menubg {
	background: url(pagefooter_bullet.gif) no-repeat;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#navlist li {
	padding-left: 10px;
	background-color: inherit;
	background: url(../img/menubg.gif) no-repeat;
	background-position: 0em;
}

#navlist_stats {
	border-bottom: 0px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	-moz-border-radius: 10px;
}
#navlist_stats li {
	background-color: #fedc56;
	background-position: 0em;
	border-left: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	border-bottom: 1px  solid #0e0e0e;
	padding: 10px;
	-moz-border-radius: 5px;
}

#navlist li a:hover {
	background-color: #eeeeee;
}

#navlist2 {
	border-bottom: 0px;
	list-style: none;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 0px;
}
#navlist2 li {
	background-color: #eceff5;
	background-position: 0em;
	border-left: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;
	border-right: 2px solid #0e0e0e;
	border-bottom: 2px  solid #0e0e0e;
	margin-right: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navlist2 {
	border-bottom: 0px;
	list-style: none;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 0px;
}
.navlist2 li {
	background-color: #eceff5;
	background-position: 0em;
	border-left: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;
	border-right: 2px solid #0e0e0e;
	border-bottom: 2px  solid #0e0e0e;
	margin-right: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.mandatory {
	color: #ff0000;
	font-weight: normal;
}

.box {
	border: 1px solid #888;
}

#parentpage {
	font-size: 14px;
}

#parentpage p {
	font-size: 14px;
}

#principal {
	background:#fff9d7;
	background-color: #c4cde0;
	background-color: #f2f2f2;
	background-color: #6d84b4;
	background-color: #cccccc;
	background-color: #eceff5;
	border: 1px solid #5970B2;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	-moz-border-radius: 10px;
}

.tabs {
	border: 1px solid #0e0e0e;
}

a.parentsday_free {
	color: green;
}

a.parentsday_contact {
	color: blue;
}

a.parentsday_other {
	color: red;
}

div.birthday2 {
	clear: both;
	color: #000000;
	margin: 1em 0;
	background-color: #ffffff;
	padding: 5px;

	border: 1px solid #e2c822;
	border-color: #e2c822;
	width: 700px;
	width: auto;
	
	margin: 0.5em 0.5em 0;
	border: 0.1em solid #ffd700;
	background-image: url(img/notice_bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 10px 10px 10px 36px;
	background:#d9ecf8;
	background:#c9dbf8;
	border-color: #003d4c;
	-moz-border-radius: 10px;
}

#demo {
	clear: both;
	color: #000000;
	margin: 1em 0;
	background-color: #ffffff;
	padding: 5px;

	border: 1px solid #e2c822;
	border-color: #e2c822;
	width: 700px;
	
	margin: 0.5em 0.5em 0;
	border: 0.1em solid #ffd700;
	background-image: url(img/notice_bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 10px 10px 10px 36px;
	background:#c9dbf8;
	border-color: #003d4c;

      margin-top : 10px;
      text-align : center;
}

.welcome {
	font-size: 14px;
}

.normal {
	font-weight: normal;
}

#scs {
	background-color: #fff9d7;
	border: 1px solid #ffd700;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px auto;
	padding: 10px;
	width: auto;
	-moz-border-radius: 10px;
}

#scs2 {
	background-color: #fff9d7;
	border: 1px solid #ff0000;
	clear: both;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px auto;
	padding: 10px;
	width: auto;
	-moz-border-radius: 10px;
}

.loggedinuser {
	background: #f2f2f2;
	border-bottom: 1px solid #5970B2;
	font-size: 100%;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 10px;
}

.selectedstudent {
	border-bottom: 1px solid #5970B2;
	font-size: 100%;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 10px;
}

.ads {
	background: #f2f2f2;
	border-bottom: 1px solid #5970B2;
	font-size: 100%;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 10px;
}

.name {
	font-size: 100%;
	font-weight: normal;
	margin: 0 auto;
	padding-top: 5px;
}

.box {
	border: 5px;
	font-size: 100%;
	font-weight: normal;
	margin: 0 auto;
	padding-top: 5px;
}

.info {
	background: url(../img/SCS/smile.png) no-repeat #abcdef;
	border: 1px solid #5970b2;
	color: #000000;
	font-weight: normal;
	line-height: 35px;
	margin-left: 10px;
	padding-left: 30px;
	padding-top: 0px;
}

#HelpData {
	padding-top: 10px;
	padding-bottom: 10px;
}

#bookmarklets {
	float: right;
}

/* -- admonitions ----------------------------------------------------------- */

div.admonition {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px;
}

div.admonition dt {
    font-weight: bold;
}

div.admonition dl {
    margin-bottom: 0;
}

p.admonition-title {
    margin: 0px 10px 5px 0px;
    font-weight: bold;
}

div.body p.centered {
    text-align: center;
    margin-top: 25px;
}

/* Admonitions */
div.admonition {
    margin: 20px 0;
    padding: 23px 10px 22px;
    position: relative;
}

div.admonition p.admonition-title + p {
    display: inline;
}

.admonition p {
    margin-bottom: 5px;
}
.admonition pre {
    margin-bottom: 5px;
}
.admonition ul, .admonition ol {
    margin-bottom: 5px;
}
.tip {
    background: #f2faff;
    border: 2px solid #0085cb;
}
.note {
    background-color: #fffdf2;
    border: 2px solid #ffcb00;
}
.seealso {
    background-color: #f9f9f9;
    border: 2px solid #e2e2e2;
}
.topic {
    background-color: #eee;
}
.warning {
    background-color: #fff4f3;
    border: 2px solid red;
}

.seealso .admonition-title,
.tip .admonition-title,
.warning .admonition-title,
.note .admonition-title {
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 4px 8px;
    background: #df9c00;
    line-height: 16px;
    font-weight:normal;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    color: #fff;
}
.admonition-title:before {
    content: '';
    display: block;
    height: 20px;
    width: 8px;
    position: absolute;
    top: 24px;
    left: 0px;
    background: transparent;
    z-index: -1;
    border-top: 45px solid #eed993;
    border-left: 45px solid transparent;
}

.tip .admonition-title:before {
    border-top-color: #ccebff;
}
.tip .admonition-title {
    background: #0085cb;
    color: #fff;
}
.warning .admonition-title:before {
    border-top-color: #f1c5c1;
}
.warning p.admonition-title {
    background: red;
    color: #fff;
}
.seealso .admonition-title {
    background: #999;
}
.seealso .admonition-title:before {
    border-top-color: #9d9d9d;
}

.dim {
    border: 3px;
    background: #ccc;
    color: #fff;
    padding: 5px;
}
a.dim, a.dim:hover {
	background-color: #eee;
	color: #ccc;
	text-decoration: none;
}

.red {
	color: #FF0000;
}
.passed {
	color: #67a54b;
}
.not_passed {
	color: #FF0000;
}

.forum th {
	font-size: 14px;
	padding: 8px;
}
.forum td {
	font-size: 14px;
	padding: 8px;
}

.forum img {
	padding-right: 10px;
}

.forumh2 {
	color: #67a54b;
	float: left;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size : 16px;
	font-weight : 900;
	text-align: left;
	vertical-align: top;
	width: 600px;
}
.forumh2text {
	color: #000;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight : normal;
}
.forumtext td {
	text-align: left;
}
.topten {
	/* background-image: -webkit-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	/* background-image: -moz-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	/* background-image: -o-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	/* background-image: linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
}
.videos {
	/* background-image: -webkit-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	/* background-image: -moz-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	/* background-image: -o-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	/* background-image: linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff); */
	border: 1px solid #3b5998;
	margin: 0 auto;
	padding: 16px 20px;
	-moz-border-radius: 5px;
  max-width: 700px;
}
.bold {
	font-weight: bold;
}
.active_tab {
	background: #123456;
}
.bilderliste3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bilderliste3 li {
	background-color: #eceff5;
	border: 1px solid #ff9900;
	clear: right;
	float: left;
	font-size: 14px;
	height: 168px;
	margin: 3px;
	padding: 3px;
	width: 136px;
}
.bilderliste3a {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bilderliste3a li {
	background-color: #eceff5;
	border: 1px solid #ff9900;
	clear: right;
	float: left;
	font-size: 14px;
	height: 190px;
	margin: 3px;
	padding: 3px;
	width: 136px;
}
.bilderliste4 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bilderliste4 li {
	background-color: #eceff5;
	border: 1px solid #ff9900;
	clear: right;
	float: left;
	font-size: 14px;
	height: 178px;
	margin: 3px;
	padding: 3px;
	width: 176px;
}
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }
span.menu_separator { background: #ffffff; border-bottom: 1px solid #e0e0e0; color: #ffffff; line-height: 1px; margin: 6px 4px 5px 4px; overflow: hidden; padding: 0; }
#free {
	background-image: -webkit-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff);
	background-image: -moz-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff);
	background-image: -o-linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff);
	background-image: linear-gradient(45deg, #ffffff, #ffbbbb, #aaddaa, #bbbbff, #ffffff);
}
#welcome { margin: 0 auto; width: 700px; }
a.white { color: white; }
.bg_black { background: black; }
.bg_transparent { background: transparent; }
.black { color: black; }
.bo { border: 1px solid black; }
.cb { clear: both; }
.mw700 { max-width: 700px; }
.mw900 { max-width: 900px; }
.mw1000 { max-width: 1000px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w500 { width: 500px; }
.w600 { width: 600px; }
.fs20 { font-size 20px; }
.fs15em { font-size: 1.5em; line-height: 1.5em; }
.fs2em { font-size: 2em; line-height: 2em; }
.dotted_line { line-height: 1px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.h190 { height: 190px; }
.wauto { width: auto; }
