﻿body
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

h1
{
    font-size: 36px;
    font-family:  Franklin Gothic Demi Cond, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: #878787;
    margin: 0px;
}

h2
{
    font-size: 28px;
    font-family: Franklin Gothic Demi Cond, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: #878787;
    margin: 0px;
}

h3
{
    font-size: 18px;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: white;
    background-color: Gray;
    width: 100%;
    margin: 0px;
}

a
{
    color: #f2930a;
}

a img
{
	border: 0px;
}

a:visited
{
    color: #bc740d;
}

a.button {
    text-decoration: none;
    float:left;
    color: #999;
    cursor: pointer;
    outline: none;
    font: 900 14px/22px "Arial", Helvetica, sans-serif;
    background: url("images/button.png") no-repeat top right;
}
 
a.button span {
    margin: 0 15px 0 0;
    padding: 3px 1px 3px 18px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
    background: url("images/button.png") no-repeat top left;
}

a.button:hover {
    color: #bbb;
}

a.button_large {
    text-decoration: none;
    float:left;
    color: #999;
    cursor: pointer;
    outline: none;
    font: 900 19px/23px "Arial", Helvetica, sans-serif;
    background: url("images/button_large.png") no-repeat top right;
}
 
a.button_large span {
    margin: 0 20px 0 0;
    padding: 5px 1px 7px 23px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
    background: url("images/button_large.png") no-repeat top left;
}

a.button_large:hover {
    color: #bbb;
}

hr
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #dddcdc;
    height: 0px;
    margin: 24px 0px 24px 0px;
}

ul li
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style-position: inside;
}

ol
{
	margin: 0px;
	padding: 0px;
}

ol li
{
	margin-left: 30px;
	padding-left: 00px;
}

input
{
    border: 1px solid #dddcdc;
}

input[type="submit"]
{
    border: 2px solid #505050;
    background-color: #878787;
    padding: 3px;
    font-weight: bold;
}

textarea
{
    border: 1px solid #dddcdc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    border: 1px solid #dddcdc;
}

td
{
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.PrimaryDiv
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 00px;
    background-color: #ffffff;
    width: 1024px;
    padding: 0px;
}

.Header
{
    background-position: left top;
    padding: 10px 30px 0px 30px;
    margin: 0px;
    background-color: #333333;
    color: #ffffff;
    background-image: url("Images/logo.png");
    background-position: 15px 11px;
    background-repeat: no-repeat;
    font-size: 16px;
}

.Logo
{
    float: left;
    margin-top: 30px;
    width: 400px;
    height: 57px;
}

.Footer
{
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 20px;
}

A.HeaderLink
{
    color: #ffffff;
    text-decoration: underline;
}

A.FooterLink
{
    color: #ffffff;
    text-decoration: none;
}

.LogIn
{
    float: right;
    font-size: 80%;
	text-align: right;
}

.TabsContainer
{
    height: 31px;
    width: 100%;
    clear: both;
}

.Tabs
{
    float: right;
    font-size: 17px;
}

.Tab
{
    background: #878787;
    color: #000000;
    font-weight: bold;
    float: left;
    height: 26px;
    padding-top: 5px;
    margin: 0px;
    text-decoration: none;
    min-width: 90px;
    text-align: center;
}

A.Tab
{
    color: #000000;
}

A.Tab:hover
{
	color: #333333;
}

.TabBefore
{
    background: #878787;
    background: url("Images/tab_left.png");
    float: left;
    background-repeat: no-repeat;
    width: 11px;
    height: 31px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

.TabAfter
{
    background: #878787;
    background: url("Images/tab_right.png");
    float: left;
    background-repeat: no-repeat;
    width: 11px;
    height: 31px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}

.SelectedTab
{
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    float: left;
    height: 26px;
    padding-top: 5px;
    margin: 0px;
    text-decoration: none;
    min-width: 90px;
    text-align: center;
}

A.SelectedTab
{
    color: #000000;
}

.SelectedTabBefore
{
    background: #ffffff;
    background: url("Images/tab_left_selected.png");
    float: left;
    background-repeat: no-repeat;
    width: 11px;
    height: 31px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

.SelectedTabAfter
{
    background: #ffffff;
    background: url("Images/tab_right_selected.png");
    float: left;
    background-repeat: no-repeat;
    width: 11px;
    height: 31px;
    margin: 0px 5px 0px 0px;
    padding: 0px;
}

a.ArrowLink
{
    background: url("Images/arrow.png") right;
    background-repeat: no-repeat;
    font-size: 24px;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 0px 70px 0px 0px;
    float: right;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

a.ArrowLink:hover
{
    color: #888888;
}

.ButtonLink
{
    border: 2px solid #505050;
    background-color: #878787;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 4px 14px 4px 14px;
    display: inline-block;
	cursor: pointer;
}

.Contents
{
    padding: 40px 50px 40px 50px;
    min-height: 300px;
}

.ProjectsTableHeader
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
   
}

.ProjectsTableHeaderRow
{
    background-color: #878787;
    font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: White;
}
    
.ProjectListEntry_Closed td
{
	color: #999999;
}

.ProjectListEntry_Closed td a
{
	color: #999999;
}

.WTImage
{
	margin-left:20px;
}

.ForumGridViewHeader
{
	background-color: #878787;
	font-size: small;
    font-weight: bold;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: White;
}

.ForumGridViewRow
{
	font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

.Badge-1
{
    border: 2px solid #d49491;
    background-color: #fffaf6;
    background-image: url("Images/badge_1.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 4px 4px 4px 20px;
    margin: 0px 8px 8px 0px;
    display: inline-block;
}

.Badge-2
{
    border: 2px solid #aaaaaa;
    background-color: #f8f8f8;
    background-image: url("Images/badge_2.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 4px 4px 4px 20px;
    margin: 0px 8px 8px 0px;
    display: inline-block;
}

.Badge-3
{
    border: 2px solid #e1b271;
    background-color: #fffff1;
    background-image: url("Images/badge_3.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 4px 4px 4px 20px;
    margin: 0px 8px 8px 0px;
    display: inline-block;
}

.hide 
{
	position: absolute;
	top: -9000px;
	left: -9000px;
}
 
.comment
{
	background-color: #fafafa;
}

.submissions
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    width:285px;
	height:240px;
	overflow: hidden;
    padding:3px;
}

div.tooltip 
{ 
    background-color: #fafafa; 
    border:2px solid #333333; 
    padding:10px 15px; 
    width:300px; 
    display:none; 
    color:#333333; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

div.modal 
{
    background:url(Images/modalr.png);
    display:none;
    width:400px;
    height: 188px;
    padding: 38px 49px 29px 48px;
    text-align:left;
}

div.modal div.close
{
    position:absolute; right:0px; top:0px; 
    cursor:pointer; 
    height:46px; 
    width:47px; 	
}

#preview
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.watermark {
	color: #999;
}

ul.transferTaskList
{
	padding: 0;
	border: 2px solid #eeeeee;
}

ul.transferTaskList li.unchecked
{
	background-position: left top;
	list-style-type: none;
	display: block;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 76px;
	background-image: url("images/checkbox_unchecked.png");
}

ul.transferTaskList li.checked
{
	background-position: left top;
	list-style-type: none;
	display: block;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 76px;
	background-image: url("images/checkbox_checked.png");
}

ul.transferTaskList li h2
{
}
