﻿.Error
{
    color: Red;
    font-size: 10px;
}

.Message
{
    color: Green;
    font-size: 12px;
    margin: 0px 10px 10px 10px;
}

.vm
{
    vertical-align: middle;
}

.ml15
{
    margin-left: 15px;
}

.Ital
{
    font-style: italic !important;
}

.Bold
{
    font-weight: bolder !important;
}

.TemplateRB
{
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
}

.BreadCrumb
{
    font-size: 12px;
    margin-bottom: 10px;
}


/****************************************
* global elements and structure
*****************************************/

*
{
    padding: 0;
    margin: 0;
}
html, body, form, fieldset, table
{
    font: 11px Arial, Verdana, Helvetica, sans-serif;
}

body
{
    /*background: #FFFFFF url(../images/background.jpg) repeat-x 50% 0;    background-attachment: fixed;*/
    background: black url(../images/background_catalogaerial_dk.jpg) repeat fixed center top;
    margin: 0;
    padding: 0;
    text-align: center;
}

.clear
{
    clear: both;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.fn
{
    float: none;
}
.NoMargin
{
    margin: 0px !important;
}
.OnlyLeftMargin
{
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

h1#header
{
    width: 984px;
    height: 111px;
    text-indent: -9999px;
    background: url(../images/header_catalog.jpg);
    margin: 0;
    padding: 0;
}

#container
{
    margin: 0px auto;
    text-align: left;
    width: 984px;
    background: url(../images/background_sidebar.jpg) repeat-y;
    background-color: #FFFFFF;
}

#nav
{
    width: 224px;
    float: left;
    background-color: transparent;
    height: auto;
}

#content
{
    width: 760px;
    float: left;
    padding: 0px;
    background-color: #FFF;
    background: url(../images/watermark.jpg) no-repeat;
    min-height: 450px;
}

.contentpadding
{
    padding: 10px 10px 5px 10px;
}

#mainnav
{
    background: transparent url(../images/background_mainnav.jpg) repeat-x scroll 0 0;
    color: #336699;
    font-size: 10px;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 984px;
    text-align: right;
}

#mainnav div
{
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
}

/****************************************
* classes for screenreaders
*****************************************/
.hidden
{
    position: absolute;
    left: -20em;
    top: -20em;
    color: Red;
    border: solid 1px blue;
}
.hidden h1
{
    position: absolute;
    left: -20em;
    top: -20em;
    color: Red;
    border: solid 1px blue;
    margin: 0px;
    padding: 0px;
}
.hidden a
{
    position: absolute;
    left: -20em;
    top: -20em;
    color: Red;
    border: solid 1px blue;
}

/****************************************
* classes for content
*****************************************/
#content h1
{
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 10px;
    margin: 10px;
    margin-bottom: 0px;
}

#content h2
{
    font-size: 15px;
    background-color: #EEE;
    border: 1px solid #A0A0A0;
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    background: url(../images/h2_gold.jpg) repeat-x; /*003366*/
}

#content h3
{
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
    margin: 10px;
    font-weight: bold;
}

#content h4
{
    font-size: 13px;
    padding-bottom: 3px;
    margin: 0px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
}

#content h5
{
    font-size: 12px;
    padding-bottom: 3px;
    margin: 0px;
    color: #000;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
}

#content p
{
    font-size: 12px;
    padding-bottom: 5px;
    color: #003366;
    font-style: normal;
    line-height: 20px;
    margin: 3px 10px 3px 15px;
}

#content table
{
    font-size: 11px;
    padding-bottom: 20px;
    margin: 0px;
    color: #003366;
    font-style: normal;
    line-height: 18px;
}

.ContentTable
{
    font-size: 11px;
    padding: 0px !important;
    margin: 0px auto 0px auto !important;
    color: #003366;
    font-style: normal;
    line-height: 18px;
    border: solid 0px #336699;
    border-bottom: solid 1px #336699;
    border-right: solid 1px #336699;
    width: 700px;
    border-collapse: collapse;
    text-align: left;
}

.ContentTable td
{
    padding: 5px;
    border-left: solid 1px #336699;
    border-top: solid 1px #336699;
}

#content ul
{
    margin: 0px 0px 0px 50px;
    padding-left: 25px;
    padding-bottom: 5px;
    list-style-type: circle;
    font: 12px Arial, Helvetica, sans-serif;
    text-indent: 0px;
    letter-spacing: 0px;
}

#content ol
{
    margin: 0px 0px 0px 50px;
    padding-left: 25px;
    padding-bottom: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    text-indent: 0px;
    letter-spacing: 0px;
}

#content li
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #003366;
}

#content a:link, #content a:visited
{
    color: #336699;
    text-decoration: underline;
}

#content a:hover
{
    color: #000066;
    text-decoration: underline;
}

.imageright
{
    float: right;
    padding: 7px;
    margin-left: 10px;
    background-color: #ffffff;
    border: 1px solid #bac1a3;
}

.imageleft
{
    float: left;
    padding: 7px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #bac1a3;
}



.rounded_corners
{
    background: #E6E6E6 none repeat scroll 0 0;
    border: 1px solid #B3B3B3;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}


/****************************************
* nav
*****************************************/

#navcontainer
{
    width: 224px;
    height: auto; /*background-color:#FFCC66; 	background: url(../images/sidenav_background.jpg) repeat-x;*/
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: 9px Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-indent: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

#navcontainer ul ul
{
    margin: 0;
    padding-bottom: 0px;
    list-style-type: none;
    font: 9px Verdana, Helvetica, sans-serif; /*background: url(../images/sidenav_subnavbackground.jpg) repeat-x;*/
    text-indent: 0px;
    letter-spacing: 0px;
    text-transform: none;
}

#navcontainer a
{
    display: block;
    width: 224px;
    height: auto;
    margin: 5px 0px 5px 0px;
}

#navcontainer li
{
    padding-top: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
}

#navcontainer li li
{
    padding-left: 8px;
    color: #639324;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
}



#navcontainer li a:link, #navcontainer li a:visited
{
    background: url(../images/nav.gif) no-repeat;
    color: #666666;
    text-decoration: none;
    padding-left: 25px;
    padding-top: 5px;
    width: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#navcontainer li a:hover
{
    background: url(../images/navhover.gif) no-repeat;
    color: #000066;
    text-decoration: none;
    padding-left: 25px;
    padding-top: 5px;
    width: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#navcontainer li a#active
{
    background-color: #FFFAD5; /* medium blue: cadfff*/
    width: auto;
    text-decoration: none;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    border-top: 1px solid #A0A0A0; /*C0C0C0*/
    border-bottom: 1px solid #A0A0A0;
}


#navcontainer li li a:link, #navcontainer li li a:visited
{
    background: url(../images/spacer.gif) repeat-y;
    color: #336699;
    text-decoration: none;
    padding-top: 5px;
    width: auto;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#navcontainer li li a:hover
{
    background: url(../images/nav_bg.jpg) no-repeat;
    color: #000066;
    text-decoration: none;
    padding-top: 5px;
    width: auto;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#navcontainer li li a#active
{
    background: url(../images/nav_bg.jpg) no-repeat;
    color: #336699;
    text-decoration: none;
    padding-top: 5px;
    width: auto;
    padding-bottom: 0px;
    border: none 0px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}
/****************************************
* footer
*****************************************/

#footer
{
    margin: 0px auto;
    position: relative;
    background-color: #FFFFFF;
    margin-top: 0px;
    border-top: 1px dashed #CCCCCC;
    width: 984px;
    padding: 0px 0;
    clear: both;
    height: 50px;
}

#footer h2
{
    margin: 0;
    text-align: center;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}

#footer h2 a:visited, #footer h2 a:link
{
    color: #336699;
    text-decoration: none;
    border-bottom: 1px dotted #D3D8C4;
}

#footer h2 a:hover
{
    color: #336699;
    text-decoration: underline;
    border-bottom: none;
}
.footerlinks
{
    text-align: center;
    padding-bottom: 10px;
}
.footerlinks a
{
    width: 780px;
    text-align: center;
    clear: both;
    padding-top: 20px;
    font-size: 10px;
}



.btngo
{
    vertical-align: top;
}


/****************************************
* classes for columns
*****************************************/
#columns h2
{
    text-align: left;
    color: #336699;
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    height: 27px;
    padding: 6px 0px 0px 20px;
}
#columns p
{
    line-height: 15px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    text-align: left;
}


.column1
{
    text-align: left;
    width: 518px;
    float: left;
}
.column2
{
    text-align: left;
    width: 212px;
    margin-left: 10px;
    float: left;
}
.columnsingle
{
    border: solid 1px #000;
    text-align: left;
    width: 740px;
    float: left;
}

.goldheader
{
    background-color: #ffcc33;
    background: url(../images/content_col1headergold.jpg) no-repeat;
}
.goldbodytop
{
    height: 15px;
    background-color: #efe6c9;
    background: url(../images/content_col1topgold.jpg) no-repeat;
}
.goldbody
{
    background-color: #efe6c9;
    background: url(../images/content_col1middlegold.jpg) repeat-y;
}
.goldbodybottom
{
    height: 20px;
    background-color: #efe6c9;
    background: url(../images/content_col1bottomgold.jpg) no-repeat;
}

.greenheader
{
    background-color: #aecf69;
    background: url(../images/content_col2headergreen.jpg) no-repeat;
}
.greenbodytop
{
    height: 15px;
    background-color: #efe6c9;
    background: url(../images/content_col2topgreen.jpg) no-repeat;
}
.greenbody
{
    background-color: #efe6c9;
    background: url(../images/content_col2middlegreen.jpg) repeat-y;
}
.greenbodybottom
{
    height: 20px;
    background-color: #efe6c9;
    background: url(../images/content_col2bottomgreen.jpg) no-repeat;
}

.blueheader
{
    background-color: #99ccff;
    background: url(../images/content_col2headerblue.jpg) no-repeat;
}
.bluebodytop
{
    height: 15px;
    background-color: #efe6c9;
    background: url(../images/content_col2topblue.jpg) no-repeat;
}
.bluebody
{
    background-color: #efe6c9;
    background: url(../images/content_col2middleblue.jpg) repeat-y;
}
.bluebodybottom
{
    height: 20px;
    background-color: #efe6c9;
    background: url(../images/content_col2bottomblue.jpg) no-repeat;
}

.goldheadersingle
{
    background-color: #ffcc33;
    background: url(../images/content_headergold.jpg) no-repeat;
}
.goldbodytopsingle
{
    height: 15px;
    background-color: #efe6c9;
    background: url(../images/content_topgold.jpg) no-repeat;
}
.goldbodysingle
{
    background-color: #efe6c9;
    background: url(../images/content_middlegold.jpg) repeat-y;
}
.goldbodybottomsingle
{
    height: 20px;
    background-color: #efe6c9;
    background: url(../images/content_bottomgold.jpg) no-repeat;
}

.greenheadersingle
{
    background-color: #aecf69;
    background: url(../images/content_headergreen.jpg) no-repeat;
}
.greenbodytopsingle
{
    height: 15px;
    background-color: #efe6c9;
    background: url(../images/content_topgreen.jpg) no-repeat;
}
.greenbodysingle
{
    background-color: #efe6c9;
    background: url(../images/content_middlegreen.jpg) repeat-y;
}
.greenbodybottomsingle
{
    height: 20px;
    background-color: #efe6c9;
    background: url(../images/content_bottomgreen.jpg) no-repeat;
}

.blueheadersingle
{
    background-color: #99ccff;
    background: url(../images/content_headerblue.jpg) no-repeat;
}
.bluebodytopsingle
{
    height: 15px;
    background-color: #efe6c9;
    background: url(../images/content_topblue.jpg) no-repeat;
}
.bluebodysingle
{
    background-color: #efe6c9;
    background: url(../images/content_middleblue.jpg) repeat-y;
}
.bluebodybottomsingle
{
    height: 20px;
    background-color: #efe6c9;
    background: url(../images/content_bottomblue.jpg) no-repeat;
}


/****************************************
* nav
*****************************************/
/* all this is for the tabbed navigation */
#navlist
{
    border-bottom: solid 1px #FFCC00;
    padding-top: 20px;
    margin: 0px;
}

#navlist li
{
    list-style: none;
    margin: 0;
    display: inline;
}

/* tab styles */
#navlist li a
{
    white-space: nowrap;
    padding: 3px 0.5em;
    margin-left: 0px;
    text-decoration: none;
    border-bottom: none;
    border: solid 1px #FFCC00;
    background: #DED;
}
#navlist li a:link
{
    color: #FFFFFF;
    background: #2376BA;
}
#navlist li a:visited
{
    color: #FFFFFF;
    background: #2376BA;
}
#navlist li a:hover
{
    color: #FFFFFF;
    background: #53BDEB;
    border-color: #BBCEE1;
}
#navlist li a#current
{
    background: white;
    border-bottom: solid 1px white;
    color: Black;
}



.radeditor
{
    text-align: left;
}




.form_buttons_top
{
    text-align: right;
    width: 600px;
    vertical-align: top;
    -moz-padding-start: 1px;
    -moz-padding-end: 1px;
}


.form_buttons_top .input_submit
{
    height: 25px;
    background: url(../images/icons/save.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 10px;
    border: 1px solid #ccccee;
    color: #529214;
}


.form_buttons_top .input_cancel
{
    height: 25px;
    background: url(../images/icons/cross_small.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
}




.form_input
{
    text-align: left;
    width: 400px;
    vertical-align: top;
    -moz-padding-start: 1px;
    -moz-padding-end: 1px;
}
.form_input input
{
    height: 15px;
}


.form_input .input_submit_white
{
    height: 25px;
    background: url(../images/icons/save.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
    background-color: #ccccee;
}

.form_input .input_submit
{
    height: 25px;
    background: url(../images/icons/save.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 10px;
    border: 1px solid #ccccee;
    color: #529214;
}

.form_input .input_search
{
    height: 25px;
    background: url(../images/icons/search.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
    color: #529214;
}

.form_input .input_excel
{
    height: 25px;
    background: url(../images/icons/excel.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 10px;
    border: 1px solid #ccccee;
    color: #529214;
}

.form_input .input_message_add
{
    height: 25px;
    background: url(../images/icons/message_add.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
}

.form_input .input_file
{
    height: 25px;
    background: url(../images/icons/file.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 10px;
    border: 1px solid #ccccee;
    color: #529214;
}

.form_input .input_search_white
{
    height: 25px;
    background: url(../images/icons/search.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
    background-color: #ccccee;
}

.form_input .input_login
{
    height: 25px;
    background: url(../images/icons/apply2.png) no-repeat 0px 3px;
    margin-right: 45px; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
    color: #529214;
}


.form_input .input_cancel
{
    height: 25px;
    background: url(../images/icons/cross_small.png) no-repeat 0px 3px;
    margin: 0; /*background:  url('../images/icons/apply2.png') no-repeat 0px left top; */
    padding-left: 14px;
    border: 1px solid #ccccee;
}



/* error message box */

.errormessage
{
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #000066;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-color: #FFFFCC;
}
.errormessage td
{
    background-color: #FFFFCC;
}


fieldset legend
{
    background: #e5eecc;
    padding: 3px;
    font-weight: bold;
    text-align: left;
}


/********************** error messages */
.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}
.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/icons/info.png' );
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/icons/success.png' );
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/icons/warning.png' );
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icons/error.png' );
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}



.tabstrip
{
    background: url(../images/tab_stripbackground.jpg) repeat-x;
    width: 740px;
    height: 60px;
}
.tableftcorner
{
    float: left;
    background: url(../images/tab_leftcorner.jpg) repeat-x;
    width: 31px;
    height: 60px;
}
.tabrightcorner
{
    float: right;
    background: url(../images/tab_rightcorner.jpg) repeat-x;
    width: 31px;
    height: 60px;
}

.tab_first_left
{
    float: left;
    background: url(../images/tab_first_left.jpg);
    width: 14px;
    height: 60px;
}
.tab_first_leftactive
{
    float: left;
    background: url(../images/tab_first_left_active.jpg);
    width: 14px;
    height: 60px;
}

.tab_left
{
    float: left;
    background: url(../images/tab_left.jpg) repeat-x;
    width: 14px;
    height: 60px;
}
.tab_leftactive
{
    float: left;
    background: url(../images/tab_leftactive.jpg) repeat-x;
    width: 14px;
    height: 60px;
}

.tab_middle
{
    float: left;
    background: url(../images/tab_middle.jpg) repeat-x;
    height: 45px;
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
}
.tab_middleactive
{
    float: left;
    background: url(../images/tab_middleactive.jpg) repeat-x;
    height: 45px;
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
}

.tab_right
{
    float: left;
    background: url(../images/tab_right.jpg) repeat-x;
    width: 14px;
    height: 60px;
}
.tab_rightactive
{
    float: left;
    background: url(../images/tab_right_active.jpg) repeat-x;
    width: 14px;
    height: 60px;
}

.tab_last_right
{
    float: left;
    background: url(../images/tab_last_right.jpg) repeat-x;
    width: 14px;
    height: 60px;
}
.tab_last_rightactive
{
    float: left;
    background: url(../images/tab_last_rightactive.jpg) repeat-x;
    width: 14px;
    height: 60px;
}


.tab_contentareabg
{
    background: url(../images/tab_contentareabg.jpg) repeat-y;
    width: 740px;
}
.tab_contentareapadding
{
    padding: 0px 25px 0px 25px;
}


.tab_footer
{
    background: url(../images/tab_footercap.jpg) repeat-y;
    width: 740px;
    height: 29px;
}

/*SET TOP AND BOTTOM MARGINS TO ZERO INSIDE THE TAB CONTAINER*/
#content .tab_contentareapadding h1, #content .tab_contentareapadding h2, #content .tab_contentareapadding h3, #content .tab_contentareapadding h4, #content .tab_contentareapadding h5, #content .tab_contentareapadding p
{
    margin: 0px 10px 0px 10px;
    padding-top: 10px;
}

/* hide the print header */
.hiddenPrintHeader
{
    display: none;
}

.printLogin
{
    height: 20px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.printLogin a img
{
    vertical-align: middle;
}

ul#ChildItems
{
    margin: 0px;
}

.ItemsInSection
{
    width: 275px;
    height: 100%;
    margin: 0px 10px 10px 20px;
    border: solid 1px #CCCCCC;
    background-color: #e9f4ff;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
.ItemsInSectionTitle
{
    width: 275px;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px; /*width:200px;  margin-top: -15px; margin-left: -15px; position:relative;      background:#E6E6E6 none repeat scroll 0 0; 	border:1px solid #B3B3B3; 	font-size:12px; background-color:#EEE; border:1px solid #EEE; padding:10px; 	font-weight:bold; 	-moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; 	background: url(../images/h2_blue.jpg) repeat-x;*/
}
.ItemsInSectionTitleWrap
{
    width: 265px;
    margin: 5px;
}

.ChancellorImage
{
    margin: 0px 12px 5px 5px;
}

/*****************************
* Course and Faculty Display *
******************************/
.CourseDisplay
{
    margin: 10px 0px 5px 15px;
    width: 400px;
    color: #003366;
}
.CourseChildDisplay
{
    margin-left: 25px;
    width: 400px;
    color: #003366;
}
.CourseIndent
{
    text-indent: 10px;
}
.FacultyAndCourseTitle
{
    font-size: 18px;
    text-indent: 10px;
    text-decoration: underline;
}
.FacultyDisplay
{
    margin: 10px 0px 5px 15px;
    color: #003366;
}
.InstructorUnits
{
    font-size: 11px;
}

.CourseHeaderContainer
{
    height: 50px;
    margin-left: 0px;
    width: 425px;
    line-height: 25px;
}
.ShowHideCoursesContainer
{
    height: 25px;
    margin-left: 15px;
    width: 400px;
    line-height: 25px;
}
.CourseDivisionTitle
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.CourseExpandCollapse
{
    line-height: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.HideCourses
{
    color: #336699;
    cursor: pointer;
}
.HideCourses:hover
{
    color: #003366;
}
.ShowCourses
{
    color: #336699;
    cursor: pointer;
}
.ShowCourses:hover
{
    color: #003366;
}
.CoursesContainer
{
}

/************************
* Help Styles           *
*************************/
.HelpMovie
{
    text-align: center;
    width: 720px;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
}

/************************
* Department            *
*************************/

.DepartmentMore
{
    position: absolute;
    z-index: 100;
    margin: 125px 0px 0px 656px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.DepartmentLess
{
    background-color: #FFFFFF;
    float: right;
    cursor: pointer;
}
.DepartmentTextToHide
{
    height: 125px;
    overflow: hidden;
}

/************************
* Menu                  *
*************************/

.MenuIndex
{
    width: 435px;
}
.MenuIndex a
{
    color: #336699;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.MenuIndex a:hover
{
    color: #003366;
    text-decoration: underline;
    font-weight: 500;
}

/************************
* Search                *
************************/

.SearchTypesContainer
{
    width: 160px;
    max-width: 160px;
	
}
.SearchContainer
{
    width: 450px;
}

.SearchDropdown
{
    padding: 0px;
    margin-top: 8px;

}


.SearchBox
{
    padding: 0px;
    margin-top: 8px !important;
    vertical-align: top;
}
#SearchContainer
{
    margin: 0px;
    padding: 0px;
    line-height: 12px !important;
}

/************************
* Directory Side Images  *
*************************/

.DirectoryImageFrame
{
    border: solid 1px #000000;
    width: 300px;
    height: 400px;
    overflow: hidden;
}

.DirectoryImageContainer
{
    width: 310px;
    height: 400px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: 3px;
}

/************************
* Search Result/Index   *
*************************/

.SearchResult
{
    margin: 20px 0px 20px 0px;
}

.SearchResultContent
{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.SearchResultPager
{
    text-indent: 15px;
    font-size: 12px;
}

.IndexBreadCrumb
{
    font-size: 11px;
}
.IndexResult
{
    text-indent: -10px;
    margin-left: 23px !important;
}

/************************
* Rad Control Styles    *
*************************/

.rtLI, .rtUL
{
    margin: 5px 0px 5px 0px !important;
    padding: 0px 0px 0px 25px !important;
}

div.RadTreeView .rtMinus div.RadTreeView .rtPlus
{
    display: none;
}


/* Rad Rotator */
.radr_itemsList
{
    margin: 0px !important;
    padding: 0px !important;
}
.radr_item
{
    margin: 0px !important;
    padding: 0px !important;
}
