﻿/* css reset
--------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12pt;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000066;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HTML ELEMENTS 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link, a:visited
{
    color: #0000FF;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    color: #0000FF;
    text-decoration: underline;
}
h1, h2, h3
{
    font-weight: bold;
    padding-top: 10px;
}
.h-first
{
    padding-top: 0px;
}
h1
{
    font-size: 1.3em;
}
h2
{
    font-size: 1.2em;
}
h3
{
    font-size: 1.1em;
}
p
{
    padding: 5px;
}
b
{
    font-weight: bold;
}
hr
{
    color: #808080;
    background-color: #808080;
    height: 1px;
    clear: both;
}
small
{
    font-size: .7em;
}
strong
{
    font-weight: bold;
}
textarea
{
    font-family: Arial, Helvetica, sans-serif;
}
.bodyText
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table
{
    width: 100%;
}
table.data-table td
{
    padding: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset
{
    padding: 0px 10px 10px 10px;
    border: 1px solid #9e9e9e;
}
fieldset *
{
    font-size: 1em;
}
fieldset small
{
    font-size: .7em;
}
fieldset ul
{
    display: inline-block;
    list-style-type: none;
}
fieldset li li
{
    padding: 2px;
    display: inline-block;
}
fieldset a
{
    font-size: .85em;
}
legend
{
    color: #0000FF;
    font-weight: bold;
}
label
{
    font-weight: bold;
    display: block;
    margin-left: -5px;
    font-size: .8em;
}
	
.checkbox {	
	margin:12px 0;
	width:60%;
	}
	
.checkbox input {	
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 COMMENTS 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/  

#CommentList
{
    margin-left: 50px;
}
#Comment
{
    border: 1px solid #9e9e9e;
    padding: 5px;
    margin-top: 10px;
}
#Comment small b
{
    font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BUTTONS 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/  
input.button {
	font-size:.8em;
	padding:0px 10px 0px 10px;
	cursor:pointer;
	}
	
input.button-big
{
    padding: 2px 20px;
}

input.button-small
{
    font-size: .75em;
    padding: 1px 10px 1px 10px;
}
.btn-blue
{
    background: url(images/btn-blue-right.gif) no-repeat right top;
    height: 19px;
    padding-right: 10px;
    padding-left: 0px;
    display: block;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
    margin-top: 5px;
}
.btn-blue span
{
    padding: 1px 1px 0px 10px;
    background: url(images/btn-blue-left.gif) no-repeat left top;
    height: 19px;
    display: block;
    float: left;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: .9em;
}
.btn-blue a
{
    color: #FFFFFF;
    font-size: .9em;
    text-decoration: none;
}
.btn-container
{
    float: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/  
	
body
{
    background-color: #CCFFFF;
}
.site-container
{
    margin: 10px auto 10px auto;
    width: 950px;
    height: auto;
}
.head
{
    background: url(Images/BackGrounds/Head.png);
    background-repeat: no-repeat;
    height: 132px;
}
.main
{
    background: url(Images/BackGrounds/Main.png);
    background-repeat: repeat-y;
}
.nav-left{}
.content-right
{
    padding: 0px 10px 85px 10px;
    float: right;
    margin-right: 10px;
    width: 670px;
}
.content-left
{
    padding: 10px 10px 0px 10px;
    float: left;
    margin-left: 10px;
    width: 210px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEAD 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.heading
{
    float: right;
    margin-top: 12px;
    margin-right: 20px;
    clear: both;
    font-weight: bold;
}
.heading h1
{
    font-size: 1em;
}
.login
{
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    clear: both;
}
.login a:link, .login a:visited
{
    font-size: .8em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOT 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.foot
{
    background: url(Images/BackGrounds/Foot.png);
    background-repeat: no-repeat;
    padding-top: 35px;
    text-align: center;
    height: 70px;
}
.foot p
{
    font-size: .75em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.foot a
{
    font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NAV LEFT 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-left
{
    padding: 0px 10px 0px 10px;
    float: left;
    margin-left: 10px;
    width: 210px;
}
.nav-left a
{
    margin-left: 5px;
}
.ads
{
    margin-top: 20px;
    text-align: center;
}
.ads img
{
    margin-left: auto;
    margin-right: auto;
}
#NominateBox p input, #NominateBox p label
{
    margin-left: -9px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 CONTENT RIGHT 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content-right .ads
{
    position: absolute;
    bottom: 0px;
    width: 670px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PAGE TABS 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-tabs
{
    padding-top: 13px;
    padding-left: 290px;
    height: 26px;
}
.page-tabs li
{
    display: inline;
}
.page-tabs a:link, .page-tabs a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    height: 26px;
    padding: 7px 7px 0 7px;
    display: block;
    float: left;
    font-size: 1.1em;
    border-right: 1px solid #FFFFFF;
}
.page-tabs li.first a:link, .page-tabs li.first a:visited
{
    border-left: 1px solid #FFFFFF;
}
.page-tabs .active a:link, .page-tabs .active a:visited
{
    color: #0033CC;
    text-decoration: none;
    background-image: none;
    background-color: #FFFFFF;
}
	
.page-tabs a:hover, .page-tabs .active a:hover
{
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HOME PAGE
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#HomePage fieldset
{
    margin-bottom: 5px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 UBERNEWS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.title
{
    font-size: 1em;
    font-weight: bold;
}
#UbernewsList li
{
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #9e9e9e;
    list-style-type: none;
}
#NewsAbstract h1, #NewsAbstract p
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 1em;
}
#UbernewsDetails h1, #UbernewsDetails p
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTO CONTAINER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-container
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 5px;
    float: left;
    text-align: center;
}
.photo-container img
{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 EMPLOYER LIST
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NOMINATION LIST
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#NominationList li
{
    border: 1px solid #9e9e9e;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}
#NominationList .rating li
{
   /* padding: 0px;
    margin: 0px 0px 0px 3px;
    border-style: none;
    display: inline-block;*/
}

