﻿/***************************************************************/
/************************ Classes ******************************/
/***************************************************************/
a img
{
    border: none;
}

.RadGrid input
{
    border: none !important;
}

.lefty
{
    float: left;
    width: 320px;
}
.righty
{
    float: right;
    width: 310px;
    margin-right: 10px;
}
.required
{
    color: Red;
    font-weight: bold;
    font-size: 0.9em;
}
div.none
{
    color: #8D8B8B;
    padding: 10px;
}
div.no-records
{
    color: #8D8B8B;
}
div.no-results
{
    padding: 100px 100px;
    font-size: 1.4em;
    line-height: 32px;
}

.header
{
    background: #666666;
    color: white;
    font-weight: bold;
    padding: 0 0 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
}
.button
{
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #d9d9d9;
}
.fields
{
    background: #f1f4f8;
    padding: 10px;
}
.label
{
    font-weight: bold;
}
.text
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #CCCCCC;
}

td.icon
{
    width: 16px;
}
div.message
{
    border-bottom: dotted 1px #d9d9d9;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
td.message
{
    font-weight: bold;
    font-size: 0.9em;
    vertical-align: bottom;
    padding-left: 0 !important;
}
td.message a
{
    font-size: 0.85em !important;
}
td.field
{
    padding: 1px 0 !important;
}
td.label
{
    font-size: 0.85em;
    font-weight: bold;
    text-align: left;
    width: 25%;
    padding: 0 !important;
}
td.label-right
{
    font-size: 0.85em;
    font-weight: bold;
    text-align: right;
    width: 25%;
    padding: 10px 10px 0 0 !important;
    vertical-align: top;
}

td.name
{
    font-size: 1.8em;
    border-bottom: solid 1px #d9d9d9;
}



div.steps
{
    padding: 0 20px 10px 0;
}
div.project-links
{
    padding: 10px 0;
    margin-bottom: 15px;
    border: solid 1px #d9d9d9;
}

div:hover > div.header-small
{
    background: #595959;
    color: white;
    border-top: 2px solid #595959;
}
div.header-small
{
    background: #E9ECF1;
    color: #595959;
    border-top: 2px solid #97A8C3;
    font-weight: bold;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}
.user-status .inner, .project-workflow .inner
{
    padding: 7px;
}
.user-link td
{
    padding: 0 !important;
}
.user-link td.date
{
    padding-right: 7px !important;
}

div.due-date
{
    background: url(../img/point_orange.gif) no-repeat scroll 10px center;
    padding-left: 32px;
    margin-top: 10px;
}

td.date
{
    border: none !important;
    vertical-align: top;
    color: #474747;
}
div.phead a
{
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #E9F0FA !important;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS' ,Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #595959 !important;
    border-bottom: solid 2px #595959;
}
div.phead a:hover
{
    text-decoration: none !important;
}

td.info
{
    border: none !important;
    vertical-align: top;
}

td.info a
{
    font-size: larger;
    text-decoration: none;
}
td.info a:hover
{
    font-size: larger;
    text-decoration: underline;
}
td.input
{
    width: 450px;
}
td.input input
{
    width: 400px;
}
td.input input[type='checkbox']
{
    width: auto;
}
td.interest
{
    padding: 0;
}
td.interest div
{
    display: block;
    font-size: 0.8em;
}
td.interest th
{
    background: #d9d9d9;
    color: white;
    padding: 4px;
}
tr.alt td
{
    background: #ededed;
}
input.save
{
    border: none;
    color: White;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    width: 140px;
    background: url(../Images/main_bg.png) 0 -320px no-repeat;
    height: 40px;
    line-height: 40px;
}
input:hover.save
{
    background: url(../Images/main_bg.png) -140px -320px no-repeat;
    color: Yellow;
}
#error
{
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
    width: 918px;
}
table.msg
{
    width: 100%;
    background: #ededed /*url(../Images/main_bg.png) -10px -280px no-repeat*/;
    height: 40px;
    margin-bottom: 10px;
}
table.msgError
{
    border: solid 1px #941F1F;
    background: #f6e8e8;
    color: #941F1F;
}
table.msg td
{
    padding: 10px;
}
div.project-workflow table.msg
{
    margin: 0;
}

div.search
{
    background: #CBE299;
    padding: 0.7em;
}
div.search input.clearText
{
    padding: 6px;
    color: #cccccc;
}
div.search input:focus.clearText
{
    color: #767676;
}
div.search input.find
{
    background: #25821D;
    border: none;
    padding: 4px 5px 5px;
    font-family: 'Trebuchet MS' ,Arial,Helvetica,sans-serif;
    color: White;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
div.search input:hover.find
{
    background: #1A6113;
}
div.search strong
{
    color: #595959;
    font-family: 'Trebuchet MS' ,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
div.search input.reset
{
    background: none;
    border: dotted 1px white;
    padding: 4px;
    font-family: 'Trebuchet MS' ,Arial,Helvetica,sans-serif;
    color: White;
    font-weight: bold;
    font-size: 14px;
}
div.search input:hover.reset
{
    background: white;
    color: #666666;
}
div.search select
{
    padding: 5px;
    margin-right: 10px;
    color: #666666;
}

div.grids
{
    margin-bottom: 10px;
}
.upload
{
    border: left:solid 1px #c7c7c7;
    padding: 20px;
    background: #fae19d;
}

/***************************************************************/
/********************** Telerik Overrides *****************************/
/***************************************************************/
.RadGrid_Web20 .rgRow td, .RadGrid_Web20 .rgAltRow td
{
    border: none !important;
    font-family: Verdana !important;
}
.riTextBox
{
    font-family: Verdana !important;
}

/*****************************************************************/
/* END OF MAIN STYLES                                            */
/*****************************************************************/

#serverStatus
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../Images/ajax_overlay.png);
    display: none;
}

#serverStatus div
{
    position: fixed;
    margin-left: -125px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    z-index: 1600;
    font-size: large;
    font-weight: bold;
    background: url(../Images/ajax_bg.png);
}
* html #serverStatus div
{
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/*
#loader
{
	width: 250px;
	height: 100px;
	margin-top: 150px;
}
div.bg
{
	position: absolute;
	width: 250px;
	height: 100px;
	background: url(../Images/loading.png);
}
div.content
{
	position: absolute;
	width: 250px;
	height: 100px;
	color: White;
}*/


/*****************************************************************/
/* CLEARFIX - DO NOT REMOVE */
/*****************************************************************/
.clearboth
{
    clear: both;
}

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

