/* @override 
	http://sch.im.local/css/style.css
*/

/* @group yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* @end */


/* @group reset5.googlecode.com/hg/reset.css */
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, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
    display: block;
}

nav ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0 !important;
    margin: 0 !important;
}

input, select, a img {
    vertical-align: middle;
}
/* @end */

/* @group basic elements */
html {
    background: #84817c url(img/paper-bg.jpg) center;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #666;
    background-color: #fff;
    line-height: 1.7;
    font-size: 12px;
}
html,body {
    min-width: 950px;
}
h1,h2,h3,h4 {
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font: 16px;
    clear: both;
    
}
h1 span.meta,h2 span.meta,h3 span.meta,h4 span.meta {
    font-size: 14px;
    color: #888;
    font-weight: normal;
}
h2 {
    font-size: 24px;
    font-weight: bold;
}
a {
    color: #3b78c0;
}
a:hover,
a:focus {
    color: #346b98;
}
section {
    padding: 0 0 3em 0;
}
input.hinted {
    color: #ccc;
}
strong {
    font-weight: bold;
    color: #000;
}
abbr {
    border-bottom: dotted 1px;
    cursor: help;
}
sup {
    line-height: 1;
    font-size: 84%;
    vertical-align: super;
}
dl {
    margin: 1em;
}
dt {
    font-weight: bold;
    float: left;
}
dd {
    margin-left: 2em;
}
p {
    clear: both;
}
p img {
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
}
/* @end */

/* @group Layouts */

div.layout {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 950px;
}
/* For now we still require the .clear div for some browsers*/
div.layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.qm_cols-2 .qm_col {
    float: left;
    width: 49%;
    margin-left: 2%;
    *width: 48.8%;
    *margin-left: 1.9%;
}
.qm_cols-2a .qm_col {
    width: 38%;
    *width: 37.8%;  
}
.qm_cols-2a .first {
    width: 64%;
    *width: 63.8%;
}
.qm_cols-2 .first,
.qm_cols-2a .first {
    margin-left: 0;
}
.qm_cols-2,
.qm_cols-2a {
    zoom: 1;
}
.qm_cols-2:after,
.qm_cols-2a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.qm_cols-3 .qm_col {
    float: left;
    width: 32%;
    margin-left: 2%;
    *width: 31.8%;
    *margin-left: 1.9%;
}
.qm_cols-3 .first {
    margin-left: 0;
}
.qm_cols-3 {
    zoom: 1;
}
.qm_cols-3:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.clear {
    clear: both;
}

/* @end */


/* @group Clearfix */

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.iclear {
	clear: both;
}
/* @end */
body header {
    padding-bottom: 2em;
    background: #e8f3fb url(img/header_bg.gif) top repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fffff1),
            to(#e8f3fb),
            color-stop(0.25, #fff)
        );
}

/* @group Panel */
div.panel {
    clear: both;
    border: solid 1px #eee;
    margin: 1em 12px 2em 12px;
    padding: 0.5em 1em;
    background: #e8f3fb url(img/header_bg.gif) top repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fffff1),
            to(#e8f3fb),
            color-stop(0.25, #fff)
        );
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
div.panel h2,
div.panel h3 {
    font-size: 18px;
}
div.panel li {
	list-style: disc outside;
	margin-left: 2em;
}
div.panel p {
	margin-bottom: .5em;
}
div.panel
div.alertpanel {
    clear: both;
    border: solid 1px #eee;
    margin: 1em 12px 2em 12px;
    padding: 0.5em 1em;
    background-color: #ffeaea;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fffff1),
            to(#fff9f9),
            color-stop(0.25, #ffeaea)
        );
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

/* @end */

/* @group Header: Site Title */
body header h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body header h1 a{
    float: left;
    line-height: 1;
    margin-top: 13px;
    padding-top: 22px;
    padding-left: 90px;
    min-height: 40px;
    background: url(img/sch_logo_large.gif) no-repeat top left;
    color: #888;
    font-size: 16px;
    text-decoration: none;
}
body header h1 a span {
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 12px;
}
/* @end */

/* @group Header: Nav */
body header nav#nav-acc {
    padding-right: 1em;
    float: right;
    margin-top: .5em;
}
body header nav#nav-acc li {
    float: left;
    margin-left: 1em;
}
body header nav#nav-acc a {
    color: #000;
    font-size: 11px;
}
body header nav#nav-acc .nav-acc-hide {
    display: none;
}
body header nav#nav-acc li#nav-acc-abuse a {
    padding: 2px 0;
    padding-left: 20px;
    background: url(img/ceop_eye.gif) no-repeat left center;
    background-size: contain;
}
body header nav#nav-acc li#nav-acc-talk a {
    padding: 2px 0;
    padding-left: 20px;
    background: url(img/talk_bug.png) no-repeat left center;
    background-size: contain;
}
body header nav#nav-top {
    clear: right;
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: -3em;
}
body header nav#nav-top>ul {
    line-height: 28px;
    background-color: #3b78c0;
    padding: 0 1em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}
