﻿.clear
{
    clear: both;
}

.clearHalf
{
    clear: both;
    width: 50%;
}

.pager a
{
    text-decoration: none;
}

/* Tabs */
#tabs
{
    float: right;
    width: 100%;
    line-height: normal;
    white-space: nowrap;
}

#tabs ul
{
    margin: 0;
    padding: 10px 10px 0 0;
    list-style: none;
}

#tabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#tabs a
{
    float: left;
    background: url("Images/tabLeft.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#tabs a > span
{
	float: left;
	display: block;
	background: url( "Images/tabRight.png" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a > span
{
    float: none;
}
/* End IE5-Mac hack */

#tabs li:hover a > span
{
    color: #FFF;
}

#tabs li:hover a
{
    background-position: 0% -42px;
}

#tabs li:hover a > span
{
    background-position: 100% -42px;
}

#tabs a.rtsSelected
{
    background-position: 0% -42px;
}

#tabs a.rtsSelected > span
{
    background-position: 100% -42px;
    color: #FFF;
}

.RadTabStrip_Default .rtsLink
{
    line-height: normal !important;
}
.RadTabStrip_Default .rtsLink
{
    -x-system-font: none;
    color: #000000;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 26px;
}
.RadTabStrip .rtsLevel
{
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.RadTabStrip .rtsLI
{
    float: left;
}
/* End Tabs */

/* Dropdown menus */
.rtsLI:hover .drop_down_menu
{
    display: block;
}
.drop_down_menu
{
    z-index: 10;
    display: none; 
    *margin-left: -75px !important;
    margin-top: 24px !important;
    padding: 0px !important;
    position: absolute;
    border: 1px solid #adadad;
    background-color: #edeeed;
}

.drop_down_menu li
{
    background-color: #edeeed;
    white-space: nowrap;
    display: block !important;
    min-width: 150px;
    margin: 0px !important;
    padding: 1px 5px 1px 5px !important;
}

.drop_down_menu li:hover
{
    background-color: #F2F4F4;
}

.drop_down_menu li a
{
    line-height: 26px;
    float: none !important;
    background: none !important;
    margin: 0px !important;
    text-decoration: none !important;
    display: block;
    color: #333;
}

/* end Dropdown menus */
