﻿/***** Site Level Styles *****/
body
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	padding: 0px;
	margin: 0px;
}

h1
{
    font-size: 24pt;
    color: #8F1431;
    font-variant: small-caps;
}

h2
{
    font-size: 20pt;
    color: #8F1431;
    font-variant: small-caps;
}

h3
{
    font-size: 16pt;
    color: #8F1431;
    font-variant: small-caps;
}

h4
{
    font-size: 12pt;
    color: #8F1431;
    font-variant: small-caps;
}

h5
{
    font-size: 10pt;
    font-weight:normal;
    line-height:13pt;
    color: black;
    margin:0px;
    padding:0px;
}
.qstitle
{
    font-size: 14pt;
    color: #8F1431;
    font-variant: small-caps;
    font-weight:bolder;
}
h5 ul li 
{
    list-style-type: disc;
}
h5 li
{
	margin-bottom:10px;
}
/***** Master Page Styles *****/
.header
{
	margin-top: 10px;
	padding-top: 10px;
	height: 75px;
	width: 980px;
	text-align: left;
}

.banner
{
	width: 640px;
	float: left;
}

.rightbanner
{
	text-align: right;
	width: 340px;
	float: right;
}

.rightbanner img
{
    height:55px;
    border:0px;
}

.suggest
{
	font-size: 8pt;
	color: #002c5a;
	width: 100%;
	text-align: right;
}

.suggest a
{
	text-decoration: none;
}

.suggest a:hover a:link
{
	text-decoration: underline;	
}

.menu
{
	clear: both;
	background-image: url(/images/menuBack.png);
	background-repeat: repeat-x;
	width: 100%;
	border: solid 1px #002c5a;
	font-variant: small-caps;
}

.menu div { display: table; }
.menu div span { display: table-cell; vertical-align:middle; }

.content
{
	padding: 15px;
	margin: 15px;
	text-align: left;
	width: 950px;
	clear: both;
	min-height: 400px;
}

.content a:link
{
    color: #4379b0 ;
    text-decoration: none;
    font-weight: bold;
}

.content a:visited
{
    color: #4379b0 ;
    text-decoration: none;
    font-weight: bold;
}

.content a:active
{
    color: #4379b0 ;
    text-decoration: none;
    font-weight: bold;
}

.content a:hover
{
    color: #8F1431;
    text-decoration: underline;
}

.LeftContent
{
	float: left;
	text-align: left;
	width: 650px;
}

.RightContent
{
	float: right;
	text-align: left;
	width: 250px;
	padding-left: 30px;
	border-left: dotted 1px #c7c7c7;
}

.AdvancedSrch
{
	width: 650px;
}

.QuickSrch
{
	width: 650px;	
}

.SearchResults
{
	width: 650px;
}
.SearchMessage
{
    padding-top: 10px;
    padding-bottom: 10px;
	border-top: dotted 1px #c7c7c7;
	border-bottom: dotted 1px #c7c7c7;
	font-size: 9pt;
}
.SearchMessage span
{
    margin-right:110px;
    display:block;
    margin-top:5px;
}
.footer
{
	border-top: solid 10px #002c5a;
	min-height: 40px;
	width: 980px;
	margin-bottom:210px;
}

.footerLeft
{
	float: left;
	width: 40%;
	vertical-align: top;
	text-align: left;
}
.footerLeft a
{
    border:0px;
}
.footerLeft img
{
    border:0px;
    height:76px;
}
.footerRight
{
	float: right;
	width: 40%;
	padding-top: 10px;
	vertical-align: top;
	text-align: right;
	margin-bottom:10px;
}
.footerItem
{
	border-right: dotted 2px #002c5a;
	padding-right: 10px;
	font-size: 12px;
	color: #6b79a5;
}
.footerItem a:link
{
    color: #4379b0 ;
    text-decoration: none;
    font-weight: bold;
}

.footerItem a:visited
{
    color: #4379b0 ;
    text-decoration: none;
    font-weight: bold;
}

.footerItem a:active
{
    color: #4379b0 ;
    text-decoration: none;
    font-weight: bold;
}

.footerItem a:hover
{
    color: #8F1431;
    text-decoration: underline;
}