body header nav#nav-top ul a {
    color: #fff;
    text-decoration: none;
    padding: .5em 0;
}
body header nav#nav-top li.active a {
    text-decoration: underline;

}
body header nav#nav-top ul a:hover {
    text-decoration: underline;
}
body header nav#nav-top li {
    display: inline;
    margin-left: 1em;
    position: relative;
}
body header nav#nav-top>ul>li:first-child {
    margin-left: 0;
}
body header nav#nav-top div.submenu {
	display: none;
	padding-top: 20px;
	margin-top: -.5em;
	margin-left: -1em;
	z-index: 999;
	position: absolute;
	line-height: 1.5;
	background: url(img/submenu_top.png) no-repeat 1em top;
	left: 0;
}

body header nav#nav-top li:hover div.submenu {
	display: block;
}
body header nav#nav-top li div.submenu h3 {
	background-color: #7d8896;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
}
body header nav#nav-top div.submenu li {
	width: 100%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}
body header nav#nav-top div.submenu li a {
	display: block;
	background-color: #486c96;
	text-align: left;
	padding: 0 1em;
	border-bottom: 1px solid #3b597c;
	white-space: nowrap;
}
body header nav#nav-top div.submenu li a:hover,
body header nav#nav-top div.submenu li a:focus {
	background-color: #3b597c;
	text-decoration: none;
}
/* @end */
/* @group Header: Breadcrumbs */
#breadcrumbs {
    margin-right: 1em;
    float: right;
    clear: both;
}
/* @end */
/* @group Header: Intro */
div#intro { 
    clear: both;
    float: right;
    margin-top: 36px;
    margin-bottom: 1em;
    margin-left: -270px;
    width: 270px;
}
div#intro h2 {
    letter-spacing: -1px;
    font-size: 16px;
}
div#intro li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2em;
    font-weight: bold;
}
div#intro p {
    font-size: 14px;
}

/* @end */

/* @group Header: Headlines */

body header section#headlines {
    text-align: left;
    padding-top: 3em;
    padding-bottom: 0;
}
.headlines li {
    position: relative;
    display:block;
    float:left;
    width: 200px;
    height: 200px;
    margin: 0 20px 1em 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-transition: width .2s ease-in;*/
}
.headlines img {
    /*Should be done with a mask*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.headlines h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    color: #fff;
}
.headlines h4 {
    color: #fff;
    font-weight: bold;
}
.headlines h3 a{
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    width: 200px;
    height: 200px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: url(img/headline_title_bg.png) 0 bottom repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0,0,0,0)),
            to(rgba(0,0,0,0.9)),
            color-stop( 0.85, rgba(0,255,0,0)),
            color-stop( 0.85, rgba(0,0,0,0.5))
        );
    -webkit-border-radius: 6px;
    /*-moz-border-radius: 6px; Disabled as moz does not give images rounded corners*/
    border-radius: 6px;
}
.headlines li:hover h3 a {
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0,0,0,0)),
            to(rgba(0,0,0,0.9)),
            color-stop( 0.85, rgba(232,243,231,0)),
            color-stop( 0.85, rgba(70,144,207,0.5))
        );
}

.headlines li:hover {
    width: 400px;
}
.headlines div.description {
    color: #fff;
    padding: .5em;
    text-align: left;
    position: absolute;
    top: 0;
    left: 200px;
    height: auto;
    width: 190px;
}
/* @end */
/* @group Search */

