@charset "utf-8";
@import "../../SharedResources/Shared.css";
@import "../../SharedResources/Menu.IRIN.css";
@import "../../SharedResources/Menu.IRINSUB.css";
/* CSS Document */

*
{
    padding: 0px;
    margin: 0px;
}

a
{
    color: #C8DCE5;
}
h3
{
    margin: 5px 5px 0 10px;
    color: #FFF;
    font: 10pt Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
}
h2
{
    margin: 5px 5px 0 10px;
    color: #FFF;
    font: 13pt Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
}

/*---- Sliding Boxes and Captions -----*/
.boxgrid
{
    border: #000 solid 3px;
    margin: 13px;
    width: 200px;
    height: 110px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.boxgrid img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.boxgrid p
{
    padding: 0 10px;
    color: #afafaf;
    font-weight: bold;
    font: 10pt "Lucida Grande" , Arial, sans-serif;
}

.boxcaption
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption
{
    top: 10;
    left: 0;
}
.caption .boxcaption
{
    top: 85px;
    left: 0;
}

/*---- End Sliding Boxes and Captions -----*/

h3 a
{
}

.hidden
{
    display: none;
}

.boxcaption1
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption2
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption3
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption4
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption5
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption6
{
    float: left;
    position: absolute;
    background: #000;
    height: 90px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#slider-stage
{
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 200px;
    margin: 0 auto;
}
#slider-buttons
{
    width: 940px;
    margin: 0 auto;
}
#slider-list
{
    width: 2000px;
    border: 0;
    margin: 0;
    padding: 0;
}
#slider-list li
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    margin-right: 4px;
    padding: 4px;
    background: #DEDEDE;
    float: left;
    width: 940px;
    height: 200px;
}







#bodynav
{
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mainlinks
{
    background-color: #2b82db;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #162d70;
}
h1
{
    color: #0a62a1;
}

.selectbrown
{
    background-color: #c98f00;
    padding: 7px;
    margin-right: 1px;
    margin-left: 1px;
}
.unselectblue
{
    background-color: #e7e7ef;
    padding: 5px;
    margin-right: 1px;
    margin-left: 1px;
}

/* RAD Menu overwrite format*/
.RadMenu_IRIN .rmItem .Global
{
    color: #FFF;
    background-color: #162d70;
}

.RadMenu_IRINSUB ul.rmRootGroup, .RadMenu_IRINSUB div.rmRootGroup
{
    background-color: #000;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #999999;
    height: 23px;
}
/* End of RAD Menu format*/

.ThemeScrol
{
    position: relative;
    overflow: hidden; /* vertical scrollers have typically larger height than width */
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    color: #fff;
}
.ThemeArrow
{
    margin-left: 100px;
    border-width:0px;
    cursor: pointer;
}
#MoreSlideShow img
{
    border:0;
    margin-top: 3px;
    margin-bottom: 3px;
}
#MoreSlideShow hr
{
    margin-bottom: 4px;
    margin-top:4px;
}
#MoreSlideShow a.More
{
    font-weight:bold;
}