/***** Control Styles *****/
.DisablePreview
{
    font-size: 9pt;
    text-align: right;
    width: 100%;
    padding-bottom:5px;
}
/** Resource Item / List **/
  .SortWrapper
    {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: dotted 1px #C7C7C7;
        font-size: 9pt;
        height: auto;
        text-align: center;
    }
    .SortWrapper .SortBy
    {
        font-variant: small-caps;
        color: #002C5A;
        font-weight: bold;
        font-size: 12px;
    }
    .SortWrapper .SortType a
    {
        font-variant: small-caps;
        color: #6B79A5;
        font-weight: bold;
        font-size: 12px;
    }
    .SortWrapper .SortType a:hover
    {
        color: #002C5A;
        text-decoration: underline;
    }
    .SearchFilterWrapper
    {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: dotted 1px #C7C7C7;
        font-size: 9pt;
        min-height: 15px;
        height: auto;
    }
    * html .SearchFilterWrapper
    {
        height: 15px;
    }
    .ShowFilter
    {
        width: 100%;
        text-align: center;
        clear:both;
    }
    .Filters table
    {
        width: 100%;
    }
    .Filters td
    {
        padding-top: 5px;
    }
    .Filters td.filterType
    {
       width: 100px;
        font-variant: small-caps;
        text-align: left;
        color: #002C5A;
        font-weight: bold;
        font-size: 12px;
    }
    .Filters td.filterData
    {
        padding-right:20px;
        text-align: left;
    }
    .filterBottom 
    {
        padding-top: 10px;
        padding-bottom:5px;
        min-height:30px;
    }
    .filterHelp
    {
        
    }
     .filterHelp .helpText
    {
        font-size: 9px;
        font-weight: normal;
        font-variant: normal;
        color:Gray;
    }
    .filterMsg 
    {
         margin-right:110px;
    }
    * html .filterBottom 
    {
        height:30px;
    }
    .filterbutton
    {
        background-image: url('../images/filterbutton.png');
        background-repeat: no-repeat;
        border: 0px;
        padding: 0px;
        margin: 0px;
        vertical-align: bottom;
        height: 30px;
        width: 100px;
        float: right;
        margin-left:10px;
    }
    .filterbutton:hover
    {
        background-image: url('../images/filterbuttonhover.png');
    }
    .resetbutton
    {
        background-image: url('../images/resetbutton.png');
        background-repeat: no-repeat;
        border: 0px;
        padding: 0px;
        margin: 0px;
        vertical-align: bottom;
        height: 30px;
        width: 100px;
        float: right;
        margin-left:10px;
    }
    .resetbutton:hover
    {
        background-image: url('../images/resetbuttonhover.png');
    }
    .EmptyWrapper 
    {
        font-size: 9pt;
        font-weight:bold;
    }
.resourceList
{
}

.resourceItem
{
	display: block;
	font-size: small;
	padding: 10px;
	background-color: #FFFFFF;
}

.resourceItemAlt
{
	display: block;
	font-size: small;
	padding: 10px;
	background-color: #e6e6e6;
}

.itemProperties
{
    display:block;
    font-size:8pt;
}
.itemTitle
{
	display: inline;
	font-weight: bold;
}
.itemTag
{
    display:inline;
    padding-left:5px;
}
.itemRating
{
    display: inline;
	float: right;
	padding-right: 20px;
}
.itemFav
{
	float: right;
	padding-right: 20px;
}
.itemDescription
{
	display: block;
	margin-top: 5px;
}

.rscListEmpty
{
	text-align: center;
	margin: 20px;
}

/** Item Rating **/

.rating
{
	width: 80px;
	height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}

ul.rating li
{
	cursor: pointer; /*ie5 mac doesn't like it if the list is floated but ie6 does\*/
	float: left; /* end hide*/
	text-indent: -999em; /* hide text*/
}

ul.rating li a
{
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}

ul.rating li.one a
{
	left: 0;
}

ul.rating li.one a
{
	left: 0;
}
ul.rating li.two a
{
	left: 16px;
}
ul.rating li.three a
{
	left: 32px;
}
ul.rating li.four a
{
	left: 48px;
}
ul.rating li.five a
{
	left: 64px;
}

.nostar
{
	background-position: 0 0;
}
.onestar
{
	background-position: 0 -16px;
}
.twostar
{
	background-position: 0 -32px;
}
.threestar
{
	background-position: 0 -48px;
}
.fourstar
{
	background-position: 0 -64px;
}
.fivestar
{
	background-position: 0 -80px;
}