section#search {
    clear: both;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #d9d9d9;
    background: #fefefe url(img/search_bg.gif) bottom repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fdfdfd),
            to(#f3f3f3)
        );
    width: 100%;
    padding: 1em 0;
    margin-bottom: 5em;
    position: relative;/*For IE*/
    z-index: 1;/*For IE*/
}
section#search form {
    height: 3em;
    position: relative;
    width: 29.1em; /*(12*20+8*12)/12 = 28em but for ie and opera the width must be greater*/
    margin: 0 auto;
}
section#search button {
    line-height: 2.5;
    height: 100%;
    width: 8em;
    color: #000;
    border: outset 1px #d8d8d8;
    float: right;
    background: #fafaed url(img/button_bg.gif) bottom repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fafaed),
            to(#e3e3eb)
        );
    text-shadow: #fff 1px 1px 1px;
    -webkit-border-top-right-radius: 1.5em;
    -webkit-border-bottom-right-radius: 1.5em;
    -moz-border-radius-topright: 1.5em;
    -moz-border-radius-bottomright: 1.5em;
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
section#search button:hover {
    cursor: pointer;
    background: #ebeacc url(img/button_hover_bg.gif) bottom repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#eaeacd),
            to(#c3c3cb)
        );
}
section#search button.pressed,
section#search button.pressed:hover,
section#search button.pressed:focus {
    background: #acab85 url(img/button_press_bg.gif) bottom repeat-x;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#7d7d84),
            to(#acab85)
        );
    text-shadow: rgba(255,255,255,.5) 1px 1px 1px;
}
section#search div.input {
    float: right;
    border: 1px inset #bfbfbf;
    background-color: #fff;
    border-right: none;
    height: 2.85em;
    -webkit-border-top-left-radius: 1.5em;
    -webkit-border-bottom-left-radius: 1.5em;
    -moz-border-radius-topleft: 1.5em;
    -moz-border-radius-bottomleft: 1.5em;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;

    
}
section#search input {
    border: none;
    background: transparent;
    padding: 0 .5em;
    font-size: 20px;
    line-height: 1.5;
    -webkit-border-top-left-radius: 1.5em;
    -webkit-border-bottom-left-radius: 1.5em;
    -moz-border-radius-topleft: 1.5em;
    -moz-border-radius-bottomleft: 1.5em;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    height: 100%;
    width: 11em;
}
#quicksearch {
    display: none;
    margin-top: 0.7em;
    border: solid 1px #bbb;
    position: absolute;
    left: 50%;
    margin-left: -15em;
    width: 30em;
    zoom: 1;
    background-color:#fafafa;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#f3f3f3),
            to(#fdfdfd)
        );

}
#quicksearch h2 {
    font-size: 16px;
    padding: 0 .5em;
    color: #333;
    text-shadow: 0px 1px 2px #fff;
    background-color: #ededed;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(164,164,164,.5)),
            to(rgba(228,228,228,0.3))
        );
    border-bottom: solid 1px #ccc;
}
#quicksearch li {
    border-bottom: solid 1px #e6e6e6;
}
#quicksearch li:nth-child(odd) {
    background: #fff;
}
#quicksearch li:hover,
#quicksearch li:focus {
    background-color: #eaf5f9;
}
#quicksearch li h3 a {
    display: block;
    color: #000;
    padding: .5em;
    font-size: 12px;
    text-decoration: none;
}
#quicksearch li h3 a span {
    color: #888;    
}
#quicksearch_see_all {
    text-align: center;
}
#quicksearch ul.sites {
    display: none;
}
#quicksearch ul.results li.highlighted {
    background-color: #fcfc82;
}
/* @end */

/* @group Content: Highlights */
section#highlights {
    float: right;
    width: 35%;
}
section#highlights div.panel {
	margin-bottom: 4em;
}
section#highlights div.notepaper{
    padding: 9px;
    margin-top: -10px;
    background-color: #fbfced;
    -webkit-transform:rotate(-1deg) translate(0,10px);
    -moz-transform: rotate(-1deg) translate(0,10px);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
section#highlights div.notepaper h2 {
    margin-top: -24px;
    padding-top: 24px;
    padding-bottom: 46px;
    margin-bottom: -46px;
    background: url(img/paperclip.png) no-repeat 95% top;
}

section#highlights div.notepaper li .meta {
    color: #999;
}
section#highlights div.notepaper li{
    margin: 0 0 1em 0;
    padding: .5em 0 0;
    border-bottom: 1px solid #f3f4e1;
    position: relative;
}
section#highlights div.notepaper li.has_icon
{
    padding-left: 50px;
}
section#highlights div.notepaper li:last-child {
    border-bottom: none;
}
section#highlights div.notepaper li h3 {
    letter-spacing: 0.0833em;   
}
section#highlights div.notepaper li h3 a {
    text-decoration: none;
    display: inline-block;
    padding: 0 .2em;
    margin: 0 -.2em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}
section#highlights div.notepaper li h3 a:hover {
    background-color: #3b78c0;
    color: #fff;
}
section#highlights div.notepaper img.icon {
    position: absolute;
    left: 0;
    top: .6em;
    -webkit-border-radius: 6px;
    background-color: #eee;
    width:40px;
    height: 40px;
}
/* @end */

