

body {
	font-family: verdana,"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	font-size:10pt;
	width:100%;
	margin:auto auto;
	margin-top:0px;
	text-align:left;
	background-color: #FFFFFF;
}

img { border:0px; }
/*div { border:1px solid; }*/

td {
	font-family: verdana,"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	font-size:10pt;
	/*vertical-align: top;*/
}

td.linksData, tr.linksData {
	font-size: 9pt;
}

.formField{
	margin: 0px 4px 6px 0px;
	font-size: 9pt;
}

.formFieldManagers {
	float: left;
}

.formFieldSelect {
	margin: 0px 4px 6px 0px;
	font-size: 9pt;
}
.error{
	font-weight: bold;
	color: Red;
}

#wrapper {
	float: left;
	width: 100%;
}

#container {
	margin: auto auto;
	display:block;
	background-color: #FFFFFF;
	min-width: 1000px;
}

#footer {
	clear: left;
	width: 100%;
	padding: 4px 0;
	background-color: #aaa;
	text-align:center;
	height:50px;
}

#footer #text a {
	color: #FFFFFF;
}

#footer #text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #00f;
}

a:hover {
    color: #000;
}

#footer #text {
	color:#fff;
	text-align:center;
	padding-top:2px;
	font-size:14px;
	font-weight:600;
}

.clearBoth {
	clear:both;
}

.objectCenter {
	margin:auto auto;
}

.dialog {
	margin-top:10px;
}

.dialog .head {
	padding:0px;
	background-color:#e99a10;
}

.dialog .title {
	background-color:#e99a10;
	font-size:17px;
	color:#fff;
	text-align:center;
	/*font-weight:600;*/
	height:29px;
	margin:0px;
	padding:0px;
}

.dialog .head .left {
	float:left;
	height:29px;
}

.dialog .head .right {
	float:right;
	height:29px;
}

.dialog .body {
	border:2px solid #e99a10;
}

.dialog .body .tcolumn {
	color:#093f68;
	margin:10px;
	border-bottom: 1px solid;
}

.welcome {
	margin-top:  10px;
	padding: 5px;
	border:2px solid #e99a10;
	background-image: url(/img/box_bg.png);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 5px 10px 0px #4a4a4a;
	-moz-box-shadow: 0px 5px 10px 0px #4a4a4a;
	box-shadow: 0px 5px 10px 0px #4a4a4a;
}

.pwelcome {
        margin-top:  10px;
        padding: 5px;
        border:2px solid #09f;
        background-image: url(/img/box_bg.png);
        background-repeat: repeat-x;
        -webkit-box-shadow: 0px 5px 10px 0px #4a4a4a;
        -moz-box-shadow: 0px 5px 10px 0px #4a4a4a;
        box-shadow: 0px 5px 10px 0px #4a4a4a;
	font-size: 1.1em;
        min-height: 210px;
	
}

.swelcome {
        margin-top:  10px;
        padding: 5px;
        border:2px solid #f00;
        background-image: url(/img/box_bg.png);
        background-repeat: repeat-x;
        -webkit-box-shadow: 0px 5px 10px 0px #4a4a4a;
        -moz-box-shadow: 0px 5px 10px 0px #4a4a4a;
        box-shadow: 0px 5px 10px 0px #4a4a4a;
        font-size: 1.1em;
        /*min-height: 250px;*/
        height: 210px;
}

.ewcontent {
	font-size: 1.0em;
	/*min-height: 250px;*/
	height: 230px;
}

span.welcome-content {
	display: block;
	float: left;
}

.t_hr {
	border-bottom: 2px solid #e99a10;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p_hr {
	border-bottom: 2px solid #09f;
	margin-top: 10px;
	margin-bottom: 10px;
}

.s_hr {
	border-bottom: 2px solid #f00;
	margin-top: 10px;
	margin-bottom: 10px;
}

#helptxt {
	display: none;
	border: 2px dashed #e99910;
	padding: 5px;
	margin: 5px;
}

input.button, input[type=button], input[type=submit] {
	background-image: url('/img/button_bg.gif');
	border: 1px solid #e99910;
	color: #000;
	font-weight: bold;
}

input.sbutton {
    background-image: url('/img/button_bg.gif');
    border: 1px solid #f00;
    color: #000;
    font-weight: bold;
}

input.pbutton {
    background-image: url('/img/button_bg.gif');
    border: 1px solid #09f;
    color: #000;
    font-weight: bold;
}

#students input[type=button], #students input[type=submit], #parents input[type=button], #parents input[type=submit], #educators input[type=button], #educators input[type=submit] {
    background-image: url('/img/button_bg.gif');
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
}

.menulink {
    color: #00f;
}

#students.menulink, #parents.menulink {
    color: #fff;
}

fieldset {
	border: 2px solid #e99910;
}

fieldset.collapsed {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 3px;
}

fieldset.expanded {
  padding: 3px;
  border: 2px solid #e99910;
  margin-bottom: 5px;
}

fieldset.collapsed legend, fieldset.expanded legend {
    font-size: 0.8em;
}

.editplanbook {
    text-align: right;
}

.msg {
	border: 2px solid #e99a10;
	padding: 5px;
	margin: 5px;
}

.msg_error {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: #fbe4e4;
    background-image: url(/img/icons/exclamation.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;

}

.msg_warn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    background-color: #fcf9e5;
    background-image: url(/img/icons/error.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
}

.msg_info {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    /*color: #33f;*/
    border-top: 1px solid #33f;
    border-bottom: 1px solid #33f;
    background-image: url(/img/icons/information.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    background-color: #ccf;
}

.msg_success {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    color: #000;
    border-top: 1px solid #0c0;
    border-bottom: 1px solid #0c0;
    background-color: #d7ffd7;
    background-image: url(/img/icons/accept.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
}

select#schools, select#organizations {
    max-width: 400px;
}

.webeditor_menu {
	text-align: left;
}

.sheader {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.pheader {
    background-color: #09f;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

#blog_title{
    font-weight: bold;
    font-size: 1.2em;
}

#blog_entry {
    border-bottom: 2px solid #aaa;
    padding: 10px;
}

#blog_entry:hover {
    background-color: #eee;
}

#blog_menu {
    float: right;
    display: none;
}

#blog_entry:hover #blog_menu {
    display: block;
}

#blog_posted, #blog_attached {
    color: #777;
    font-size: 0.8em;
}

.selectAcct {
	width: 300px;
}

.blog_comments {
	margin-left: 15px;
	margin-bottom: 10px;
}

.comment {
	margin-top: 30px;
}

.comment_author, .comment_content, .comment_footer {
	margin: 8px;
}

.comment_author {
	font-weight: bold;
}

.comment_footer {
	font-weight: bold;
	font-size: 8pt;
}

#add_comment{
	margin-top: 20px;
}

.comment_textarea {
	margin-top: 10px;
}

#dash_rss {
    border: 2px solid #e99910;
    width: 99%;
}

.feed_item {
    padding: 5px;
    border-bottom: 1px solid black;
}

.calendar-planbook-img {
	float: right;
	/*margin-top: -12px;*/
	margin-right: 2px;
}

a.planbook-viewday-link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

p.export-img {
	text-align: center;
}

.features-ul {
	margin-left: -15px;
}
