﻿/*
	Theme Name: Sarc Style	
	Version: 1.0	
*/

body
{
    background: #ffffcc;
    color: #555555;
    font-size: 12px;
    font-family: Verdana;
    margin: 0 auto 0;
    padding: 0;
}

.EdDataBody
{
	line-height:20px;
}

b.red
{
    color: #b02b2e;
}

#sarc-inside b
{
    color: #6e6e6e;
}
input#jumptotop
{
    width: 0px;
    height: 0px;
    border: 0px;
    padding:0px;
    position: absolute;
}
strong
{
    color: #6e6e6e;
}

h1
{
    font-family: Helvetica;
    color: #1a4678;
    font-size: 36px;
    font-weight: 900;
    line-height: 12px;
}
h2
{
    font-family: Helvetica;
    color: #1a4678;
    font-size: 23px;
    font-weight: 600;
    line-height: 6px;
}
h3
{
    font-family: Helvetica;
    color: #646464;
    font-size: 23px;
    font-weight: 400;
    line-height: 6px;
}

h3.r
{
    color: #b02b2e;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

h3.b
{
    color: #1a4678;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

/***** Hyperlinks ********************/

a, a:visited
{
    color: #1a4678;
    text-decoration: underline;
}

a:hover
{
    color: #1a4678;
    text-decoration: underline;
}

a img
{
    border: none;
}

a:focus, a:hover, a:active
{
    outline: none;
}

/***** Wrap   ********************/
.innerWrap
{
   width: 960px;
   margin: 0px auto 0px;
   padding: 0px;
       
        
}
#sarc-wrap
{
    margin: 0px auto 0px;
    padding: 0px;
}
#pad
{
    padding: 10px 30px;
}

#pad2
{
    padding: 10px 10px;
}

/***** Header  ********************/
#inner-header
{
    background-color: #FFFFCC;
    float:left;
}

#sarcheader
{
    margin: 0 auto 0;
    padding: 0;
}

#sarc-header .sarc-wrap
{
    width: 960px;
    margin: 0 auto 0;
}

#sarc-header .sarc-left
{
    float: left;
    width: 600px;
}

#sarc-header .sarc-right
{
    float: right;
    width: 358px;
}

#sarc-title-area
{
    width: 400px;
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}

#sarc-title-area #sarc-title
{
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

#sarc-title-area #sarc-title a
{
    color: #333333;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position:relative;
    z-index:75;
}

#sarc-title-area #sarc-title a:hover
{
    color: #333333;
    text-decoration: none;
}

#sarc-title-area #sarc-description
{
    color: #666666;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#sarc-header .sarc-links
{
    float: right;
    margin-top: 85px;
    margin-right: 5px;
    text-align: right;
}



/***** Image Header - Partial Width ********************/

#sarc-title-area
{
    background: url(../images/EdDataLogo.png) left top no-repeat;
}

#sarc-title-area, #sarc-title-area #sarc-title, #sarc-title-area #sarc-title a
{
    display: block;
    float: left;
    width: 371px;
    height: 65px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
#sarc-title-area
{
    margin-top:10px;
}

#sarc-title-area #sarc-description
{
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

#sarc-header-split
{
    margin: 0 auto 0;
    width: 960px;
    background-color: #FFFFCC;
}

#sarc-header-left
{
    float: left;
    width: 596px;
    margin: 0;
    padding: 0;
}

#sarc-header-right
{
    float: right;
    width: 361px;
    margin: 0;
    padding: 0;
}

/***** Nav Menu ********************/

#sarc-nav
{
    clear: both;
    color: #EEEEEE;
    margin: 0 auto 0;
    padding: 0;
}

.r
{
    padding-right: 5px;
}

.f-class
{
    font-family: verdana;
}

#sarc-nav .sarc-wrap
{
    background: #fece3e;
    width: 596px;
    height: 26px;
    padding-top:10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0px;
    -khtml-border-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-left: #FFF 3px solid;
    border-top: #FFF 3px solid;
    border-bottom: #FFF 3px solid;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    float:left;
    z-index:200;
    display:inline-block;
    position:relative;
}

#sarc-nav .sarc-wrap2
{
    background: #b02b2e;
    width: 355px;
    height: 36px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-right: #FFF 3px solid;
    border-top: #FFF 3px solid;
    border-bottom: #FFF 3px solid;
    border-left: #FFF 3px solid;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    float:left;
}


#sarc-nav ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

#sarc-nav li
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sarc-nav li a
{
    font-family: 'Times New Roman' , sans-serif;
    color: #b02b2e;
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

#sarc-nav li a:hover, #sarc-nav li a:active
{
    font-size: 11px;
    color: #b02b2e;
    text-decoration: underline;
}

/***** Inside ********************/

#sarc-inside
{
    width: 973px;
    margin: 0 auto 0;
    padding-bottom: 20px;
    padding-right: 5px;
}

.ui-autocomplete 
{
	height:130px !important;
	overflow:auto !important;
}
#sarc-inside p
{
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px 0;
}

#sarc-inside ul
{
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
}

#sarc-inside ul li
{
    margin: 0;
    padding: 5px 0 0 0;
}

#sarc-inside .sarc-byline
{
    margin: 0;
    padding: 0;
}

#sarc-inside .sarc-wrap
{
    background: #FFFFFF;
    margin: 0 0 0 10px;
    padding: 0 5px 10px 10px;
    overflow: hidden;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
}

#sarc-inside
{
    clear: both;
}

/***** sarc split ********************/
#sarc-split-left
{
    float: left;
    width: 39%;
}

#sarc-split-left b.red
{
    color: #b02b2e;
}

#sarc-split-left h2
{
    font-family: 'Times New Roman';
    font-style: italic;
    color: #1a4678;
    font-weight: 100;
    font-size: 26px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px #ccc solid;
}

#sarc-split-right
{
    float: right;
    width: 59%;
}

/***** sub sarc ********************/

.fullwidth 
{
    width:100%;
    min-width:960px;
}

#sub-wrapper
{
    width: 952px;
    padding: 0;
    border-left: #FFFFFF solid 5px;
    border-right: #FFFFFF solid 2px;
    background: #FFFFFF;
    position: fixed;
}

.w-wrapper
{
    margin: 0 auto 0;
    width: 960px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
}
.y-arrow
{
    padding: 2px 9px 2px 5px;
    background: url(/Style%20Library/EdDataSiteBranding/images/y-arrow.png) no-repeat left center;
}
.y-arrow-special
{
    padding: 2px 9px 17px 5px;
}

.y
{
    color: #fece3e;
    font-weight: bold;
}

#sub-sarc-header-left
{
    float: left;
    width: 594px;
    margin: 0;
    padding: 0;
}

#sub-sarc-header-right
{
    float: right;
    width: 358px;
    margin: 0;
    padding: 0;
}

#sarc-head .headerRow
{
    padding-left:0px; 
    box-shadow: 0 0 5px #ccc;
}

.headerRow .sub-sarc-wrap
{
    float:left;
    background: #214577;
    width: 596px;
    height: 28px;
    border-right: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
}

.separator
{
    border-right: #FFF 1px solid;
}

.sub-text
{
    color: #FFFFFF;
    padding: 2px 10px 0px 10px;
    text-align: left;
    font-size: 10px;
}

.sub-text span
{
    display: inline-block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sub-text .textOverflowWidth1
{
    width: 220px;
}

.sub-text .textOverflowWidth2
{
    width: 80px;
}

.headerRow .sub-sarc-wrap2
{
    background: transparent;
    width: 358px;
    height: 28px;
    margin: 0px;
    border-right: 0px solid #FFFFFF;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    float:left;
}

/***** landing split ********************/
#landing-split-left
{
    float: left;
    width: 52%;
}

#landing-split-left h2
{
    line-height: 26px;
    font-size: 190%;
}

#landing-split-left b.red
{
    color: #b02b2e;
}

#landing-split-right b.red
{
    color: #b02b2e;
}

#landing-split-left h2
{
    font-family: 'Times New Roman';
    font-style: italic;
    color: #1a4678;
    font-weight: 100;
    font-size: 26px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px #ccc solid;
}

#landing-split-right
{
    float: right;
    width: 47%;
}

#landing-split-right p
{
    font-size: 11px;
}

#landing-split-right #yellow-belly
{
    background: #fbebb4;
    border: #e8c03c 1px solid;
    padding: 15px;
    margin: 0 10px 10px 10px;
}

#landing-split-right #yellow-belly p
{
    font-size: 11px;
}

#yellow-belly
{
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#landing-split-right #yellow-belly h3
{
    color: #b02b2e;
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: 26px;
    line-height: 0;
}

/***** pop-create ********************/

#pop-create .pad
{
    padding-left: 20px;
    margin-bottom: 0px;
}

#pop-create .pop-body
{
    background: #fff;
    width: 512px;
    padding: 0px 15px;
}

#pop-create .pad2
{
    padding-left: 80px;
    margin-bottom: 10px;
}

#pop-create .pad3
{
    padding-left: 20px;
    margin-top: 10px;
}

#pop-create b
{
    color: #b02b2e;
}

.modalLabel
{
	color:#b02b2e;	
	display:block;
	clear:both;
    font-weight:bold;  
    margin-top:10px;
}

.dropdownSize
{
    margin-left: -7px;
    Height:23px; 
    Width:29px;
    vertical-align:bottom;    
}

.select
{
	position: absolute;
	width: 267px;  /*With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding-left: 5px;
	color: #000;
	line-height:23px;
	background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/select.png) no-repeat;
	overflow: hidden;
	margin-left:15px;
	font-style:italic;
}

select.styled  
{
    position: relative; 
    width: 154px; 
    height: 23px;
    opacity: 0; 
    filter: alpha(opacity=0); 
    z-index: 5; 
    margin-left:15px;
} 

.CssClassDistrict
{   
    height: 21px;
    background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/field_text.png) no-repeat;
}

.CssClassSchool
{
    height: 21px;
    background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/field_text.png) no-repeat;
}

input.styled 
{ 
    display: none; 
} 

.disabled  
{
    opacity: 0.5; 
    filter: alpha(opacity=50); 
}

#pop-create input {
	color:#000;	
	border:none;
	line-height:20px;
    margin-left:15px;
	padding-left: 5px;
	width:300px;
	font-style:italic;
	position:relative;
	z-index: 6;
}

.pop-head
{
    background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/pop-bg.png);
    background-repeat: no-repeat;
    display: block;
    width: 525px;
    height: 42px;
    padding: 0 0 0 20px;
    margin: 0;
}

#pop-create .pop-footer
{
    background: transparent url(images/pop-sarc-bottom.png);
    background-repeat: no-repeat;
    width: 542px;
    height: 10px;
    padding: 0;
    margin: 0;
}

.pop-head h3
{
    color: #FFF;
    font-family: 'Times New Roman';
    font-style: italic;
    height: 42px;
    padding-top: 20px;
    font-size: 18px;
}

/***** Search Form(s) ********************/

.sarc-searchform
{
    margin: 0;
}

.sarc-searchform
{
    float: left;
    padding: 0;
}

#sarc-nav .sarc-searchform
{
    float: left;
    padding-left: 10px;
}

.sarc-search-title
{
    color: #FFFFFF;
    font-weight: none;
    text-align: center;
    font-size: 24px;
    padding: 5px 0 0 0;
    font-family: 'Times New Roman';
}

.sarc-s
{
    background: url(images/search.png);
    width: 230px;
    color: #999999;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    font-style: italic;
    margin: 2px 2px 0 0;
    padding: 6px 0 6px 7px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sarc-s
{
    width: 235px;
}

.sarc-searchsubmit
{
    background: #1a4678;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #0B87D9 1px 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
    border: 1px solid #sarc-162638;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sarc-searchsubmit:hover
{
    background: #FFFFFF url(images/button-hover.png);
    border: 1px solid #2BC2F7;
}

/***** Footer ********************/

#sarc-footer
{
    clear: both;
    overflow: hidden;
    color: #666666;
    font-size: 11px;
    margin: 0 auto 0;
    padding: 0 0 20px 0; 
}

#sarc-footer .sarc-wrap
{
    width: 950px;
    margin: 0 auto 0;
}

#sarc-footer a, #sarc-footer a:visited
{
    color: #666666;
    text-decoration: none;
}

#sarc-footer a:hover
{
    color: #008DCF;
    text-decoration: underline;
}

#sarc-footer p
{
    margin: 0;
    padding: 0;
}

#sarc-footer .sarc-gototop
{
    width: 200px;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}

#sarc-footer .sarc-gototop a
{
    margin: 0;
    padding: 2px 0 0 15px;
    background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/footer-top.png) no-repeat left center;
}

#sarc-footer .sarc-creds
{
    width: 136px;
    float: right;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: right;
    background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/footer-top.png) no-repeat left center;
}

#sarc-footer .sarc-revision
{
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 0 0;
    padding-top: 0;
    text-align: center;
}
/***** Submit ********************/

#sarc-submit
{
    background: #666666;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 5px 2px 5px;
    border: 1px solid #666666;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#sarc-submit:hover
{
    background: #333333;
    border: 1px solid #333333;
}

/***** additional ********************/
#sarc-inner
{
    background: #ffffcc;
}

#sarc-top
{
    background: #ffffff;
    margin: 0 auto 0;
    padding: 0;
}

#sarc-top2
{
    background: #ffffff;
    margin: 0 auto 0;
    padding-bottom: 20px;
    width: 960px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
}


#sarc-top-report
{
    background: #ffffff;
    margin: 0px auto 0;
    padding-bottom: 20px;
    width: 960px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
}

.sarc-data-link
{
    font-size: 12px;
    padding: 5px;
    font-family: Verdana;
    line-height: 20px;
    font-weight: bold;
    color: #1a4678 !important;
    text-decoration: underline !important;
}

.sarc-data
{
    font-size: 12px !important;
    font-family: Verdana;
    color: #669;
    padding: 5px;
    border: #cec9a4 1px solid;
    background: #fef7cb;
}

.sarc-data2
{
    padding: 2px 5px 2px 5px;
    border: #cec9a4 1px solid;
    background: #fef7cb;
    /*width: 230px;*/
}

.sarc-table-Header
{
    background: #b02b2e;
    color: #FFFFFF;
    font-weight: bold;
    text-align: Center;
    border: 1px solid #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#sarcTableDiv table
{
    font-family: verdana;
    font-size: 12px;
    text-align: left; 
}

#sarcTableDiv table table tr:hover td
{
    background: #cbddf1;
}

#sarc-left
{
    width: 361px;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
}

#sarc-right
{
    width: 550px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

#sarc-label
{
    font-family: 'Times New Roman';
    font-style: italic;
    color: #1a4678;
    font-weight: 100;
    font-size: 26px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px #ccc solid;
}

.s4-ba
{
    padding: 0px 0px 0px 0px;
}

.s4-ca
{
    background: #ffffcc;
}

.button-view-sarc
{
    background: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/view-sarc-btn.png);
    background-repeat: no-repeat;
    display: block;
    width: 545px;
    height: 42px;
    padding: 0 0 0 20px;
    margin-top: 10px;
    border: none !important;
    cursor: pointer;
}

.button-view-sarc-disabled 
{
	background:url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/view-sarc-btn-disabled.png);
	background-repeat:no-repeat;	
	display:block;
	width:545px;
	height:42px;
	padding:0 0 0 20px;
	margin-top: 10px;
	border:none !important;
}

.ms-bodyareacell
{
    vertical-align:top;
    background-color:#FFFFCC;
    padding:0 !important;
}

#sarc-head
{
    background: #ffffff;
    margin: 0 auto 0;
    padding: 0;
    width: 960px;
}

.ms-dlgTitleText
{
    font-family: 'Times New Roman' !important;
    font-style: italic;
}

.noborder
{
    border: solid 5px #cccccc !important;
}

/*  table -- */

/* sarc table style */

.sarc-tbl
{
    font-family: verdana;
    font-size: 100%;
    text-align: left;
}

.sarc-tbl th.top
{
    font-weight: bold;
    font-size: 80%;
    color: #fff;
    background: #1a4678;
    padding: 5px;
}

.sarc-tbl th
{
    font-weight: bold;
    font-size: 80%;
    color: #fff;
    background: #b02b2e;
    padding: 5px;
    border: #cec9a4 1px solid;
    height: 2px;
}

.sarc-tbl td
{
    font-size: 80%;
    background: #ffffcc;
    color: #669;
    padding-left:5px;
    padding-right:5px;
    border: #cec9a4 1px solid;
}

.sarc-tbl td a
{
    font-weight: bold;
}

.sarc-tbl tbody td:hover
{
    background: #cbddf1;
}

.sarc-tbl tbody tr:hover td
{
    background: #fff;
}

.red_bullet
{
    font-weight: bold;
    background-image: url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/red-dot.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
    margin-left: 0px;
    line-height: 1.2em; /* this line keeps the text from wrapping */
    white-space: nowrap;
}

.background-image tbody tr:hover td
{
    color: #339;
    background: none;
}

/* help */

#helpTitle { margin: 0 0 10px 0; }

p.strong 
{
    font-weight:900;
}
	
p.help 
{
	font-size:11px !important;
    font-family:Arial,Verdana,Helvetica,sans-serif !important;
	line-height:18px !important;
	color:#333;
    margin:10px 0px 10px 0px !important;
}

h2.help 
{ 
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	color:#b02b2e !important;
	font-size:32px !important; 
	line-height:22px !important;
	margin:5px 0px 5px 0px !important; 
}

h3.help 
{ 
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	color:#b02b2e !important;
	font-size:18px !important;
	font-weight:700 !important; 
	line-height:12px !important;
	margin:0px 0px 10px 0px !important;
}

h4.help 
{ 
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	color:#6e6e6e !important;
	font-size:14px !important;
	font-weight:700 !important; 
	line-height:12px !important;
	margin:10px 0 5px 0 !important;
}

h5.help 
{ 
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	color:#444 !important;
	font-size:11px !important;
	font-style:italic;
	font-weight:400 !important; 
	line-height:18px !important;
}

.text-bold 
{
	font-weight:900;
}
			
#helpContent { margin: 10px auto; width: 960px; }

/* left side */

#left_content 
{
	float: left;
	width: 755px;
	margin: 0 0 10px 0;
}

.helpSubheader 
{
	font-size:11px !important;
    font-family:Arial,Verdana,Helvetica,sans-serif !important;
	line-height:18px !important;
	font-weight:normal;
	color:#333;
	margin:10px 0 15px 0;
	padding:8px;
	background:#fff url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/bgshade.gif) repeat-x;
	border-bottom:1px solid #ccc;
}
	
.left_column 
{
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	color:#333;
	margin:10px 0 15px 0;
	background:#fff url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/bgshade.gif) repeat-x;
	padding:15px 15px 5px 10px;
	height:260px;
}
	
.left_column2 
{
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	color:#333;
	margin:10px 0 15px 0;
	background:#fff url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/bgshade.gif) repeat-x;
	padding:15px 15px 5px 10px;
	height:350px;
}
	
.left_column3 
{
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	color:#333;
	margin:10px 0 15px 0;
	background:#fff url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/bgshade.gif) repeat-x;
	padding:15px 15px 5px 10px;
	height:350px;
}

.helpimage 
{
	float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	width: 350px;
	height: 217px;
	margin: 0 15px 10px 0;
}
	
.helpimage2 
{
	float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	width: 720px;
	height: 130px;
	margin: 0 15px 10px 0;
}

.noteItem 
{
	font-family:Arial,Verdana,Helvetica,sans-serif !important;
	font-size: 11px; 
	padding: 0 0 0 12px; 
	margin-left:10px;
	background: #fff url(/apps/SARC/Style%20Library/EdDataSiteBranding/images/news.gif) no-repeat center left; 
	color: #444; 
}
	
.left_box 
{
	background: #f4f4f4;
	color: #808080;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	margin: 0 0 15px 0;
}	
		
/* right side */

#right_content 
{
	float: right;
	width: 170px;
	margin: 10px 0 15px 0;
}

.right_note 
{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 17px 10px 17px 10px;
	margin: 0 0 10px 0;
	color: #666;
}