/* @group Content: Recent Activity */
section#recent {
    width: 60%;
    float: left;
}
section#recent h2 {
    margin-bottom: .5em;
}
ul.activity {
    margin-bottom: 1em;
}
ul.activity li.hidden {
    opacity: .4;
}
ul.activity li.hidden:hover {
    opacity: 1;
}
ul.activity li.hidden *{
    color: #ccc;
}
ul.activity li.hidden h3 a{
    background-color: #f4f7f9;
}
ul.activity li.hidden h3 a,
ul.activity li.hidden p {
    text-decoration: line-through;  
}
ul.activity li h3 {
    margin: 0 -.5em;
    letter-spacing: 0.0833em;
}
ul.activity li h3 a {
    display: block;
    text-decoration: none;
    background-color: #edf3f9;
    padding: 0 .5em;
    -webkit-border-top-left-radius: .5em;
    -webkit-border-top-right-radius: .5em;
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-topright: .5em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    -webkit-transition: background-color .2s ease-out;
}
ul.activity li.starred h3 a {
    background-image: url(img/star_16.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 26px;
}
ul.activity li p.meta {
    color: #999;
    display: block;
    text-align: right;
    background-color: #fafafa;
    padding: 0 .5em;
    margin: 0 -.5em;
}
ul.activity li p.meta a {
    color: #6d839d;
    text-decoration: none;
}
ul.activity li p.meta a.read-more {
    float: left;
    margin: 0;
}
ul.activity li.activity-item:hover p.meta a {
    color: #3b78c0; 
}
ul.activity li p.meta a:hover {
    text-decoration: underline;
}
ul.activity li.odd {
    float: left;
    clear: both;
    width: 48%;
}
ul.activity li.even {
    float: right;
    width: 48%;
}
ul.activity li{
    margin: 0 0 4em 0;
    padding: 0 .5em;
    border-bottom: solid 1px #eee;
    position: relative;
    overflow: hidden;
}
ul.activity li.has_icon
 {
    padding-left: 50px;
}
ul.activity li:last-child {
    border-bottom: none;
}
ul.activity li h3 a:hover {
    background-color: #3b78c0;
    color: #fff;
}
ul.activity li.starred h3 a:hover {
    background-image: url(img/star_hover_16.gif);
}
ul.activity img.icon {
    position: absolute;
    left: 0;
    top: .6em;
    -webkit-border-radius: 6px;
    background-color: #eee;
    width:40px;
    height: 40px;
}
ul.activity li.mini-list {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    line-height: 2em;
    margin: 0;
    padding: 0;
}
ul.activity li.mini-list div.single-line-content {
    width: 120%;
    height: 2em;
    overflow: hidden;
}
ul.activity li.mini-list h3 {
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 0.5em;
}
section#recent ul.activity li.mini-list h3 a {
    color: #acc5e5;
}
ul.activity li.mini-list a {
    color: #98b6d8;
    padding: 0;
    display: inline;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color .1s linear;
}
ul.activity li.mini-list h3 a {
    color: #3b78c0;
}
ul.activity li.starred.mini-list h3 a {
    background-image: url(img/star2_16.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
ul.activity li.mini-list p {
    display: inline;
    color: #999;
    line-height: 2em;
    -webkit-transition: color .15s linear;
}
section#recent ul.activity li.mini-list p {
    color: #ccc;
}
section#recent ul.activity li.mini-list:hover a,
ul.activity li.mini-list:hover a {
    color: #3b78c0;
}
section#recent ul.activity li.mini-list:hover p,
ul.activity li.mini-list:hover p {
    color: #666;
}
ul.activity li.mini-list:hover {
    background-color: #fafafa;
}
ul.activity li.mini-list a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #346b98;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
/* @group More Link etc. */

#recent h2 {
    font-size: 24px;
    float: left;
}
#recent ul {
    clear: both;
}
/* @end */

/* @end */

/* @group Content: Information
 */

section#information {
    float: right;
    width: 35%;
    padding-top: 2em;
}
/* @end */