#NominationList .photo-container
{
    width: auto;
}
#NominationList p, #NominationList h3
{
}
#NominationList small
{
    /*font-size: .75em;*/
}
#NominationList b
{
    font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NEWSPAPER LIST
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#NewspaperList li
{
    padding: 5px;
    border: 1px solid #9e9e9e;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}
#NewspaperAbstract .photo-container
{
    width: 150px;
}
#NewspaperList p, #NewspaperList h2
{
    padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 RADIO LIST
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#RadioList li
{
    padding: 5px;
    border: 1px solid #9e9e9e;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}
#RadioList .photo-container
{
    width: auto;
    margin-top: 0px;
}
#RadioList p, #RadioList h2
{
    padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NOMINATION ABSTRACT
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#NominationAbstract fieldset
{
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 2px;
}
#NominationAbstract small
{
    /*font-size: .7em;*/
}
#NominationAbstract .rating
{
    margin-left: -5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 ABSTRACTS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.abstract-h
{
    font-size: 1em;
}
.abstract-p
{
}
.abstract-small
{
    font-size: .75em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 VALIDATION
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-errors li
{
    color: #ff0000;
    margin-left: 20px;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 RATINGS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.rating
{
    font-size: .8em;
    font-weight: bold;
    display: inline;
    float: left;
}
.rating_bar
{
    background-position: 0 0;
    width: 55px;
    background: url(Images/star_x_grey.gif) 0 0 repeat-x;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.rating_bar div {
  height: 12px;
  background: url(Images/star_x_orange.gif) 0 0 repeat-x;
}
.rating_star
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
}   
.rating_filled
{
    background-image: url(Images/FilledStar.png);
}   
.rating_empty
{
    background-image: url(Images/EmptyStar.png);
} 
#NominationForm li
{
    vertical-align: middle;
}
#RatingForm li li
{
    width: 95px;
    vertical-align: middle;
    float: left;
}
#RatingForm ul
{
    margin: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	display:none;
	}

.clear {
	clear:both;
	margin:0;
	padding:0;
	}
.inline
{
    display: inline;
}
