/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body { color: #000103; background-color: #fff; font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; background-image: url(../media/background.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: left; margin: 0; }

a {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }
h1 { font-size: 2em; font-weight: bold; margin: 0; }
h2 { color: #092963; font-size: 1.3em; font-weight: normal; }
/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }
clearboth { clear: both; }
/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 931px;
     padding: 0;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('../media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol { padding: 20px 10px 10px; margin: 0; vertical-align: top; line-height: 150%; width: 700px; }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('../media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle { color: #bf6400; font-size: 1.5em; padding: 0 0 4px; margin: 0 0 0; font-weight: normal; }

#skin_content { width: 810px; margin-right: auto; margin-left: auto; padding-top: 2px; padding-bottom: 10px; }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #59A325;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #999999;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 5px 6px 14px;
     background-image: url('../media/menu_bullet.png');
     background-repeat: no-repeat;
     background-position:  center left;
     border-bottom: 1px dotted #999999;
     }

.skin_fenav ul li a:hover {
     color: #333333;
     background-color: #DDDDDD;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #ABABAB;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 0px 0px 30px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm { color: #ee9d26; font-size: 1.5em; font-weight: bold; width: 800px; padding-bottom: 15px; border: solid 1px #092963; }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #59a325;
     margin: 0 0 10px;
     padding: 0 5px 4px 0;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink { color: #696969; font-size: 12px; width: 400px; margin: 0 0 10px; padding: 0 5px 4px; }
.storelink a { color: #092963; }
.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat { padding: 0; vertical-align: top; margin: 0; }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0 0 10px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod { padding: 1px 0 0; vertical-align: top; border-bottom: 1px dotted #ccc; }
td.cptbl_prod:hover { padding: 1px 0 0; vertical-align: top; }
td.cptbl_prod a { font-weight: normal; text-decoration: none; padding-bottom: 2px; }
td.cptbl_prod a:hover { color: #bf6400; }
td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #FC8E2F;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
#header { background-image: url(../media/sunynorth_02.jpg); background-repeat: no-repeat; width: 931px; height: 240px; }
#main { background-image: url(../media/sunynorth_04.jpg); background-repeat: repeat-y; width: 931px; }
#footer { background-image: url(../media/sunynorth_05.jpg); background-repeat: no-repeat; width: 931px; height: 192px; }
/* +------------------------------------------------------------+ */
.course { width: 440px; float: left; }
.university { position: relative; width: 225px; float: right; display: inline; }
/* +------------------------------------------------------------+ */

#nav { height: 41px; float:left; padding-left:20px; font-family:Arial, sans-serif; padding-top: 50px; }

#menu { height:41px; position:relative; font-size:11px; background-attachment: scroll; background-position: right top; margin: 0; z-index:1000; float:left; padding-right:15px; }
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul { padding:0; margin:0; list-style: none; }
#menu ul li { float:left; }
#menu ul li a { display:block; float:left; padding:0 15px 0 0; text-decoration:none; color:#fff; font-weight:bold; height:41px; line-height:40px; font-size:15px; background-attachment: scroll; background-position: right top; }
#menu ul li a b { display:block; float:left; padding:0 0 0 15px; text-decoration:none; color:#fff; font-weight:bold; height:41px; line-height:40px; font-size:15px; background-image: url(multicolumn/tabCenter.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; cursor:pointer; }

#menu ul li div.holder {position:absolute; left:-9999px;}

#menu ul li div .leftSide {float:left;background: #eff0f2 url(multicolumn/dropLeft.gif) no-repeat left bottom;}
#menu ul li div .rightSide { background: #fff url(../media/dropback.jpg) repeat-x right top; float:left; margin-left:10px; display:inline; padding:0 10px 0 0; border-right: 1px solid #002c61; border-bottom: 1px solid #002c61; border-left: 1px solid #002c61; }

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#ee9d26; background-position:right center; white-space:nowrap; position:relative;}
#menu ul li a:hover b {color:#ee9d26; background-position:left center;}
#menu ul li a.sub:hover {color:#910; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b {color:#910; background-position:left bottom;}

#menu ul li:hover > a {color:#910; position:relative;}
#menu ul li:hover a.sub {color:#910; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#ee9d26; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:45px; left:4px; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:41px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:41px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt { padding:0 10px; margin:0; line-height:20px; background:#ee9d26; color:#000103; font-size: 13px; font-weight: bold; white-space:nowrap; }
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a { background-image: none; display:block; height: 20px; line-height: 20px; color:#000; font-size: 13px; text-align:left; margin: 0; padding:0 10px; font-weight:normal; white-space:nowrap; float:none; }
#menu ul dd a:hover {color:#c60;}

#menu ul table td {vertical-align:top;}
/* +------------------------------------------------------------+ */
.topnav { color: #fff; text-align: right; width: 300px; height: 50px; float: right; padding-top: 20px; padding-right: 20px; }
.topnav a { color: #fff; text-decoration: none; }
.topnav a:hover { color: #ee9d26; }
/* +------------------------------------------------------------+ */
#coursedetail { }
#coursedetail_top { }
#coursedetail_main { width: 400px; float: left; }
.coursedetail_name { }
.coursedetail_collegeimage { padding-left: 20px; }
#univ_info { vertical-align: top; width: 350px; height: 400px; float: right; padding: 5px; border-left: 1px solid #092963; }
.cmsdisplay_course_listing { width: 380px; float: right; padding-right: 30px; padding-left: 15px; border-left: 1px dotted #696969; }
.cmsdisplay_college_info { width: 350px; height: 100%; float: left; padding-left: 20px; border-right-color: #ccc; }
#navbar { visibility: hidden; display: none; }
#main1 { width: 600px; padding-left: 60px; }
#footer_info { width: 900px; margin: 0 auto; padding: 0; border-style: none; border-width: 0; }
#footer_info a { color: #092963; text-decoration: none; }
#footer_info ul { margin: 0; padding: 0 0 0 5px; list-style-type: none; }
.footer_info_left { text-align: left; vertical-align: top; width: 175px; }
.footer_info_middle { text-align: left; vertical-align: top; width: 150px; padding-left: 10px; border-left: 1px dotted #4045a0; }
.footer_info_middle2 { text-align: left; padding-left: 10px; width: 150px; vertical-align: top; border-left: 1px dotted #4045a0; }
.footer_info_right { text-align: right; vertical-align: top; width: 450px; }
.footer_title { color: #092963; font-weight: bold; }
#course_schedule table { table-layout: fixed; }
#course_schedule th {padding: 0 .25em 0 .25em; }
#course_schedule td { vertical-align: top; padding: 0 .5em 0 .5em; }
#course_schedule td.number { width: 95px; }
#course_schedule td.name { }
#course_schedule td.dates { width: 95px; }
#course_schedule td.timeday { width: 100px; }
#course_schedule td.instructor { }

.splash_school { width: 250px; margin-right: auto; margin-left: auto; padding: 15px; display: inline-table; }
.splash_school_title { color: #092963; font-size: 1.2em; border-bottom: 1px dotted #092963; }
.splash_school ul { margin: 0; padding: 0; list-style-type: none; }
.splash_school ul li { }
.splash_school ul li a { text-decoration: none; }
.splash_school ul li a:hover { }
#schoolblocks { background-color: white; background-image: url(../media/splashblock_01.jpg); background-repeat: no-repeat; background-position: 0 top; text-align: center; width: 800px; margin: 0; padding: 60px 0 0; }
a.blacklink { color: #000; font-size: 16px; font-weight: bold; display: block; }
#toplink { width: 200px; height: 20px; float: right; }
a.blacklink:hover { color: #363c95; }
.imgfloatleft { float: left; margin: 10px 10px 0 10px; display: inline; }