/* @group Content: General */
section#content form {
    border: 1px dashed #acc6e5;
    background-color: #f4f9ff;
    padding: 1em;
    margin: 1em 0;
    width: auto;
}
section#content form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
section#content form dl {
    margin: 0;
    width: 100%;
}
section#content form dt {
    color: #333;
    float: left;
    clear: both;
    width: 25%;
    margin: 0;
    text-align: right;
}
section#content form dd {
    float: right;
    width: 73%;
    margin: 0 0 1em 0;
}
section#content form dd input {
    float: left;
    width: 75%;
}
section#content form dd div {
    text-align: left;
    clear: both;
}
section#content form dd div input[type="checkbox"] {
    width: auto;
    float: none;
}
section#content form dd input[type="submit"] {
    width: 100%;
}
section#content form .errors {
    color: #940606;
    clear: both;
}
input[type="text"],
input[type="password"],
textarea {
    -webkit-transition: background .5s linear;
    padding: .2em;
}
textarea {
    display: block;
    width: 99%;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    background-color: #fdfdad;
}
input[type="button"],input[type="submit"] {
    font-weight: bold;
    text-shadow: #fff 1px 1px 4px;
    letter-spacing: 1px;
    min-width: 12.5em;
    line-height: 2em;
    border: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #ececec;
    background: url(img/button-bg.gif) repeat-x 0 center;
    -webkit-transition: background .15s linear;
    -webkit-box-shadow: rgba(122,122,122,.3) 0px 3px 7px,  0 0 3px #1d83e5;
    -moz-box-shadow: rgba(122,122,122,.3) 0px 3px 7px,  0 0 3px #1d83e5;
    box-shadow: rgba(122,122,122,.3) 0px 3px 7px,  0 0 3px #1d83e5;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
     border-radius: .4em;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus {
    cursor: pointer;
    -webkit-box-shadow: rgba(122,122,122,.3) 0px 3px 3px,  0 0 10px #1d83e5;
    -moz-box-shadow: rgba(122,122,122,.3) 0px 3px 3px,  0 0 10px #1d83e5;
    -box-shadow: rgba(122,122,122,.3) 0px 3px 3px,  0 0 10px #1d83e5;
    background-position: 0 bottom;
}
span.jquery-showpassword {
    margin-left: .5em;
    float: left;
}
span.jquery-showpassword label,
span.jquery-showpassword input {
    width: auto!important;
    float: left;
    margin-top: .4em;
}
span.jquery-showpassword label {
    padding-left: .5em;
    margin-top: 0px;
}
/* @end */

/* @group Footer */
#copyright {
    clear: both;
    margin-top: 3em;
    text-shadow: #a5a5a5 1px 1px 1px;
    float: left;
}
footer {
    clear: both;
    color: #353535;
    background: #84817c url(img/paper-bg.jpg) center top;
    margin-bottom: 1em;
}
footer p {
    clear: none;
}
footer a {
    color: #3d454c;
}
footer a:hover,
footer a:focus {
    color: #1c2226;
}
footer div.layout-wrapper {
    padding-top: 2em;
    padding-bottom: 1px;
    background: url(img/spikes-bottom.png) repeat-x top;
}
footer nav {
    text-align: right;
    margin-bottom: 1em;
}
footer nav li {
    display: inline-block;
    margin-left: 1em;
}
footer nav li:first-child {
    margin-left: 0;
}
footer a.quesmedia_link {
    text-decoration: none;
    float: right;
    margin-top: .29em;
    font-size: 12px;
    margin-right: -.5em;
    padding: 0 .5em;
    border: 1px inset rgba(153,153,153,0.5);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-transition: background-color .2s ease-out;
}
footer a.quesmedia_link:hover {
    background-color: rgba(255,255,255,0.1);
}
/* @end */


.pagination-status {
    color: #000000;
    background-color: #eaf2fe;
    padding: .2em 1em;
    border-top: 1px solid #b5d4ff;
    margin-bottom: 1em;
}
.paginationControl {
    clear: both;
  margin: .5em 0;
}
.paginationControl a {
    padding: 0 .3em;
}
.paginationControl .current {
    color: #000000;
    background-color: #e8e8e8;
    padding: .1em .3em;
}
.paginationControl a.next-prev {
    padding: 0 .5em;
    text-decoration: none;
}
.paginationControl a.next-prev:hover,
.paginationControl a.next-prev:focus {
    text-decoration: underline;
}