ul.rating li a:hover
{
	z-index: 2;
	width: 80px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover
{
	background-position: 0 -16px;
}
ul.rating li.two a:hover
{
	background-position: 0 -32px;
}
ul.rating li.three a:hover
{
	background-position: 0 -48px;
}
ul.rating li.four a:hover
{
	background-position: 0 -64px;
}
ul.rating li.five a:hover
{
	background-position: 0 -80px;
}

/** Advanced Search **/

#advsearch
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

#advsearch table
{
	padding: 0px;
	margin: 0px;
	border: none 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

#advsearch tr
{
	border-bottom: dotted 1px #c7c7c7;
}

#advsearch td.label
{
	width: 120px;
	vertical-align: top;
}

#advsearch .container_categories
{
	width: 100%;
	min-width: 240px;
	max-height: 300px;
	height: 300px;
	overflow-y: scroll;
	border: solid 1px #6b79a5;
	margin: 0px;
	padding: 5px;
}
 
#advsearch .container_categories .rtUL
{
    padding-left:20px;
}
 
#advsearch .container_categories .rtLI div
{
    display:table;
    vertical-align:top;
}

#advsearch .container_categories .rtLI div .rtSp
{
    display:table-cell;
    vertical-align:top;
}

#advsearch .container_categories .rtLI div .rtChk
{
    display:table-cell;
    vertical-align:top;
    line-height:1em;
    margin-top:2px;
}

#advsearch .container_categories .rtLI div .rtIn
{
    display:table-cell;
    vertical-align:top;
}

#advsearch .helpText
{
    font-size: 9px;
    font-weight: normal;
    font-variant: normal;
    color:Gray;
}

.searchbutton
{
	background-image: url('../images/searchbutton.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.searchbutton:hover
{
	background-image: url('../images/searchbuttonhover.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.searchbuttona
{
	background-image: url('../images/searchagnbutton.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	height:30px;
    width:100px;
    float:right;
}

.searchbuttona:hover
{
	background-image: url('../images/searchagnbuttonhover.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

/** Quick Search **/

.quicksearch
{
	padding: 5px;
	display: inline-block;
	width: 200px;
	margin-bottom:5px;
}

.quicksearch .RadInput_WebBlue input
{
    margin:0px;
}

.quicksearch .submitBtn
{
	padding: 2px;
	padding-left: 16px;
	background: url(/images/search.png) no-repeat 2px 2px;
}

.quicksearch #divCategoryType
{
	margin-top: 5px;
	display: block;
}

.quicksearch #divTypes
{
	margin-top: 5px;
	display: block;
}

.quicksearch #divCategory
{
	margin-top: 5px;
	display: block;
}

.quicksearch #divKeyword
{
	margin-top: 5px;
	display: block;
}

.quicksearch #divHelpText
{
	margin-top: 5px;
	display: block;
		font-size: 9px;
    font-weight: normal;
    font-variant: normal;
    color: gray;
}

.quicksearch #divAdvancedSearch
{
	display: block;	
	margin-top: 3px;
}
.quicksearch #divAdvancedSearch a
{
	font-size: 10px;
	vertical-align: text-top;
}

.quicksearch #divAdvancedSearch .button
{
	background-image: url('../images/searchbutton.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.quicksearch #divAdvancedSearch  .button:hover
{
	background-image: url('../images/searchbuttonhover.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.quicksearch_h
{
	padding: 10px;
	display: block;
	width: 700px;
}

.quicksearch_h input.btn
{
	width: 20px;
	height: 15px;
}

.quicksearch_h #divAdvancedSearch
{
	font-size: 0.8em;
	line-height: 0.9em;
	display: inline;
}

.quicksearch_h #divCategoryType
{
	width: 150px;
	display: inline;
}

.quicksearch_h table
{
	table-layout: fixed;
}

.quicksearch_h #divCategory
{
	width: 150px;
	display: inline;
}
.quicksearch_h #divTypes
{
	width: 150px;
	display: inline;
}
.quicksearch_h #divKeyword
{
	display: inline;
}

.quicksearch_h #divSubmitBtn
{
	display: inline;
}

/** Login / Password **/

.login
{
	display: inline-block;
	height: 40px;
	line-height: 0.8em;
}

.login a:link
{
	color: #002c5a;
}

.login a:active
{
	color: #002c5a;
}

.login a:visisted
{
	color: #002c5a;
}

.login a:hover
{
	color: #6b79a5;
}

.login img
{
	text-align: center;
	vertical-align: middle;
}

.login .button
{
	background-image: url('../images/loginbutton.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.login .button:hover
{
	background-image: url('../images/loginbuttonhover.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.login .loginoptions
{
	font-size: 0.7em;
	line-height: 0.8em;
	padding-top: 3px;
}

.passwordhelp
{
	padding: 5px;
	display: inline-block;
}

.passwordhelp .header
{
	display: block;
	font-size: large;
	font-weight: bold;
	line-height: 1.5em;
}

.passwordhelp .loginForm
{
	padding: 5px;
}

.passwordhelp .loginForm input
{
	margin-left: 10px;
}

/** Quick List **/

.QuickList
{
	padding: 5px;
	display: inline-block;
	width: 240px;
	height: auto;
	font-size: 11px;
	background-image: url('../images/quicklinkback.png');
	background-repeat: no-repeat;
	margin-top:5px;
    margin-bottom:5px;
}

.QuickList .title
{
	font-size: large;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #6B79A5;
	font-variant: small-caps;
	color: #6b79a5;
}
.QuickList ul
{
	padding: 5px;
	margin: 0px;
}

.QuickList li
{
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0.5em 0;
	padding-left: 27px;
	padding-bottom: 2px;
}

/** Browser / Menu **/

.resourceBrowser
{
	padding: 5px;
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 12px;
}

/***** Pager Styles *****/
.Pager
{
	color: #6b79a5;
	font-size: 11px;
	font-variant: small-caps;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

.Pager .total
{
	color: #002c5a;
	font-weight: bold;
	font-size: 12px;
}

.Pager a:link
{
	color: #6b79a5;
	text-decoration: none;
}

.Pager a:active 
{
	color: #6b79a5;
	text-decoration: none;
}

.Pager disabled
{
	text-decoration: none;
	font-weight: bold;
}

.Pager a:visited
{
	color: #6b79a5;
	text-decoration: none;
}

.Pager a:hover
{
	color: #002c5a;
	text-decoration: underline;	
}


#register
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	width: 500px;
}

#register table
{
	padding: 0px;
	margin: 0px;
	border: none 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

#register tr
{
	border-bottom: dotted 1px #c7c7c7;
}

#register td.label
{
	width: 120px;
	vertical-align: top;
}

#register .button
{
		background-image: url('../images/registerbigbutton.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#register  .button:hover
{
	background-image: url('../images/registerbigbuttonhover.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.keyword
{
    background:#FEF1B5;
}

/* FRAME STYLES */

.framePage
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.framePage form
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.fheader
{
    margin-top: 10px;
    height: 115px;
    width: 980px;
    text-align: left;
}

.fseperator
{
    margin: 0pt; 
    padding: 0pt; 
    background: none repeat scroll 0% 0% rgb(148, 159, 194); 
    height: 3px; 
    width: 100%;
}

.fbanner
{
    width: 640px;
}

.fuserlogin
{
    text-align: right;
    width: 340px;
    float: right;
}
.fmenu
{
    height: auto;
    clear: both;
    background-image: url(/images/menuBack.png);
    background-repeat: repeat-x;
    width: 100%;
    border: solid 1px #002c5a;
    font-variant: small-caps;
}

.fmenu div { display: table; }
.fmenu div span { display: table-cell; vertical-align:middle; }

.fsuggest
{
    float: right;
    font-size: 8pt;
    color: #002c5a;
    width: 100%;
    text-align: right;
}
.fsuggest a:active
{
    color: #002C5A;
    font-weight: bold;
    text-decoration: none;
}
.fsuggest a:link
{
    color: #002C5A;
    font-weight: bold;
    text-decoration: none;
}
#frameContainer
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#rf
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* IMAGE PREVIEW STYLES */
.PreviewWrapper
{
     display:inline;
     clear: both; 
     float:right;
}
.PreviewIcon 
{
    background:transparent url(/images/search.gif) no-repeat top left;
    height:16px;
    width:16px;
    cursor:pointer;
    display:inline-block;
    float:right;
}
.PreviewIconSelected
{
    background:transparent url(/images/search.gif) no-repeat top left;
    height:16px;
    width:16px;
    cursor:pointer;
    display:inline-block;
    float:right;
}

.PreviewImage
{
    display:block;
    position:absolute;
    border:0 none;
    margin-left:20px;
    margin-top: -20px;
}

.PreviewImage img
{ 
    border:0px;
}

.Selected
{
    	border:2px solid #737a8a;
}