/* @group Admin Styles */
.admin-block {
    text-align: center;
    padding-top: 5px;
    color: #444;
    background: #fff url(img/adminnav-w-bg.gif) repeat-x 0 bottom;
    letter-spacing: 1px;
}
header .admin-block {
    padding-top: 10px;
    color: #aaa;
    background: #444 url(img/adminnav-bg.gif) repeat-x 0 bottom;
}
.admin-block ul.primary-menu li{
    margin: 0;
    float: left;
    border: none;
}
ul.activity .admin-block {
    line-height: 1;
    margin: 0 .5em 0 -.5em;
    float: right;
}
ul.activity p {
    clear: none;
}
header .admin-block a {
    color: #acd7e5;
}
header .admin-block a.active,
header .admin-block a.active:hover,
header .admin-block a.active:focus {
    color: #fff;
}
header .admin-block a:hover,
header .admin-block a:focus {
    color: #d7e9ef;
}
header .admin-block a.logout {
    color: #ef8082;
}
header .admin-block a.logout:hover,
header .admin-block a.logout:focus {
    color: #f9b8ba;
}
header .admin-block strong {
    color: #fff;
}
header .admin-block h2 {
    float: left;
    padding: .2em 1em;
    font-size: 12px;
    color: #eee;
}
div.admin-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.admin-block ul.primary-menu li a {
    float: left;
    padding: .2em 1em;
    margin: 0 10px 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    background-color:rgba(255,255,255,0.4);
    border: solid 1px #ccc;
}
header .admin-block ul.primary-menu li a {
    margin-bottom: 10px;
    border: none;
    background-color:rgba(255,255,255,0.1);
    -webkit-box-shadow: #000 0px 0px 5px;
    -moz-box-shadow: #000 0px 0px 5px;
    box-shadow: #000 0px 0px 5px;
}
ul.activity .admin-block ul.primary-menu li a {
    margin: 0 0 5px 0;
}
.admin-block ul.primary-menu li a.active {
    -webkit-box-shadow: #eeffff 0px 0px 5px;
    -moz-box-shadow: #eeffff 0px 0px 5px;
    box-shadow: #eeffff 0px 0px 5px;
    background-color:rgba(0,0,0,0.3);
}
.admin-block ul.secondary-menu {
    float: right;
}
.admin-block ul.secondary-menu li {
    float: left;
    padding: .2em 0 .2em 1em;
}
.admin-block ul.primary-menu li a:hover,
.admin-block ul.primary-menu li a:focus {
    background-color:rgba(255,255,255,0.7);
}
header .admin-block ul.primary-menu li a:hover,
header .admin-block ul.primary-menu li a:focus {
    background-color:rgba(0,0,0,0.3);
}
section#content div.admin-block form
 {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
section#content div.admin-block form input[type="text"] {
    width: 100%;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    border-width: 1px;
    color: #000;
}
ul.activity li.mini-list .date {
    float: left;
    margin-right: 1em;
    color: #aaa;
    width: 10em;
}
ul.activity a.admin-option-starred,
ul.activity a.admin-option-visibility {
    opacity: .2;
    float: left;
    margin-right: 1em;
    margin-top: .2em;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: 16px;
    background-repeat: no-repeat;
    background-image: url(img/admin_options_sprite.gif);
}
ul.activity li:hover a.admin-option-starred,
ul.activity li:hover a.admin-option-visibility {
    opacity: 1;
}
ul.activity a.admin-option-starred {
    background-position: 0 -16px;
}
ul.activity a.admin-option-visibility {
    background-position: -16px -16px;
}
ul.activity a.admin-option-starred:hover {
    background-position: 0 0;   
}
ul.activity a.admin-option-visibility:hover {
    background-position: -16px 0;   
}

ul.activity div.meta-information {
    -webkit-transition: opacity 0.2s linear;
    opacity: 0;
    overflow:hidden;
    position: absolute;
    border: solid 1px #edf3f9;
    background-color: #f9fcff;
    left: 0;
    right: 0;
    padding: 0 .5em;
    border-top: none;
    -webkit-border-bottom-left-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
    -moz-border-radius-bottomleft: .5em;
    -moz-border-radius-bottomright: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}
ul.activity div.meta-information * {
    display: inline;
}
ul.activity li.activity-item:hover div.meta-information{
    opacity: 1;
}
/* @end */

#ajax_progress {
    position: absolute;
    top: 14px;
    right: 4px;
    width: 16px;
    height: 16px;
}
#ajax_progress.running {
    background: url(img/ajax-loader.gif) no-repeat left top;
}
#ajax_progress.complete{
    background: url(img/ajax_status.gif) no-repeat left top;
}
#ajax_progress.error{
    background: url(img/ajax_status.gif) no-repeat left bottom;
}
#flash-messages {
    z-index: 1;
    text-align: center;
    padding: .2em 0;
    background-color: #fcfc82;
}


/* @group Tables */

table {
	width: 100%;
	background-color: #fff;
	margin: 1em 0;
}
td, th{
	text-align: left;
	border: none;
}
td {
	padding: .5em;
	vertical-align: top;
	color: #2e2e2e;	
}
th{
	padding: .2em .5em;
	font-weight: bold;
}
tr th {
	border: none;
	color: #000;
	background: #f4f4f4;
	border-top: 1px solid #c5c8de;
	border-bottom: 1px solid #86899d;
}
tr {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}
tr:nth-child(odd){
	background-color: #f9f9f9;
}
tr:hover {
    background-color: #fcffea;
	text-align: left;
}
td .single-line {
	margin-bottom: -.5em;
	display: inline-block;
	width: auto;
	position: relative;
	overflow: hidden;
}
td .single-line .single-line-content {
	float: left;
	line-height: 1.4;
	height: 1.3em;
	width: 120%;
	padding: 0 0 .3em 0;
}
td .meta {
	font-size: 12px;
	color: #999;

}

tr.intrash .single-line,
tr.intrash .icon {
	opacity: .5;
	text-decoration: line-through;
}
tr.intrash .icon.trash_full {
	opacity: 1;
	text-decoration: none;
}
/* @end */

/* @group buttons */
.button {
    -webkit-font-smoothing: subpixel-antialiased;
	padding: 0 6px;
	margin: -1px;
	border: 1px solid #38f;
	display: inline-block;
	text-decoration: none;
	color: #000;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	transition: background-color 0.2s ease-out,color 0.15s ease-out;
	-webkit-transition: background-color 0.2s ease-out,color 0.15s ease-out;
	-moz-transition: background-color 0.2s ease-out,color 0.15s ease-out;
	-o-transition: background-color 0.2s ease-out,color 0.15s ease-out;
	font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #cce0ff;
	white-space: nowrap;
	
}
input.button {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1e,;
	border-radius: 1em;
}
a.button,
input.button {
	margin: .5em 0 1em 0;
	border: none!important;
	-webkit-box-shadow: 1px 1px 3px #555;
	-moz-box-shadow: 1px 1px 3px #555;
	box-shadow: 1px 1px 3px #555;
	/***  CSS Gradient  ***/
	/*  Chrome 1-9 and Safari 4-5.0  */
	background-image: -webkit-gradient(linear, left top, left bottom,
	    color-stop( 0.0, rgba(255, 255, 255, 0.500) ),
	    color-stop( 0.100, rgba(255, 255, 255, 0.800) ),
	    color-stop( 0.200, rgba(255, 255, 255, 0.300) ),
	    color-stop( 0.800, rgba(163, 163, 163, 0.300) ),
	    color-stop( 1.0, rgba(255, 255, 255, 0.600) ));
	
	/*  Chrome 10+ Safari 5.1+ Mobile Safari  */
	background-image: -webkit-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.800) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.300) 80.0%,
	    rgba(255, 255, 255, 0.600) );
	
	/*  Firefox 3.6+  */
	background-image: -moz-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.800) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.300) 80.0%,
	    rgba(255, 255, 255, 0.600) );
	
	/*  IE 10+  */
	background-image: -ms-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.800) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.300) 80.0%,
	    rgba(255, 255, 255, 0.600) );
	
	/*  Opera 11.10+  */
	background-image: -o-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.800) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.300) 80.0%,
	    rgba(255, 255, 255, 0.600) );
	
	/*  W3C  */
	background-image: linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.800) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.300) 80.0%,
	    rgba(255, 255, 255, 0.600) );

	background-color: #cce1ff;
}
td a.button,
td input.button {
	margin: 0;
}
a.button:hover,
a.button:focus,
input.button:hover,
input.button:focus {
	cursor: pointer;
	color: #fff;
	/***  CSS Gradient  ***/
	/*  Chrome 1-9 and Safari 4-5.0  */
	background-image: -webkit-gradient(linear, left top, left bottom,
	    color-stop( 0.0, rgba(255, 255, 255, 0.500) ),
	    color-stop( 0.100, rgba(255, 255, 255, 0.500) ),
	    color-stop( 0.200, rgba(255, 255, 255, 0.300) ),
	    color-stop( 0.800, rgba(163, 163, 163, 0.000) ),
	    color-stop( 1.0, rgba(255, 255, 255, 0.500) ));
	
	/*  Chrome 10+ Safari 5.1+ Mobile Safari  */
	background-image: -webkit-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.500) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.000) 80.0%,
	    rgba(255, 255, 255, 0.500) );
	
	/*  Firefox 3.6+  */
	background-image: -moz-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.500) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.000) 80.0%,
	    rgba(255, 255, 255, 0.500) );
	
	/*  IE 10+  */
	background-image: -ms-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.500) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.000) 80.0%,
	    rgba(255, 255, 255, 0.500) );
	
	/*  Opera 11.10+  */
	background-image: -o-linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.500) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.000) 80.0%,
	    rgba(255, 255, 255, 0.500) );
	
	/*  W3C  */
	background-image: linear-gradient(top,
	    rgba(255, 255, 255, 0.500), 
	    rgba(255, 255, 255, 0.500) 10.0%,
	    rgba(255, 255, 255, 0.300) 20.0%,
	    rgba(163, 163, 163, 0.000) 80.0%,
	    rgba(255, 255, 255, 0.500) );

	background-color: #005fe5;
}
a.button:active,
input.button:active {
	color: #fff;
    background-color: #00357f;
}
.button.positive {
	border-color: #87b211;
	background-color: #df9;
}
a.button.positive,
input.button.positive {
	border-color: #87b211;
}
a.button.positive:hover,
a.button.positive:focus,
input.button.positive:hover,
input.button.positive:focus {
  	background-color: #56ae00;
  	
  	
}
a.button.positive:active,
input.button.positive:active {
  	background-color: #447900;
}
a.button.negative,
input.button.negative {
}
.button.negative {
	border-color: #ff3336;
	background-color: #ffb1b3;
}
a.button.negative:hover,
a.button.negative:focus,
input.button.negative:hover,
input.button.negative:focus {
  	background-color: #e50003;
}
a.button.negative:active,
input.button.negative:active {
  	background-color: #7f0002;	
}
.button.cancel {
	border-color: #9b9b9b;
	background-color: #cbcbcb;
}
a.button.cancel:hover,
a.button.cancel:focus,
input.button.cancel:hover,
input.button.cancel:focus {
  	background-color: #656565;
}
a.button.cancel:active,
input.button.cancel:active {
	background-color: #323232;
}
h2 .button {
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
	line-height: 1.75;
	margin: 0 .5em;
}
a.text-button {
	line-height: 1;
	border-radius: 1em;
	color: #0055cb;
	border: 1px solid #0055cb;
	padding: 0 .3em;
	text-decoration: none;
	font-family: "Andale Mono", Courier, monospace, mono;
}
a.text-button:hover,
a.text-button:focus {
	color: #fff;
	background-color: #38f;
}
a.text-button:active {
	color: #fff;
	background-color: #0055cb;
}

a.text-button.positive {
	color: #87b211;
	border: 1px solid #87b211;
	background-color: #fff;
}
a.text-button.positive:hover,
a.text-button.positive:focus {
	color: #fff;
	background-color: #87b211;
}
a.text-button.positive:active {
	color: #fff;
	background-color: #5d7f00;
}
a.text-button.negative {
	color: #cb282b;
	border: 1px solid #cb282b;
	background-color: #fff;
}
a.text-button.negative:hover,
a.text-button.negative:focus {
	color: #fff;
	background-color: #cb3d3f;
}
a.text-button.negative:active {
	color: #fff;
	background-color: #982d2f;
}

a.text-button.cancel {
	color: #656565;
	border: 1px solid #656565;
	background-color: #fff;
}
a.text-button.cancel:hover,
a.text-button.cancel:focus {
	color: #fff;
	background-color: #9b9b9b;
}
a.text-button.cancel:active {
	color: #fff;
	background-color: #656565;
}
/* @end */
#nav-top #e4l-menu-item a {
	margin: 0 -5px;
	padding: 0 5px;
	
}
#nav-top #e4l-menu-item a:hover,
#nav-top #e4l-menu-item a:focus {
	background: url(e4l/e4l_menu_icon.gif) no-repeat center bottom;
	text-decoration: none;
}

/* @group Homepage Intro Form */
#intro form {
	width:  100%;
}
#intro form legend {
	font-size: 16px;
	width: 100%;
	text-align: center;
}
#intro form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#intro form dl {
    margin: 0;
    width: 100%;
}
#intro form dt {
    color: #333;
    float: left;
    clear: both;
    width: 25%;
    margin: 0;
    text-align: right;
}
#intro form dd {
    float: right;
    width: 73%;
    margin: 0 0 1em 0;
}
#intro form dd input {
    float: left;
    width: 90%;
}

#intro form dd div input[type="checkbox"] {
    width: auto;
    float: none;
}
#intro form input {
	
}
#intro form input[type="submit"] {
    width: 100%;
}


/* @end */

/* @group JS Are You Sure? */
.js_are_you_sure .js_are_you_sure_on {
	display: none;
}
/* @end */


/* @group icons */
span.icon {
	background-color: #3b78c0;
	font-size: 12px;
	line-height: 22px;
	padding: 1px 3px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	white-space: nowrap;
}
span.icon.trash_full {
	padding: 2px 3px 2px 18px;
	color: #000;
	background: transparent url(img/trash_full.png) no-repeat 2px center;
}
span.icon.trash {
	padding: 2px 3px 2px 18px;
	color: #000;
	background: transparent url(img/trash.png) no-repeat 2px center;
}
span.icon.incomplete {
	font-weight: normal;
	background-color: #efedee;
	color: #cb2e2e;
}
/* @end */
