/* CSS Document */

/* Basic css for HTML structure */
*
{
    margin: 0px;
    padding: 0px;
    outline: 0;
}
img
{
    border: 0px;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    background: url(../../media/images/design/header_bg.jpg) top left repeat-x;
}

.bodyPopup
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    background: #ffffff;
    
    margin-left: 5px;
    margin-top: -30px;
}


/* CSS for Header */
.wrapper
{
    width: 942px;
    margin: 0px auto;
    min-height: 100%;
    height: auto !important;
    height: 99%;
}
.Header
{
    /*background:#FFCC00 url(../images/design/header_bg.jpg) top left repeat-x;*/
    width: 942px;
    margin: 0px auto;
}
/* CSS for logo in Header */

.HeaderLogo
{
    width: 208px;
    height: 100px;
    margin-left: 0px;
    float: left;
}
/* CSS for Top Navigation in Header */

.TopNavigation
{
    float: right;
    width: 35%;
    text-align: right;
    height: 52px;
    padding-top: 7px;
    padding-right: 3px;
	
}
a.TopNavigationLinks
{
    text-decoration: none;
    color: #333333;

}
a:hover.TopNavigationLinks
{
    text-decoration: none;
    color: #333333;
}
a.TopNavigationSignupLinks
{
    text-decoration: none;
	color:#0c9003;
    font-weight: bold;
}
a:hover.TopNavigationSignupLinks
{
    text-decoration: none;
	color:#0c9003;
    font-weight: bold;
}

a.TopNavigationUsername
{
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
	margin-left:4px;
}

a:hover.TopNavigationUsername
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
	margin-left:2px;
}



/* CSS for Main Navigation in Header */
.MainNavigation {
	width:650px;
	height:41px;
	float:left;
	display:block;
	margin-left:39px;
}
.MainNavigation ul {
	height:41px;
	display:block;
	list-style:none;
	margin:0 auto;
}
.MainNavigation li {
	list-style:none;
	display:inline;
}
.MainNavigation li a.normal {
	background:url(../../media/images/design/nav_tab.jpg) left bottom no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#00469e;
	text-decoration:none;
	float:left;
	margin-right:5px;
	width:149px;
	text-align:center;
	height:26px;
	padding-top:15px;
}
.MainNavigation li a:hover.normal {
	background:url(../../media/images/design/nav_tab_hover.jpg) left bottom no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#0c9003;
	text-decoration:none;
	float:left;
	margin-right:5px;
	width:149px;
	text-align:center;
	height:26px;
	padding-top:15px;
}
.MainNavigation li.active {
	background:url(../../media/images/design/nav_tab_active.jpg) left bottom no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#0c9003;
	text-decoration:none;
	float:left;
	margin-right:5px;
	width:149px;
	text-align:center;
	height:26px;
	padding-top:15px;
}
.MainNavigation li.active a {
	color:#0c9003;
	text-decoration:none;
}


.PostProjectButton
{
    float: right;
    width: 133px;
    height: 28px;
}

/* CSS Middle Container : hold left Main and Right Container */


.MiddleContainer
{
    float: left;
    width: 942px;
    height: 100%;
    margin: 0px auto;
    overflow: visible;
}

.MiddleContainer2
{
    float: left;
    width: 942px;
    height: 100%;
    margin: 10px auto;
    overflow: visible;
	
}




/* CSS Left Container */


.LeftContainer
{
    float: left;
    width: 208px;
    margin-right: 29px;
    min-height: 100%;
    height: auto !important;
    height: 99%;
    padding-top: 23px;
}
/* CSS for Full Sidebar */


/* CSS for Sidebar top curve */

.SidebarTop
{
    background: url(../../media/images/design/sidebar_top.jpg) bottom left no-repeat;
    width: 208px;
    height: 5px;
    float: left;
}
/* CSS for Sidebar Middle container */

.SidebarMiddleContainer
{
    background: #fbfdff url(../../media/images/design/sidebar_bg.jpg) bottom left repeat-x;
    width: 206px;
    height: 500px;
    border-left: 1px solid #a6d0e7;
    border-right: 1px solid #a6d0e7;
    float: left;
}
.SidebarMiddle
{
    margin-top: 15px;
    height: 87%;
    border: 0px solid #ff0000;
    float: left;
}
.SidebarMiddle2
{
    float: left;
    margin: 15px 0px 0px 10px;
    height: 87%;
    width: 186px;
}
.SidebarMiddle2 h4
{
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    width: 90%;
}
.SibebarFormContent
{
    float: left;
    margin-bottom: 10px;
    width: 186px;
    line-height: 20px;
}


.SibebarFormContentSearchBtn
{
    float: left;
    margin-bottom: 10px;
	padding-top:10px;
	margin-top:5px;
	border-top:1px solid #327ea9;
    width: 186px;
    line-height: 20px;
	text-align:center;
}

/* CSS for Sidebar Middle menu Close Position */

.SidebarMiddle .shrink
{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 206px;
    border-bottom: 1px solid #c6e1e4;
}
.shrink a
{
    color: #327ea9;
    font-weight: bold;
    display: block;
    text-decoration: none;
    width: 181px;
    padding-left: 25px;
}
.shrink a:hover
{
    color: #327ea9;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}

.SidebarMiddle .shrink3
{
    float: left;
    height: 50px;
    line-height: 25px;
    width: 206px;
    border-bottom: 1px solid #c6e1e4;
}
.shrink3 a
{
    color: #327ea9;
    font-weight: bold;
    display: block;
    text-decoration: none;
    width: 181px;
    padding-left: 25px;
}
.shrink3 a:hover
{
    color: #327ea9;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}
















.SidebarMiddle .PostProject
{
    width: 181px;
    padding-left: 25px;
    padding-top:200px;
}
/* CSS for Sidebar Middle menu Open Position */

.expand
{
    float: left;
    width: 181px;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    list-style: none;
    font-weight: bold;
    color: #f37608;
}

.expand a
{
    list-style: none;
    color: #089002;
    text-decoration: none;
    display: block;
    width: 176px;
}


.expandFirst
{
    float: left;
    width: 181px;
    height: 29px;
    line-height: 29px;
    padding-left: 25px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    border-top: 1px solid #c6e1e4;
    list-style: none;
    font-weight: bold;
    color: #0C9003;
}

.expandFirst a
{
    list-style: none;
    color: #0C9003;
    text-decoration: none;
    display: block;
    width: 176px;
}

.expandSub
{
    float: left;
    width: 171px;
    line-height: 20px;
    padding-left: 35px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    list-style: none;
    font-weight: bold;
    color: #f37608;
}

.expandSub a
{
    list-style: none;
    color: #f37608;
    text-decoration: none;
    display: block;
    width: 176px;

}




.expand
{
    float: left;
    width: 181px;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    list-style: none;
    font-weight: bold;
    color: #f37608;
}

.expand a
{
    list-style: none;
    color: #089002;
    text-decoration: none;
    display: block;
    width: 176px;
}








/* CSS for Sidebar Bottom curve */

.SidebarBottom
{
    background: url(../../media/images/design/sidebar_bottom.jpg) left top no-repeat;
    height: 7px;
    width: 208px;
    float: left;
}
/* CSS for Sidebar Buttom Post Project */

.SidebarButtomBox
{
    float: left;
    height: 34px;
    width: 99%;
    text-align: center;
}
.ButtonPostProject
{
    background: url(../../media/images/design/post_project_btn.gif) left top no-repeat;
    float: left;
    width: 100%;
    height: 34px;
}


/* CSS for Main Container : hold Grid and Page Heading */
.MainContainer
{
    float: left;
    padding-top: 23px;
    width: 700px;
    min-height: 100%;
    height: auto !important;
    height: 99%;
    overflow: visible;
}
.SubHeading01
{
    font-size: 11px;
    color: #666666;
}
.SubHeading02
{
    float: left;
    width: 90%;
    font-size: 11px;
    color: #666666;
    margin-top: 5px;
}
/* CSS for Main Container Heading <H1> contain text style and bottom border */

.MainContainer h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    width: 99.99%;
    border-bottom: 1px dotted #a5a2a5;
    height: 32px;
    line-height:32px;
    vertical-align:top;
    margin-bottom: 13px;
    float: left;
    display:block;    
}

.MainContainer h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    height: 32px;
    line-height:32px;
    vertical-align:top;
    float: left;
    
}


.MainContainer_PostJobBTN
{
    float:left;
    width:20%;
    text-align:right;
   }

.MainContainerheading2Text  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    float:left;
    width:79.45%;    
    
}


.H1bottomborder
{
    width: 99.99%;
    border-bottom: 1px dotted #a5a2a5;
    height: 34px;
    line-height:36px;
    vertical-align:bottom;
    margin-bottom: 13px;
    float: left;
    display:block;    
    font-weight:bold;
}

.ViewJobBottomBorder
{
    width: 99.99%;
    border-bottom: 1px dotted #a5a2a5;
    vertical-align:middle;
    margin-bottom: 13px;
    padding-bottom:7px;
    float: left;
    display:block;  
    line-height:18px;  
}


.MainContainerheading1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    height: 26px;
    float: left;
    vertical-align:middle;
}
.MainContainerheading1Border
{
    border-bottom: 1px dotted #a5a2a5;
}


.MainContainer a
{
    color: #0f70a1;
    text-decoration: underline;
}
.MainContainer a:hover
{
    color: #0f70a1;
    text-decoration: none;
}
/*use AnchorLink CLASS in a tag to make link without underline in normal condition*/

a.AnchorLink
{
    color: #003366;
    text-decoration: none;
}
a:hover.AnchorLink
{
    color: #003366;
    text-decoration: underline;
}
/* CSS for Main Container Grid  */

.GridProjects3
{
    float: left;
}
.GridProjects3 th
{
    background: url(../../media/images/design/grid_m_bg.jpg) left top repeat-x;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #eeeeee;
    height: 34px;
    line-height: 34px;
    color: #625c5c;
    font-weight: bold;
    padding-left: 5px;
}
.GridProjects3 td
{
    vertical-align: top;
    padding: 0px;
    line-height: 18px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee;
}
.GridTableLine3
{
    color: #999999;
    margin-bottom: 5px;
    margin-top: 5px;
}
.GridTableLine3 td
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.GridSubHeading
{
    color: #226084;
}

.GridIcon01
{
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 2px;
}
.Grid01even
{
    background-color: #ffffff;
}
.Grid01odd
{
    background-color: #f6f6f6;
}
.Grid01Highlight01
{
    background-color: #fffbdd;
}

.ProviderImage2
{
    height: auto;
    width: 60px;
    padding: 2px;
    margin-right: 10px;
}
.ProviderImage2 img
{
    padding: 2px;
    border: 2px solid #333333;
}
.ProviderContent
{
    float: left;
    width: 220px;
    height: auto;
}

.Breadcrumbs
{
    float: left;
    vertical-align: top;
    margin-bottom: 5px;
    width: auto;
    color: #999999;
    font-size: 11px;
}

.Breadcrumbs a
{
    color: #999999;
    text-decoration: underline;
}

.Breadcrumbs a:hover
{
    color: #999999;
    text-decoration: underline;
}


.tableinlinerow
{
    width: 99%;
    float: left;
    line-height: 18px;
}

.tableinlinerow span
{
    width: 49.90%;
    float: left;
}


.tableinlinerow2
{
    width: 99%;
    float: left;
    line-height: 18px;
}

.tableinlinerow2 span
{
    width: 49.90%;
    float: left;
    margin-bottom: 5px;
}

.tableinlinerow2 p
{
    width: 50%;
    float: left;
    margin-bottom: 5px;
}


.GridImage
{
    width: 54px;
    height: auto;
    float: left;
    margin:10px;
    border:3px solid #cccccc;
    overflow:hidden;
}

.imgmiddle
{
    height:auto;
    vertical-align:middle;
}


.GridContent
{
    float: left;
    width: 150px;
    height: 100%;
}

.GridContent    a
{
       color:#db7600;
}

.GridSubHeading2
{
    color:#db7600;
    vertical-align: top;
    line-height: 18px;
    margin-top: -8px;
    margin-right: 2px;
    font-size: 13px;
}

.GridSubHeading2 a {
	color:#0F70A1;
}

.GridSubHeading2 a:hover {
	color:#0F70A1;
}


.GridRate
{
    font-size: 14px;
    color: #226084;
}



/* CSS for Post Project Form */

.CtRowInline
{
    float: left;
    width: 697px;
    height: 81px;
    overflow: visible;
    margin-bottom: 10px;
}
.CtRowInlineLast
{
    border-top: 1px solid #a5a2a5;
    float: left;
    width: 690px;
    height: auto;
    margin-bottom: 5px;
}
.CtRowInline01
{
    float: left;
    width: 697px;
    height: auto;
    overflow: visible;
    margin-bottom: 5px;
}
.CtRowInline label {
	width:144px;
	float:left;
	text-align:right;
	height:auto;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	font-weight:bold;
	padding-top:22px;

}

.CtRowInline01 label
{
    width: 144px;
    float: left;
    text-align: right;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-top: 22px;
    font-weight:bold;
}

.CtRowInlineField
{
    float: left;
    width: 543px;
    margin-left: 10px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 5px;
}

.CtRowInlineFieldGrid
{
    float: left;
    width: 543px;
    margin-left: 10px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 5px;
}


.CtRowInlineField_info
{
    float: left;
    width: 543px;
    margin-left: 155px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 5px;
}

.SmallFieldData {
display:inline;
float:left;
height:20px;
line-height:25px;
padding:2px;
vertical-align:middle;
width:121px;
}
.CtRowInlineFieldGrey
{
    float: left;
    width: 440px;
    margin-left: 10px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    background-color: #f1f1f1;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.CtRowInlineFieldGrey label
{
    margin-right: 3px;
    margin-left: 3px;
}



.CtRowInlineFieldSpot
{
    float: left;
    width: 520px;
    margin-left: 10px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    padding: 10px;
}



.CtRowInlineField2
{
    float: left;
    width: 543px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
}

.CtRowInlineField label
{
    text-align: left;
    font-size: 11px;
    color: #333333;
    float: none;
    margin-left: 3px;
    margin-right: 3px;
    border: 0px solid #ff0000;
    line-height: 18px;
    vertical-align: top;
}

.CtRowInlineFieldSmall label
{
    text-align: left;
    font-size: 11px;
    color: #333333;
    float: none;
    margin-left: 3px;
    margin-right: 3px;
    border: 0px solid #ff0000;
    line-height: 18px;
    vertical-align: top;
}





.CtRowInlineField INPUT
{
    float: left;
}

.CtRowInlineField table
{
    float: left;
    /*width: 528px;*/
	padding:10px;
}


.CtRowInlineField p
{
    float: left;
    line-height: 18px;
}

p.CtRowInlineField100
{
    float: left;
    line-height: 18px;
    width:98%;
    display:block;
}


.CtRowInlineFieldInput
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 25px;
    vertical-align: middle;
    padding: 2px;
    width: 524px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
}

.CtRowInlineFieldInputSmall2
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 25px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    width: 121px;
}

.CtRowInlineFieldInputSmall2Error
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    width: 121px;
}

.CtRowInlineFieldInputSmall4
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 25px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    width: 40px;
}

.CtRowInlineFieldInputSmall4Error
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    width: 40px;
}






.CtRowInlineFieldSmall
{
    float: left;
    width: 123px;
    margin-right: 10px;
}

.CtRowInlineFieldSmall2
{
    float: left;
    width: 66px;
    margin-right: 10px;
}

.CtRowInlineFieldSmall3
{
    float: left;
    width: 55px;
    margin-right: 10px;
}


.CtRowInlineFieldInputSmall
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
}

.CtRowInlineFieldInputSmall3
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #ffffff;
    display: block;
}

.CtRowInlineFieldInputSmall
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
}

.CtRowInlineFieldInputMedium
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    width: 256px;
}

.CtRowInlineFieldInputMediumError
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    width: 256px;
}



.CtRowInlineFieldInputError
{
    float: left;
    display: inline;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    width: 524px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
}
.CtRowInlineFieldImage
{
    margin-top: 2px;
    float: left;
}
.CategoryAerrow
{
    float: left;
    background: url(../../media/images/design/aerow.jpg) left top no-repeat;
    height: 22px;
    width: auto;
}
.CtRowInlineFieldTextarea
{
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 318px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 7px;
}

.CtRowInlineFieldTextarea9
{
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 262px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 7px;
}




.CtRowInlineFieldTextareaSignup
{
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 264px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 7px;
	margin-right: 10px;
}



.CtRowInlineFieldTextareaError
{
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 318px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    margin-bottom: 7px;
}


.CtRowInlineFieldTextarea2
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 295px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-left: 23px;
    margin-bottom: 2px;
}

.CtRowInlineFieldTextarea2Error
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 295px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    margin-left: 23px;
    margin-bottom: 2px;
}


.CtRowInlineFieldTextarea3
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 295px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
}


.CtRowInlineFieldTextarea33
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 200px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
}



.CtRowInlineFieldTextarea3Error
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 295px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    margin-bottom: 2px;
}

.CtRowInlineFieldTextarea7
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 256px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
}



.CtRowInlineFieldTextarea4
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 50px;
    margin-right: 50px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
    height: 26px;
}
.CtRowInlineFieldTextarea4Error
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 50px;
    margin-right: 50px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    margin-bottom: 2px;
    height: 26px;
}

.CtRowInlineFieldTextarea5
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 127px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
    height: 26px;
}

.CtRowInlineFieldTextarea5Error
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 127px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    margin-bottom: 2px;
    height: 26px;
}

.CtRowInlineFieldTextarea6
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    width: 70px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
    height: 26px;
}
.CtRowInlineFieldTextarea6Error
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    width: 70px;
    background-color: #f8f8f8;
    border: 1px solid #ff7a87;
    margin-bottom: 2px;
    height: 26px;
}

.CtRowInlineFieldTextarea7
{
    float: left;
    display: inline;
    line-height: 24px;
    vertical-align: middle;
    width: 54px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-bottom: 2px;
    height: 26px;
    margin-right:2px;
}


.FieldLable
{
    margin-right: 200px;
}

.FieldLable2
{
    width: 650px;
}
.FormAjaxStar
{
    float: left;
    margin-top: 5px;
}

.SubCtRowInlineField
{
    float: left;
    width: 90%;
}
.CtRowInlineFieldList
{
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 150px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-right: 10px;
}
.CtRowInlineFieldListMedium
{
    float: left;
    display: inline;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 2px;
    width: 260px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
    margin-right: 10px;
}
.CtRowInlineField_AddMore
{
    float: left;
    width: 500px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-top: 05px;
    margin-bottom: 05px;
}
.CtRowInlineFieldDescriptionBox
{
    float: left;
    display: inline;
    height: 100px;
    overflow: auto;
    padding: 2px;
    width: 524px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
}
.AdditionalInfo
{
    float: left;
    font-weight: bold;
    width: auto;
    height: 18px;
    line-height: 18px;
}
.AdditionalInfo image
{
    float: left;
    text-align: left;
}
.AdditionalInfo a
{
    float: left;
    color: #f37608;
    text-decoration: underline;
    vertical-align: top;
    line-height: 18px;
}
.AdditionalInfoWithBox
{
    float: left;
    font-weight: bold;
    width: auto;
    height: 18px;
    line-height: 18px;
}
.AdditionalInfoWithBox image
{
    float: left;
    text-align: left;
    height: 18px;
    line-height: 18px;
}
.AdditionalInfoWithBox a
{
    float: left;
    color: #f37608;
    text-decoration: underline;
    vertical-align: top;
    line-height: 18px;
    margin-top: 3px;
}
/*CSS for TAB in - Choose Project Type, in page : Post Project Form*/
.TabBudget
{
    margin-top: 0px;
    margin-bottom: 8px;
    float: left;
    height: auto;
    overflow: visible;
    width: 354px;
}
.TabBudget2
{
    margin-top: 0px;
    float: left;
    height: auto;
    overflow: visible;
    width: 354px;
}
.TabRow
{
    float: left;
    width: 354px;
    height: 30px;
    border-bottom: 1px solid #bdbcbd;
}
.TabRow input
{
    line-height: 29px;
    vertical-align: middle;
}
.TabRow a
{
    text-decoration: none;
    color: #000000;
}
.TabContent
{
    float: left;
    padding: 12px 0px 10px 25px;
    width: 327px;
    border-bottom: 1px solid #bdbcbd;
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
}
.TabContent p
{
    float: left;
    line-height: 26px;
}
.TabContentInput
{
    border: 1px solid #bebebe;
    background-color: #f8f8f8;
    margin-left: 5px;
    margin-right: 5px;
    width:100px;
}
.TabNormal
{
    background: url(../../media/images/design/tab_nor_img.jpg) left top repeat-x;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 22px;
    padding-top: 7px;
    line-height: 29px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.TabActive
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 22px;
    padding-top: 7px;
    line-height: 29px;
    vertical-align: middle;
    border-top: 1px solid #bdbcbd;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
}


.AdvanceOptionRow
{
    background: #f9fcee url(../../media/images/icons/adv_opt_show.jpg) right top no-repeat;
    float: left;
    width: 682px;
    padding-left: 14px;
    height: 29px;
    line-height: 29px;
    border-left: 1px solid #c4c5a6;
    border-top: 1px solid #c4c5a6;
    border-bottom: 1px solid #c4c5a6;
    margin-bottom: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #69694d;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.AdvanceOptionRowOpen
{
    background: #f9fcee url(../../media/images/icons/adv_opt_down.jpg) right top no-repeat;
    float: left;
    width: 682px;
    padding-left: 14px;
    height: 29px;
    line-height: 29px;
    border-left: 1px solid #c4c5a6;
    border-top: 1px solid #c4c5a6;
    border-bottom: 1px solid #c4c5a6;
    margin-bottom: 5px;
    text-decoration: none;
    color: #69694d;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.AdvanceOPtionShowContainer
{
    float: left;
    width: 100%;
    height: auto;
    overflow: visible;
    margin-bottom: 7px;
}

/*added on 8/4/09 for project/application.aspx  for last PMB box */

.AdvanceOptionRow2
{
    background: #f9fcee url(../../media/images/icons/adv_opt_show.jpg) right top no-repeat;
    float: left;
    width: 633px;
    margin-top: 10px;
    padding-left: 14px;
    height: 29px;
    line-height: 29px;
    border-left: 1px solid #c4c5a6;
    border-top: 1px solid #c4c5a6;
    border-bottom: 1px solid #c4c5a6;
    margin-bottom: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #69694d;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.AdvanceOptionRowOpen2
{
    background: #f9fcee url(../../media/images/icons/adv_opt_down.jpg) right top no-repeat;
    float: left;
    width: 641px;
    padding-left: 14px;
    height: 29px;
    line-height: 29px;
    border-left: 1px solid #c4c5a6;
    border-top: 1px solid #c4c5a6;
    border-bottom: 1px solid #c4c5a6;
    margin-bottom: 5px;
    text-decoration: none;
    color: #69694d;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}





.GrayButton
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.InvitationOnlyCheckBox
{
    margin-right: 5px;
    float: left;
    line-height: 20px;
}
.FormButtons
{
    margin-left: 154px;
    margin-top: 10px;
    width: 60%;
    height: auto;
    line-height: 37px;
    height: 37px;
    vertical-align: middle;
}

.FormButtonsRight
{
    float: right;
    text-align: right;
    margin-top: 5px;
}

.UploadButtons
{
    margin-left: 170px;
    margin-top: 10px;
    width: 60%;
    height: auto;
    line-height: 37px;
    height: 37px;
    vertical-align: middle;
}

.AttachedFile
{
    float: left;
    width: 97%;
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.AttachedFileCheckbox
{
    line-height: 18px;
}
.MandatoryFieldInfo
{
    text-align: right;
    width: 99%;
    height: auto;
    color: #666666;
    font-size: 12px;
    margin-bottom: 10px;
}

.MandatoryFieldInfoBorderBottom
{
    text-align: right;
    width: 99%;
    height: auto;
    color: #666666;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.AttachedFileContainer
{
    float: left;
    padding: 15px;
    width: 385px;
}


.UploadedFilesBox	{
float:left;
width:100%;
height:auto;
margin-top:15px;
}

.AttachedFileContainer	th	{
	padding:5px;
	border: 1px solid #999999;
}


.AttachedFileContainer	td	{
	padding:5px;
	border: 1px solid #999999;

}

.FilenameBox
{
    width: 250px;
    float: left;
    line-height: 22px;
    text-align: left;
}
.filename
{
    width: 300px;
    float: left;
    border: 0px solid #ff0000;
}
.filename a
{
    text-decoration: underline;
}
.SizeBox
{
    width: 66px;
    float: left;
}
.RemoveBox
{
    width: 60px;
    float: right;
    text-align: left;
    border: 0px solid #ff0000;
}
.size
{
    width: 66px;
    float: left;
    line-height: 22px;
    height: 21px;
    text-align: center;
}
.remove
{
    float: left;
    width: 66px;
    line-height: 22px;
    height: 21px;
    text-align: center;
}
.marketplace
{
    margin-top: 4px;
    float: left;
    width: 90%;
}
.marktetplaceLable
{
    width: 144px;
    float: left;
    text-align: right;
    height: auto;
    font-size: 12px;
    color: #000000;
    padding-top: 0px;
    font-weight: bold;
}

.FormFlagImage
{
    float: left;
    margin-left: 5px;
}

/*Css for View Company Page */

.CompanyInformation
{
    height: 50px;
    border-bottom: 1px dotted #a5a2a5;
	overflow:visible;
}
.CompanyInformation2
{
    height: 48px;
    border-bottom: 1px dotted #a5a2a5;
}
.CompanyNameContainer
{
    float: left;
    height: 40px;
    width: 50%;
}
.CompanyNameContainer h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #089002;
    float: left;
    width: 99%;
    line-height: 30px;
    height: 30px;
}
.CompanySlogan
{
    float: left;
    font-size: 12px;
    color: #7a7a7a;
    width: 99%;
    line-height: 18px;
    height: 18px;
}
.CompanyNameSmall
{
    float: left;
    font-size: 11px;
    color: #999999;
    width: 99%;
    line-height: 18px;
    height: 18px;
}
.CompanyNavigationContainer
{
    float: right;
    height: 20px;
    width: 18%;
    margin-left: 32%;
    margin-top: 22px;
    text-align: right;
}
.CompanyNavigationLinks
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 25px;
    text-align: right;
}
.CompanyNavigationLinks a
{
    background: url(../../media/images/icons/bullet01.jpg) left top no-repeat;
    padding-right: 12px;
    padding-left: 12px;
    color: #1a445a;
    text-decoration: none;
}
.CompanyNavigationButton
{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
}
.CompanyNavigationButton img
{
    margin-right: 12px;
}
#CompanyTabContent
{
    float: left;
    padding: 0;
    width: 700px;
    height: 30px;
    margin-top: 10px;
}
#CompanyTabContent ul
{
    display: inline;
    list-style: none;
    height: 30px;
    width: 80%;
}
#CompanyTabContent li
{
    display: inline;
    list-style: none;
}
#CompanyTabContent li a.normal
{
    background: url(../../media/images/design/tab_nor_img.jpg) left top repeat-x;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #aeaeae;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#CompanyTabContent li a.active
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-top: 1px solid #bdbcbd;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#CompanyTabContent li.rate
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    width: 397px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    border-bottom: 1px solid #aeaeae;
    text-align: right;
}
#CompanyTabContent li.rate a
{
    font-weight: bold;
    text-decoration: none;
    color: #0f70a1;
}

#CompanyTabContent li.rate2
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    width: 460px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    border-bottom: 1px solid #aeaeae;
    text-align: right;
}

#CompanyTabContent li.rate3
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    width: 310px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    border-bottom: 1px solid #aeaeae;
    text-align: right;
}

#CompanyTabContent li.rate4
{
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    width: 530px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    border-bottom: 1px solid #aeaeae;
    text-align: right;
}

.TabContainer
{
    float: left;
    width: 700px;
    height: auto;
    padding: 10px 0px 0px 0px;
}

.TabDetailContent
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 700px;
    float: left;
    height: 100%;
}


.TabContainerLeft
{
    float: left;
    width: 440px;
    height: auto;
    overflow: visible;
}

.TabContainerLeft h2
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #089002;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    margin-bottom: 10px;
}

.TabContainerLeft3
{
    float: left;
    width: 100%;
    height: auto;
    overflow: visible;
}

.TabContainerLeft3 h2
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #089002;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    margin-bottom: 10px;
}
#content2 h2
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #089002;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
	vertical-align:middle;
}

#content2 h2.bottomborder
{
border-bottom:1px solid #a5a2a5;
margin-bottom:10px;
}


#content2 h4
{
    float: left;
    width: auto;
    font-size: 16px;
    color: #327ea9;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
}





/*#content2          
{
    float: left;
    width: 99%;
    color: #327ea9;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 10px;
}*/

#content2
{
    padding: 0px;
    background: #ffffff;
    height: 100%;
    width: 699px;
    overflow: visible;
}

/*use this when using in table*/
#content2 h3
{
    float: left;
    width: auto;
    font-size: 14px;
    color: #327ea9;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    margin-bottom: 10px;
}
.TopSpace
{
    margin-top: 10px;
}
.BottomSpace
{
    margin-bottom: 10px;
}

.HeadingBottomBorder
{
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
}


#TabSubmenu
{
    width: 688px;
    padding: 10px 2px 2px 10px;
    height: 20px;
    margin-bottom: 7px;
    float: left;
    background: url(../images/design/tab2_bg.jpg) left bottom repeat-x;
    color: #326898;
}

#TabSubmenu span.first
{
    width: auto;
    border-right: 1px solid #bfbfbf;
}

#TabSubmenu a
{
    margin-right: 10px;
    margin-left: 10px;
}
#TabSubmenu a.active
{
    text-decoration: none;
}

.TabContainerLeft table
{
    float: left;
}

.ActivityTab
{
    margin-bottom: 15px;
    float: left;
}

.ActivityDayBox
{
    background-color: #fffdf2;
    border-left: 1px solid #e8dda7;
    border-top: 1px solid #e8dda7;
    border-bottom: 1px solid #e8dda7;
    font-weight: bold;
    font-size: 13px;
}

.ActivityDayDetail
{
    padding: 7px 0px 0px 7px;
    border: 1px solid #e8dda7;
}

.ActivityDetailTable
{
    border-left: 1px solid #e8dda7;
    border-top: 1px solid #e8dda7;
    border-bottom: 1px solid #e8dda7;
    margin-bottom: 7px;
}

.ActivityProjectHeading
{
    background-color: #fffdf2;
    line-height: 25px;
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
    border-bottom: 1px solid #e8dda7;
}

.ActivityDetailTask
{
    background-color: #fffbe4;
    line-height: 22px;
    padding-left: 8px;
    border-bottom: 1px solid #e8dda7;
    border-right: 1px solid #f6f0d0;
}

.ActivityDetailProposal
{
    background-color: #ffffee;
    line-height: 22px;
    padding-left: 8px;
    border-bottom: 1px solid #e8dda7;
    border-right: 1px solid #f6f0d0;
}

.ActivityDetailWorkReport
{
    background-color: #fffff8;
    line-height: 22px;
    padding-left: 8px;
    border-right: 1px solid #f6f0d0;
}

.ActivityDetailWorkTD
{
    border-bottom: 1px solid #e8dda7;
    padding-left: 7px;
}

.ActivityDetailWorkTD2
{
    padding-left: 7px;
}


.TabContainerLeft2
{
    float: left;
    width: 340px;
    height: auto;
    overflow: visible;
}
.CompanyFactTable2
{
    margin-bottom: 12px;
    width: 320px;
    height: 100%;
    float: left;
}

.CompanyFactTable2 dd.column01
{
    float: left;
    width: 37%;
    line-height: 30px;
    text-align: left;
    display: block;
    color: #104d70;
    font-weight: normal;
}

.CompanyFactTable2 dd.column02
{
    float: left;
    width: 55%;
    line-height: 30px;
    text-align: left;
    display: block;
    color: #104d70;
    font-weight: normal;
}

.CompanyFactTable2 dd.column03
{
    float: left;
    width: 95%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
    font-weight: normal;
}




.CompanyFactTable2 p
{
    float: left;
    width: 320px;
    text-align: justify;
    margin-top: 3px;
    margin-bottom: 4px;
    line-height: 18px;
}
.ContentRow
{
    float: left;
    width: 420px;
    line-height: 22px;
    height: 22px;
}
.TabContainerLeft p
{
    float: left;
    line-height: 16px;
    text-align: justify;
    padding-right: 10px;
    margin-bottom: 15px;
    width: 420px;
}
.TabContainerLeft p img
{
    float: left;
    margin: 15px;
}
.TabContainerLeft h3
{
    float: left;
    width: 420px;
    font-size: 16px;
    color: #327ea9;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    margin-bottom: 5px;
}
.TabContainerLeft h5
{
    float: left;
    width: 420px;
    font-size: 16px;
    color: #327ea9;
    font-weight: bold;
    border-bottom: 1px dotted #a5a2a5;
    line-height: 18px;
    height: 20px;
    margin-bottom: 5px;
}
.CompanyFactTable
{
    margin-bottom: 12px;
    width: 420px;
    height: 100%;
    float: left;
}
.CompanyFactTable dd.column01
{
    float: left;
    width: 30%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}

.CompanyFactTable dd.column02
{
    float: left;
    width: 55%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}


.CompanyFactTable p
{
    float: left;
    width: 420px;
    text-align: justify;
}
.DetailListing02
{
    float: left;
    background-color: #fcfcfc;
    border: 1px solid #e2e2e2;
    width: 420px;
    overflow: auto;
    height: auto;
    padding-bottom: 0px;
    padding-top: 7px;
    margin-bottom: 15px;
}
.DetailListing02 ul
{
    width: 420px;
    list-style: none;
    display: inline;
    line-height: 25px;
}
.DetailListing02 li
{
    list-style: none;
    display: inline;
    line-height: 25px;
    vertical-align: middle;
}
.DetailListing02 li.DetailListName
{
    float: left;
    width: 200px;
    font-weight: bold;
    margin-left: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-bottom: #999999 1px dotted;
}
.DetailListing02 li.DetailListYear
{
    float: left;
    width: 100px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-bottom: #999999 1px dotted;
}
.DetailListing02 li.DetailListVerification
{
    float: left;
    line-height: 25px;
    height: 25px;
    width: 100px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-bottom: #999999 1px dotted;
}
.DetailListing02 li.DetailListVerification a
{
    text-decoration: underline;
    color: #333333;
}
.DetailListing02 li.DetailListVerification a:hover
{
    text-decoration: none;
    color: #327ea9;
}
.DetailListing02 li.DetailListNameLast
{
    float: left;
    width: 200px;
    font-weight: bold;
    margin-left: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.DetailListing02 li.DetailListYearLast
{
    float: left;
    width: 100px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.DetailListing02 li.DetailListVerificationLast
{
    float: left;
    line-height: 25px;
    height: 25px;
    width: 100px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.DetailListing02 li.DetailListVerificationLast a
{
    text-decoration: underline;
    color: #333333;
}
.DetailListing02 li.DetailListVerificationLast a:hover
{
    text-decoration: none;
    color: #327ea9;
}
.DetailListVerificationLast img
{
    margin-left: 8px;
    margin-top: 2px;
}
.DetailListVerification img
{
    margin-left: 8px;
    margin-top: 2px;
}
.ProviderImage
{
    float: left;
    height: auto;
    width: 50px;
    padding: 2px;
    margin-right: 10px;
}
.ProviderImage img
{
    padding: 0px;
    border: 0px solid #333333;
}
.CompanyVerticalImage
{
    float: left;
    height: auto;
    width: 14px;
    margin-right: 10px;
}
.RightSideBar
{
    float: left;
    width: 250px;
    height: auto;
    overflow: visible;
}

.RightSideBar h2
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #089002;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    margin-bottom: 10px;
}

.RightSideBarBoxTop
{
    float: left;
    background: url(../../media/images/design/right_top_heading2.jpg) left top no-repeat;
    height: 34px;
    line-height: 34px;
    width: 238px;
    padding-left: 12px;
    font-weight: bold;
}
.RightSideBarBoxMiddle
{
    float: left;
    background-color: #fffbe4;
    width: 228px;
    height: auto;
    min-height: 100%;
    padding: 12px 10px 0px 10px;
    border-left: 1px solid #e7dda6;
    border-right: 1px solid #e7dda6;
}
.RightSideBarBoxMiddle dd
{
    float: left;
    width: 111px;
    margin-right: 0px;
    height: auto;
    line-height: 22px;
    border: 0px solid #00ff00;
}

.RightSideBarBoxMiddle p
{
    float: left;
    line-height: 20px;
    margin-bottom: 5px;
    width: 99.50%;
    height: auto;
}
.RightSideBarBoxMiddle p a
{
    margin-left: 5px;
    margin-bottom: 5px;
    color: #000000;
    vertical-align: middle;
}
.RightSideBarBoxMiddle textarea
{
    float: left;
    margin-bottom: 10px;
}
.RightSideBarBoxMiddle input
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.RightSideBarBoxBottom
{
    float: left;
    width: 250px;
    height: 9px;
    background: #fffbe4 url(../../media/images/design/rightbox_bottom.jpg) left bottom no-repeat;
    margin-bottom: 18px;
}
.CtRowInline02
{
    float: left;
    width: 430px;
    height: auto;
    overflow: visible;
    padding-right: 10px;
    margin-bottom: 10px;
}
.ReceivedProposalHeading
{
    float: left;
    width: 700px;
    border: 1px solid #cccccc;
    height: auto; /*min-height:100%; height:auto !important; height:99%;*/
}
.ReceivedProposal
{
    float: left;
    width: 700px;
    height: auto; /*min-height:100%; height:auto !important; height:99%;*/
}
.RightSideBar2
{
    float: left;
    width: 350px;
    height: auto;
    overflow: visible;
}
.RightSideBarBoxTop2
{
    float: left;
    background: url(../../media/images/design/right_top_heading.jpg) left top no-repeat;
    height: 34px;
    line-height: 34px;
    width: 338px;
    padding-left: 12px;
    font-weight: bold;
}
.RightSideBarBoxMiddle2
{
    float: left;
    background-color: #fffbe4;
    width: 328px;
    height: auto;
    min-height: 100%;
    padding: 12px 10px 0px 10px;
    border-left: 1px solid #e7dda6;
    border-right: 1px solid #e7dda6;
}
.RightSideBarBoxMiddle2 dd
{
    float: left;
    width: 160px;
    margin-right: 2px;
    height: auto;
    line-height: 22px;
}
.RightSideBarBoxMiddle2 dd
{
    float: left;
}
.RightSideBarBoxMiddle2 p
{
    float: left;
    line-height: 16px;
    margin-bottom: 5px;
    width: 99.50%;
    height: auto;
}
.RightSideBarBoxMiddle2 p a
{
    margin-left: 0px;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 16px;
}
.RightSideBarBoxMiddle2 textarea
{
    float: left;
    margin-bottom: 10px;
}
.RightSideBarBoxMiddle2 input
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.RightSideBarBoxMiddle2 select
{
    margin-left: 8px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.RightSideBarBoxBottom2
{
    float: left;
    width: 350px;
    height: 9px;
    background: #fffbe4 url(../../media/images/design/rightbox_bottom2.jpg) left bottom no-repeat;
    margin-bottom: 18px;
}
.RightSideBarBoxMiddle2_box
{
    margin-bottom: 10px;
    float: left;
    height: auto;
    width: 100%;
}
.RightSideBarBoxMiddle2_box2
{
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    height: auto;
    width: 100%;
}


/*()()()()()()()()()(*/

.RightSideBar3
{
    float: left;
    width: 350px;
    height: auto;
    overflow: visible;
}
.RightSideBarBoxTop3
{
    float: left;
    background: url(../../media/images/design/right_top_heading_disable.jpg) left top no-repeat;
    height: 34px;
    line-height: 34px;
    width: 338px;
    padding-left: 12px;
    font-weight: bold;
}
.RightSideBarBoxMiddle3
{
    float: left;
    background-color: #f1f1f1;
    width: 328px;
    height: auto;
    min-height: 100%;
    padding: 12px 10px 0px 10px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}
.RightSideBarBoxMiddle3 dd
{
    float: left;
    width: 160px;
    margin-right: 2px;
    height: auto;
    line-height: 22px;
}
.RightSideBarBoxMiddle3 dd
{
    float: left;
}
.RightSideBarBoxMiddle3 p
{
    float: left;
    line-height: 16px;
    margin-bottom: 5px;
    width: 99.50%;
    height: auto;
}
.RightSideBarBoxMiddle3 p a
{
    margin-left: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 16px;
}
.RightSideBarBoxMiddle3 textarea
{
    float: left;
    margin-bottom: 10px;
}
.RightSideBarBoxMiddle3 input
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.RightSideBarBoxBottom3
{
    float: left;
    width: 350px;
    height: 9px;
    background: #fffbe4 url(../../media/images/design/rightbox_bottom_disable.jpg) left bottom no-repeat;
    margin-bottom: 18px;
}
.RightSideBarBoxMiddle3_box
{
    margin-bottom: 10px;
    float: left;
    height: auto;
    width: 100%;
}
.RightSideBarBoxMiddle3_box2
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    height: auto;
    width: 100%;
}

/*css for Preview your proposal page*/

.PreviewProposalBox
{
    float: left;
    background-color: #f8f8f8;
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
    padding: 20px;
    width: 659px;
    height: 100%;
}
.PreviewProposalBox p
{
    float: left;
    width: 99%;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 18px;
}


.PreviewProposalBox li{
list-style:none;
}


.PorposalBox
{
    width: 600px;
    float: left;
    height: auto;
}
.PreviewProposalBox dd.column01
{
    float: left;
    width: 150px;
    /*line-height: 22px; */
    text-align: left;
    display: block;
    color: #104d70;
}

.PreviewProposalBox dd.column02
{
    float: left;
    width: 250px;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}


.PreviewProposalBox dd.column03
{
    float: left;
    width: 95%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}


.PreviewProposalBoxDetials
{
    float: left;
    width: 600px;
    height: auto;
}

.PreviewProposalBox dd.column02
{
    float: left;
    width: 450px;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}
.ProposalButtons
{
    float: left;
    margin-bottom: 10px;
    width: 480px;
    height: 100%;
    padding-left: 208px;
}
.ProposalButtonsRow2
{
    float: left;
    margin-bottom: 15px;
    padding: 10px 7px 7px 20px;
    width: 672px;
    height: 100%;
    border-top: 1px solid #cccccc;
}
/*CSS for Paging above Grid Area*/

.PagingTopMargin
{
    margin-top: 10px;
}

.ProposalListPagingBox
{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 0px 10px 0px;
    width: 699px;
    height: 100%;
}

.ProposalListPagingBox select
{
    font-size: 11px;
    height: 18px;
}



.ProposalListPagingBoxBottom
{
    float: left;
    margin-bottom: 5px;
    padding: 0px 0px 10px 0px;
    width: 699px;
    height: 100%;
    line-height: 25px;
    border-top: 1px solid #999999;
}

.SubHeading03
{
    font-size: 15px;
    width: 90%;
    float: left;
}
.SubHeading04 {
	font-size:14px;
	color:#0F70A1;
	line-height:25px;
}

a.SubHeading04{
	font-size:14px;
	color:#0F70A1;
	line-height:25px;
}

a.SubHeading04:hover  {
	font-size:14px;
	color:#0F70A1;
	line-height:25px;
}

.ProposalSubmittedList
{
    height: auto;
    float: left;
    width: auto;
}
.ProposalSubmittedList ul
{
    display: inline;
    float: left;
}
.ProposalSubmittedList li
{
    list-style: inside;
    width: 99%;
    float: left;
    line-height: 22px;
}

/*CSS for Alert    / Warning including UL LI and achor Tag */

.Alert
{
    float: left;
    padding: 5px;
    width: 96%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    background: #fcfad6;
    border: 1px solid #f6e448;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #5a4000;
}
.Alert p
{
    margin-bottom: 7px;
}
.Alert ul
{
    display: inline;
    float: left;
}
.Alert li
{
    list-style: inside;
    width: 99%;
    float: left;
}



/*CSS for Confirmation including UL LI and achor Tag */

.Confirmation
{
    float: left;
    padding: 5px;
    width: 96%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    background: #d7e6f9;
    border: 1px solid #5c8dda;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
    color: #053771;
}
.Confirmation p
{
    margin-bottom: 7px;
}
.Confirmation ul
{
    display: inline;
    float: left;
}
.Confirmation li
{
    list-style: inside;
    width: 99%;
    float: left;
}

.ConfirmationHeading
{
    float: left;
    font-size: 14px;
    color: #327ea9;
    font-weight: bold;
    line-height: 18px;
    height: 20px;
    margin-bottom: 3px;
    width:99%;
    }

/*CSS for Error including UL LI and achor Tag */

.Error
{
    float: left;
    padding: 5px;
    width: 96%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    background: #ffeded;
    border: 1px solid #9d0a0e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
    color: #9d0a0e;
}
.Error a
{
    font-size: 12px;
    color: #9d0a0e;
}
.Error a:hover
{
    font-size: 12px;
    color: #9d0a0e;
    text-decoration: none;
}
.Error p
{
    margin-bottom: 7px;
}
.Error ul
{
    display: inline;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 05px;
}
.Error li
{
    list-style: inside;
    width: 99%;
    float: left;
}
.SkillContainer
{
    float: left;
    width: 280px;
    margin: 10px;
    height: 100%;
    line-height: 22px;
}
.SkillContainerHeading
{
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #db7600;
}
.SkillContainer ul
{
    display: inline;
    float: left;
}
.SkillContainer li
{
    list-style: inside;
    width: 280px;
    float: left;
}
/*
Temp saved will be delete after review all pages 

.RecentlyPostedContainerLeft	{
float:left;
font-size:13px;
font-weight:bold;
width:50%;
margin-top:10px;
margin-bottom:10px;
}

.RecentlyPostedContainerRight	{
float:left;
width:50%;
margin-top:10px;
margin-bottom:10px;
}
*/
/*CSS for TAB in all pages with Gray color Bounding Box with Border */


#main
{
    border: 1px solid #666;
    clear: both;
    background: #f9f9f9;
    width: 700px;
    margin-bottom: 10px;
}
#contents
{
    padding: 1.5em;
    background: #f9f9f9;
    min-height: 300px;
    width: 600px;
}
#header
{
    float: left;
    position: relative;
    width: 100%;
    height: 3em;
    width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#primary
{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#primary li
{
    display: inline;
    list-style: none;
}
#header ul#primary a, #header ul#primary span, #header ul#primary a.current
{
    width: 8em;
    display: block;
    float: left;
    padding: 4px 0;
    margin: 1px 2px 0 0;
    text-align: center;
    font-family: tahoma, verdana, sans-serif;
    text-decoration: none;
    color: #333;
}
#header ul#primary span, #header ul#primary a.current, #header ul#primary a.current:hover
{
    border: 1px solid #666;
    border-bottom: none;
    background: #f9f9f9;
    padding-bottom: 6px;
    margin-top: 0;
}
#header ul#primary a
{
    background: url(../images/design/tab_bg2.jpg) left top repeat-x;
    border: 1px solid #AAA;
    border-bottom: none;
}
#header ul#primary a:hover
{
    margin-top: 0;
    border-color: #666;
    background: url(../images/design/tab_bg2.jpg) left top repeat-x;
    padding-bottom: 5px;
}
#header ul#secondary
{
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: -1.4em;
    left: 1px;
    width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#secondary li a, #header ul#secondary li span
{
    width: auto;
    display: block;
    float: left;
    padding: 0 10px;
    margin: 0;
    border-right: 1px dotted #AAA;
    background: none;
}
#header ul#secondary li a
{
    color: #06C;
    text-decoration: underline;
}
#header ul#secondary li a:hover
{
    color: #333;
    background: transparent;
    padding: 0 10px;
    border: none;
    border-right: 1px dotted #AAA;
}
#header ul#secondary li a:active
{
    color: #000;
    background: transparent;
}
#header ul#secondary li:last-child a
{
    border: none;
}
/*CSS for TAB in all pages with White color Bounding Box No Border */


#main2
{
    border-top: 1px solid #666;
    clear: both;
    background: #ffffff;
    width: 700px;
}
#content2
{
    padding: 0px;
    background: #ffffff;
    height: 100%;
    width: 699px;
    overflow: visible;
    min-height: 100%;
    height: auto !important;
    height: 99%;
}
#header2
{
    float: left;
    position: relative;
    width: 100%;
    height: 3em;
    width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header2 ul#primary2
{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header2 ul#primary2 li
{
    display: inline;
    list-style: none;
}
#header2 ul#primary2 a, #header2 ul#primary2 span, #header3 ul#primary2 a.current
{
    display: block;
    float: left;
    padding: 4px 7px;
    margin: 1px 2px 0 0;
    text-align: center;
    font-family: tahoma, verdana, sans-serif;
    text-decoration: none;
    color: #333;
}
#header2 ul#primary2 span, #header2 ul#primary2 a.current, #header2 ul#primary2 a.current:hover
{
    border: 1px solid #666;
    border-bottom: none;
    background: #ffffff;
    padding-bottom: 6px;
    margin-top: 0;
}
#header2 ul#primary2 a
{
    background: url(../images/design/tab_bg2.jpg) left top repeat-x;
    border: 1px solid #AAA;
    border-bottom: none;
}
#header2 ul#primary2 a:hover
{
    margin-top: 0;
    border-color: #666;
    background: url(../images/design/tab_bg2.jpg) left top repeat-x;
    padding-bottom: 5px;
}
#header2 ul#secondary2
{
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: -1.4em;
    left: 1px;
    width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header2 ul#secondary2 li a, #header ul#secondary2 li span
{
    width: auto;
    display: block;
    float: left;
    padding: 0 10px;
    margin: 0;
    border-right: 1px dotted #AAA;
    background: none;
}
#header2 ul#secondary2 li a
{
    color: #06C;
    text-decoration: underline;
}
#header2 ul#secondary2 li a:hover
{
    color: #333;
    background: transparent;
    padding: 0 10px;
    border: none;
    border-right: 1px dotted #AAA;
}
#header2 ul#secondary2 li a:active
{
    color: #000;
    background: transparent;
}
#header2 ul#secondary2 li:last-child a
{
    border: none;
}
/*Css for MY City Pages */

.CompanyControlsRowTitle
{
    width: 700px;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #999999;
}

.CompanyControlsRowTitle2
{
    width: 690px;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #0f70a1;
}


.CompanyControlsRow
{
    width: 700px;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.NewItemProposal
{
    width: 690px;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.NewItemProposalHeading
{
    width: 98%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.ProjectTitleRow
{
    width: 49.99%;
    height: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.MainContainerControls
{
    width: 49.99%;
    height: 100%;
    float: left;
    margin-bottom: 10px;
}
#ProjectDetailBottomRow
{
    margin-top: 10px;
    border-top: 1px solid #666666;
    width: 99.99%;
    height: auto;
    float: left;
}
#ProjectDetailBottomRow ul
{
    display: inline;
    list-style: none;
}
#ProjectDetailBottomRow li
{
    float: left;
    margin-top: 10px;
    width: 33%;
}
.ProviderRowTitleRow
{
    width: 690px;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.ProviderRowTitle
{
    float: left;
    width: auto;
    font-size: 14px;
    font-weight: bold;
}
.ProviderRowTitleLink01
{
    float: left;
    width: 150px;
    margin-left: 10px;
}
.ProviderRowTitleLink02
{
    width: 150px;
    float: right;
    text-align: right;
    margin-left: 10px;
}
.ProviderRowTitleLink03
{
    float: right;
    width: 250px;
    margin-left: 10px;
}
.ProviderRowTitleRow02
{
    width: 690px;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.CtRowInline03
{
    float: left;
    width: 100%;
    height: auto;
    overflow: visible;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}
.CtRowInline04
{
    float: left;
    width: 100%;
    height: auto;
    overflow: visible;
    margin-top: 10px;
}
.MessageHistoryTable
{
    float: left;
    margin-bottom: 10px;
}
.MessageHistoryTableRowClient
{
    background-color: #fefef4;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}
.MessageHistoryTableRowProvider
{
    background-color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}
.PMB_MessageDetail
{
    font-size: 11px;
    color: #666666;
    padding-bottom: 10px;
    padding-top: 5px;
}
.PMB_Message
{
    line-height: 18px;
    text-align: justify;
}
.DetailListing01
{
    float: left;
    border: 1px solid #e2e2e2;
    margin-bottom: 12px;
}
.DetailListing01 th
{
    border-bottom: 1px solid #e2e2e2;
    background-color: #f4f4f4;
    line-height: 35px;
    padding-left: 5px;
}
.DetailListing01 td
{
    background-color: #fcfcfc;
    line-height: 25px;
    padding-left: 5px;
}
/*css for Buttons css for Buttons css for Buttons css for Buttons */

a.GreenButton
{
    background: #006633 url(../images/buttons/green_btn_bg.jpg) left top repeat-x;
    line-height: 25px;
    height: 25px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #047700;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
}
a.GreenButton:hover
{
    background: #006633 url(../images/buttons/green_btn_bg.jpg) left top repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}
a.DarkBlueButton
{
    background: #000033 url(../images/buttons/dkBlue_btn_bg.jpg) left top repeat-x;
    line-height: 25px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    border: 3px solid #327ea9;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
}
a.DarkBlueButton:hover
{
    background: #000033 url(../images/buttons/dkBlue_btn_bg.jpg) left top repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}
a.BlueButton
{
    background: url(../images/buttons/skyBlue_btn_bg.jpg) left top repeat-x;
    line-height: 25px;
    height: 25px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #a6d0e7;
    display: block;
    color: #2079aa;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
}
a.BlueButton:hover
{
    color: #2079aa;
    text-decoration: none;
}

a.GreenButtonRight
{
    background: #006633 url(../images/buttons/green_btn_bg.jpg) left top repeat-x;
    line-height: 25px;
    height: 25px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #047700;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
}
a.GreenButtonRight:hover
{
    background: #006633 url(../images/buttons/green_btn_bg.jpg) left top repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}

a.BlueButtonRight
{
    background: url(../images/buttons/skyBlue_btn_bg.jpg) left top repeat-x;
    line-height: 25px;
    height: 25px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #a6d0e7;
    display: block;
    color: #2079aa;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
}
a.BlueButtonRight:hover
{
    color: #2079aa;
    text-decoration: none;
}

.BillingInfo
{
    float: left;
    width: 678px;
    height: auto;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.BillingDescriptionBox
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    width: auto;
    height: 34px;
    line-height: 17px;
    float: left;
    text-align: left;
    color: #666666;
    vertical-align: top;
}
.BillingDescriptionBox strong
{
    font-size: 14px;
    color: #333333;
}

.BillingSpotContent
{
    width: 700px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.BillingSpotContent ul
{
    float: left;
    width: auto;
}

.BillingSpotContent li
{
    list-style: none;
    float: left;
    line-height: 20px;
}

li.Box01
{
    color: #0f70a1;
    width: 130px;
    border-right: 1px dotted #999999;
    padding: 10px;
}

li.Box02
{
    color: #0f70a1;
    width: 92px;
    border-right: 1px dotted #999999;
    padding: 10px;
}

li.Box03
{
    color: #0f70a1;
    width: 140px;
    padding: 10px;
}


li.Box04
{
    color: #0f70a1;
    width: 150px;
    padding: 10px 00px 10px 3px;
    text-align: right;
}


/*CSS for Action Button used in 
- Projects
- action link like contact, request proposal, hire, invite*/

a.ActionButton
{
    background: #f1f1f1 url(../images/buttons/top_btn.jpg) left top repeat-x;
    height: 21px;
    line-height: 21px;
    border: 1px solid #cdcdcd;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
	margin-right:7px;
}

a.ActionButton:hover
{
    color: #000000;
    text-decoration: none;
}

a.ActionButton img
{
    margin-left: 3px;
    margin-right: 3px;
}


a.ActionButtonDisable
{
    background: #f1f1f1 url(../images/buttons/top_btn_disable.jpg) left top repeat-x;
    height: 21px;
    line-height: 21px;
    border: 1px solid #e2e2e2;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}

a.ActionButtonDisable:hover
{
    color: #cccccc;
    text-decoration: none;
    cursor: default;
}

a.ActionButtonDisable img
{
    margin-left: 3px;
    margin-right: 3px;
}



.BillingInfo dd
{
    width: 33%;
    float: left;
}
.ActionLinkBox
{
    float: left;
    width: 680px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
}
.ActionLinkBox dd
{
    width: 33%;
    float: left;
}
.ActionLinkBox dd.right
{
    text-align: right;
}


/*CSS For Portfolio Page */

.Portfolio
{
    float: left;
    width: 700px;
    height: auto;
    overflow: visible;
}
.PortfolioBoxTop
{
    background: url(../../media/images/design/right_top_heading3.jpg) left top no-repeat;
    height: 34px;
    line-height: 34px;
    width: 686px;
    padding-left: 12px;
    font-weight: bold;
}
.PortfolioBoxMiddle
{
    float: left;
    background-color: #fffbe4;
    width: 676px;
    height: auto;
    min-height: 100%;
    padding: 12px 10px 0px 10px;
    border-left: 1px solid #e7dda6;
    border-right: 1px solid #e7dda6;
}
.PortfolioBoxMiddle dd
{
    float: left;
    width: 160px;
    margin-right: 2px;
    height: auto;
    line-height: 22px;
}
.PortfolioBoxMiddle dd
{
    float: left;
}
.PortfolioBoxMiddle p
{
    float: left;
    line-height: 16px;
    margin-bottom: 5px;
    width: 99.50%;
    height: auto;
}
.PortfolioBoxMiddle p a
{
    margin-left: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 16px;
}
.PortfolioBoxMiddle textarea
{
    float: left;
    margin-bottom: 10px;
}
.PortfolioBoxMiddle input
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.PortfolioBoxBottom
{
    float: left;
    width: 700px;
    height: 9px;
    background: #fffbe4 url(../../media/images/design/rightbox_bottom3.jpg) left bottom no-repeat;
    margin-bottom: 18px;
}
.PortfolioBoxMiddle_box
{
    margin-bottom: 10px;
    float: left;
    height: auto;
    width: 100%;
}
.PortfolioBoxMiddle_box2
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    height: auto;
    width: 100%;
}



.PortfolioContent
{
    float: left;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    width: 112px;
    padding: 8px;
}

.PortfolioContent img
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px;
    border:1px solid #666666;
    background-color: #CCCCCC;
}

.ImageBorder
{
    border: 3px solid #333333;
    background-color: #CCCCCC;
    padding: 1px;
}

.PortfolioDetail
{
    float: left;
    width: 330px;
    margin-right: 10px;
    height: auto;
    line-height: 22px;
    text-align: justify;
    color: #104d70;
}

.PortfolioDetail dd.column01
{
    float: left;
    width: 35%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}

.PortfolioDetail dd.column02
{
    float: left;
    width: 55%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #104d70;
}
.PortfolioDetail dd.column03
{
    float: left;
    width: 95%;
    line-height: 22px;
    text-align: left;
    display: block;
    color: #333333;
}

.PortfolioImageCasnvas
{
    background-color: #e2e2e2;
    height: 200px;
    width: 100%;
    border: 1px solid #cccccc;
    line-height: 200px;
    vertical-align: middle;
}



/*CSS For Portfolio List Page */

.PortfolioRow
{
    float: left;
    border-bottom: 1px dotted #999999;
    padding: 2px;
    margin-bottom: 5px;
    width: 100%;
}

.PortfolioListContent
{
    float: left;
    background-color: #fefefe;
    height: auto;
    line-height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 6px;
    width: 156px;
    padding: 8px;
    text-align: justify;
}

.PortfolioListContent img
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px;
    border: 0px solid #333333;
    background-color: #CCCCCC;
}

.ImageListBorder
{
    border: 3px solid #333333;
    background-color: #CCCCCC;
    padding: 1px;
}

.SubHeading05
{
    font-size: 13px;
    color: #0f70a1;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-top: 3px;
    line-height: 27px;
    border-bottom: 1px solid #eeeeee;
}



/*CSS For Review Page */

.ReviewDescriptionBox
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    width: auto;
    height: 34px;
    line-height: 17px;
    float: left;
    text-align: left;
    color: #666666;
    vertical-align: top;
}
.ReviewDescriptionBox strong
{
    font-size: 14px;
    color: #333333;
}

.ReviewSpotContent
{
    width: 700px;
    float: left;
    margin-bottom: 10px;
    margin-top: 0px;
}
.ReviewSpotContent ul
{
    float: left;
    width: auto;
}

.ReviewSpotContent li
{
    list-style: none;
    float: left;
    line-height: 20px;
}

li.width25
{
    color: #0f70a1;
    width: 136px;
    border-right: 1px dotted #999999;
    padding: 10px;
}

li.width25noborder
{
    color: #0f70a1;
    width: 100px;
    padding: 10px 00px 10px 3px;
    text-align: right;
}

li.width25image
{
    width: 110px;
    padding: 10px 10px 10px 00px;
}

li.width50
{
    float: left;
    width: 290px;
    border-right: 1px dotted #999999;
    padding: 10px;
}


/*CSS For Team Room Tab*/
.TeamMemberContainer
{
    float: left;
    width: 310px;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #efefef;
    background: url(../images/design/people_bg.jpg) left bottom repeat-x;
}
.ProviderName
{
    width: 246px;
    float: left;
    height: auto;
    margin-bottom: 7px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    border-bottom: 1px solid #efefef;
}

.ProviderName img
{
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 6px;
}

.ProviderDetail
{
    width: 230px;
    height: auto;
    float: left;
}

.ProviderDetailLink
{
    width: 100%;
    float: left;
    height: auto;
    margin-top: 7px;
    border-top: #f1f1f1 solid 1px;
    line-height: 18px;
}




/*CSS For Footer */

.footer {
	float:left;
	background:url(../images/design/footer_bg.jpg) left top repeat-x;
	border-top:1px solid #cccccc;
	margin:20px auto;
	font-size:11px;
	width:100%;
	height:auto;
	line-height:22px;
	padding-top:10px;
	height:90px;
}

.FooterTextContainer	{
width:940px;
margin:0px auto;
}

.FooterLinks	{
width:304px;
height:auto;
float:left;
margin-right:17px;
}

.FooterLinks a {
	color:#72716e;
	font-size:12px;
	text-decoration:underline;
	padding-left:7px;
	padding-right:7px;
}

.CopyrightDetails	{
float:left;
text-align:right;
color:#6a6967;
width:619px;
font-size:11px;
}


.CopyrightDetails a {
	color:#0F70A1;
	font-size:11px;
	text-decoration:underline;
}



/*css for home page css for home page css for home page contain home page container  */

.HomeMainContainer	{
float:left;
width:942px;
height:auto;
padding-top:19px;
}

.HomeMainBannerContainer	{
width:704px;
height:auto;
float:left;
margin-right:19px;
margin-bottom:20px;
}

.HomeSidebarContainer	{
width:219px;
float:left;
height:auto;
}


.BannerLeftCorner	{
float:left;
width:10px;
height:350px;
background:url(../images/design/home_banner_left.jpg) left top;
}


.BannerRightCorner	{
float:left;
width:13px;
height:350px;
background:url(../images/design/home_banner_right.jpg) left top;
}

.BannerMiddleCorner	{
float:left;
width:681px;
height:309px;
padding-top:41px;
background:url(../images/design/home_banner_middle.jpg) left top;
overflow:visible;
}


.BannerText	{
float:left;
text-align:center;
color:#0f70a1;
margin-bottom:25px;
}


.BannerText01	{
float:left;
font-size:16px;
padding-bottom:10px;
text-align:center;
width:681px;
}


.BannerText02	{
float:left;
font-size:28px;
padding-bottom:17px;
text-align:center;
width:681px;
}



.BannerIcons	{
text-align:center;
color:#0f70a1;
float:left;
width:681px;
font-size:14px;
}


.BannerIcons	img{
margin-bottom:10px;
}


.FindProfessional	{
float:left;
padding-left:89px;
height:135px;
width:118px;
}


.HireManage	{
float:left;
padding-left:71px;
height:135px;
width:118px;
}

.ReviewPay	{
float:left;
padding-left:71px;
height:135px;
width:118px;
}



.PostJobBtn {
float:left;
height:54px;
width:219px;
margin-bottom:19px;
text-align:center;
}

.BoxTop	{
width:219px;
float:left;
}

.BoxIcon	{
float:left;
height:32px;
width:35px;
}

.BoxIcon	img{	
margin-bottom:-3px;
}


.BoxBG	{
float:left;
background:url(../images/design/buzz_box_top_bg_rep.jpg) left top repeat-x;
height:32px;
line-height:30px;
vertical-align:middle;
width:166px;
padding-left:5px;
font-size:14px;
color:#3f3f3f;
font-weight:bold;
}


.BoxRightCorner	{
float:left;
height:32px;
width:11px;
background:url(../images/design/buzz_box_corner.jpg) left top no-repeat;
}

.BoxMiddle	{
float:left;
width:198px;
padding:10px 10px 0px 10px;
background:url(../images/design/buzz_box_middle.jpg) left top repeat-y;
}

.BoxMiddle p	{
float:left;
width:100px;
font-size:14px;
height:16px;
padding-top:14px;
vertical-align:top;
border:1px solid #f3eed8;
}


.BoxMiddleHeadingText	{
font-size:30px;
line-height:32px;
color:#a69f8a;
float:left;
padding-right:4px;
width:70px;
text-align:right;
}


.BoxBottom	{
float:left;
width:218px;
background:url(../images/design/buzz_botton_round.jpg) left top no-repeat;
height:10px;
padding-bottom:19px;
line-height:0px;
}

.BoxMiddleLinkText	{
width:198px;
float:left;
height:auto;
padding-top:5px;
}



.BoxMiddleLinkText	a{
color:#0f70a1;
text-decoration:none;
text-align:center;
}

.BoxMiddleBuzz	{
float:left;
width:218px;
color:#242320;
height:80px;
background:url(../images/design/buzz_box_middle.jpg) left top repeat-y;
line-height:18px;
}


.BoxMiddleBuzzContentBG	{
float:left;
width:208px;
color:#242320;
height:80px;
background:url(../images/design/buzz_box_middle.jpg) left top repeat-y;
border: none 0px;
}

.BoxMiddleBuzzContentText
{
    float:left;
    width:198px;
    color:#242320;
    height:65px;
    background:url(../images/design/buzz_box_middle.jpg) left top repeat-y;
    padding-left:10px;
    padding-top:15px;
}

.BoxBottomBuzz	{
float:left;
width:218px;
background:url(../images/design/buzz_botton_round.jpg) left top no-repeat;
height:10px;
line-height:10px;
}


.HomePageBannerBottomLine	{
float:left;
width:940px;
height:auto;
}


.SPBannerContainer	{
width:704px;
float:left;
height:52px;
margin-right:17px;
}

.SPBannerLeft	{
float:left;
width:10px;
height:52px;
background:url(../images/design/smallbanner_left.jpg) left top no-repeat;
}


.SPBannerRight	{
float:left;
width:13px;
height:52px;
background:url(../images/design/smallbanner_right.jpg) left top no-repeat;
}


.SPBannerMiddle	{
float:left;
width:681px;
height:52px;
line-height:50px;
vertical-align:baseline;
background:url(../images/design/smallbanner_middle.jpg) left top repeat-x;
font-size:14px;
}

.SPBannerMiddle	strong{
font-size:18px;
font-weight:normal;
}

.SPBannerMiddle	a	{
color:#0b9003;
text-decoration:underline;
font-weight:bold;
}

.SPBannerMiddleIcon	{
float:left;
height:52px;
width:52px;
padding-right:5px;
}

.TourBtn	{
float:left;
width:219px;
height:
}

/*CSS for My Account Page*/

.ContactDetailBox
{
    float: left;
    width: 330px;
    margin-right: 18px;
    margin-bottom: 20px;
    background: url(../images/design/people_bg.jpg) left bottom repeat-x;
    min-height: 220px;
    border: 1px solid #efefef;
}

.ContactDetailBoxHeading
{
    float: left;
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: #f1fafe;
    border-bottom: 1px solid #efefef;
    line-height: 24px;
}

.ContactDetailBoxHeading a
{
    font-size: 12px;
    color: #003366;
    text-decoration: underline;
    font-weight: normal;
    padding-left: 5px;
}

.ContactDetailBoxContent
{
    float: left;
    width: 310px;
    margin-left: 10px;
    padding-bottom: 7px;
    line-height: 25px;
}

.ChangePasswordBox
{
    float: left;
    width: 310px;
    margin-left: 10px;
    padding-bottom: 7px;
    line-height: 25px;
}

.ContactDetailBox2
{
    float: left;
    width: 330px;
    margin-right: 18px;
    margin-bottom: 20px;
    min-height: 180px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}

.ContactDetailBox3
{
    margin:50px auto;
    width: 330px;
    min-height: inherit;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
	padding:10px;
}



.ContactDetailBoxHeading2
{
    float: left;
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    border-bottom: 0px solid #cccccc;
    line-height: 24px;
    text-align: center;
}


/*css for people page */

.CommonHeading01
{
    float: left;
    width: 99%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #0f70a1;
    line-height: 22px;
}


.CommonHeading02
{
    float: left;
    width: 70%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #0f70a1;
    line-height: 22px;
}


.RightLinksBox
{
    float: left;
    text-align: right;
    width: 30%;
}


.PeopleContainer
{
    float: left;
    width: 210px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    background: url(../images/design/people_bg.jpg) left bottom repeat-x;
}

.PeopleContainerLine
{
    padding-bottom: 10px;
    border: 0px solid #ff0000;
}

.PeopleName
{
    width: 202px;
    padding-left: 7px;
    float: left;
    height: auto;
    margin-bottom: 7px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    text-align: right;
}

.PeopleDetail
{
    width: 145px;
    height: auto;
    float: left;
    line-height: 20px;
}

.PeopleDetail p
{
    float: left;
    width: 100px;
    height: auto;
}

.ProviderDetailLink
{
    width: 100%;
    float: left;
    height: auto;
    margin-top: 7px;
    border-top: #f1f1f1 solid 1px;
    line-height: 18px;
}


.Gray11font
{
    color: #999999;
    font-size: 11px;
}

.Gray11font a
{
    color: #999999;
    font-size: 11px;
    text-decoration: underline;
}


.BlackFont
{
    color: #333333;
    font-size: 11px;
}

.BlackFont a
{
    color: #333333;
    font-size: 11px;
    text-decoration: underline;
}

.BlackFont12
{
    color: #333333;
    font-size: 12px;
}

.BlackFont12 a
{
    color: #333333;
    font-size: 11px;
    text-decoration: underline;
}

.BlackNormalFont12
{
    color: #333333;
    font-size: 12px;
    font-weight:normal;
}
.font11
{
    font-size: 11px;
}

a.font11
{
    font-size: 11px;
}

a.font12
{
    font-size: 24px;
}


/*Css For Grid used in Review Detail Page */

.GridProjects1
{
    float: left;
}
.GridProjects1 th
{
    background: url(../../media/images/design/grid_m_bg.jpg) left top repeat-x;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #eeeeee;
    height: 34px;
    line-height: 34px;
    color: #625c5c;
    font-weight: bold;
    padding-left: 5px;
}
.GridProjects1 td
{
    vertical-align: top;
    padding: 0px;
    line-height: 18px;
    padding: 5px 10px 5px 10px;
}

.TDborderBottom
{
    border-bottom: 1px solid #eeeeee;
	line-height:18px;
	vertical-align:middle;
}

.TDborderBottom img	{
line-height:20px;
vertical-align:bottom;
}

.BottomMargin
{
    margin-bottom: 10px;
}

.ContinueButtonBox
{
    margin-left: 117px;
    height: 100%;
    float: left;
    text-align: center;
}


.PortfolioPagingBox
{
    float: left;
    margin-bottom: 5px;
    width: 699px;
    height: 100%;
    margin-top: 5px;
    border-bottom: 1px dotted #999999;
    line-height: 30px;
}

.PortfolioPagingBoxBottom
{
    float: left;
    margin-bottom: 5px;
    padding: 0px 0px 10px 0px;
    width: 699px;
    height: 100%;
    line-height: 25px;
}


a.pageno_active
{
    padding: 3px 6px 3px 6px;
    width: 20px;
    background-color: #397f99;
    color: #FFFFFF;
    text-decoration: none;
}

a.pageno_active:hover
{
    padding: 3px 6px 3px 6px;
    width: 20px;
    background-color: #325967;
    color: #FFFFFF;
    text-decoration: none;
}


a.pageno_normal
{
    padding: 3px 6px 3px 6px;
    width: 20px;
    background-color: #ffffff;
    color: #397f99;
}

.CtRowInlineField_AddMore
{
    float: left;
    width: 500px;
    margin-left: 10px;
    height: auto;
    font-size: 11px;
    color: #666666;
    margin-bottom: 10px;
}


/*css for invoice page use this for only */

.InvoiceDetailBox
{
    width: 690px;
    float: left;
    margin-bottom: 10px;
    margin-top: 0px;
    border-top: 1px solid #666666;
    border-right: 0px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
}


.InvoiceDetailBox2
{
    width: 690px;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
    border-top: 0px solid #666666;
    border-right: 0px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    background-color: #f5f5f5;
}


.ColBorder
{
    border-right: 1px #666666 solid;
    line-height: 16px;
    padding: 5px;
}


.Colheading
{
    border-right: 1px #666666 solid;
    border-bottom: 1px #666666 solid;
    line-height: 26px;
    padding: 5px;
    font-weight: bold;
    background-color: #f3f3f3;
}


.TotalCol
{
    border-top: 1px #666666 solid;
    border-right: 1px #666666 solid;
    line-height: 16px;
    padding: 5px;
}

.PayNowBtnBox
{
    width: 690px;
    float: right;
    margin-bottom: 10px;
    height: 100%;
    text-align: right;
    width: 200px;
}

.BillingInformation
{
    width: 690px;
    float: left;
    margin-bottom: 10px;
    height: 100%;
}

.BillingInformationTable
{
    border: 1px #666666 solid;
}

.BillingInformationTable th
{
    border-bottom: 1px #666666 solid;
    padding: 5px;
    background-color: #f3f3f3;
}

.BillingInformationTable td
{
    padding: 5px;
}

.seprator01
{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    height: 1px;
    float: left;
    margin: 5px 0px 5px 0px;
}

/*
LoginSignupContainer use this css on without login - post projet click
LoginSignupContainer use this css on without login - post projet click
LoginSignupContainer use this css on without login - post projet click
*/

.LoginSignupContainer
{
    float: left;
    clear: both;
    width: 350px;
    padding: 5px 12px 0px 10px;
    background-color: #FFFFFF;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.CloseBtn
{
    float: left;
    text-align: right;
    width: 352px;
}


.CloseBtn img
{
    cursor: pointer;
}

.LoginSignupContainer fieldset
{
    float: left;
    width: 330px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border-top: 1px solid #317ea8;
    border-left: 1px solid #317ea8;
    border-right: 2px solid #317ea8;
    border-bottom: 2px solid #317ea8;
    background-color: #FFFFFF;
}

.LoginSignupContainer legend
{
    margin: 10px;
    background-color: #317ea8;
    padding: 4px 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

.LoginSignupContainerRow
{
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.LoginLable
{
    float: left;
    width: 27%;
    line-height: 20px;
}

.LoginField
{
    float: left;
    width: 70%;
    line-height: 20px;
}

.LoginField img
{
    vertical-align: middle;
}


.LoginLable2
{
    float: left;
    width: 27%;
    line-height: 20px;
    vertical-align: top;
    margin-top: 20px;
}

.LoginLable3
{
    float: left;
    width: 27%;
    line-height: 20px;
    text-align: right;
}



.LoginField2
{
    float: left;
    width: 29%;
    line-height: 20px;
    margin-right: 10px;
}

.FieldInfo
{
    font-size: 11px;
    width: 100%;
    float: left;
    color: #666666;
}

/*Created by Pranav*/
.contents
{
    background: #f9f9f9;
}

.GridStart
{
    float: left;
    border-bottom: 0px none #999999;
    padding: 2px;
    margin-bottom: 0px;
    width: 100%;
}

.ProviderGridRowGray
{
    width: 100%;
    border-bottom: solid 1px #e2e2e2;
    background-color: #F6F6F6;
    padding: 2px;
    margin-bottom: 0px;
    cursor:pointer;
}

.ProviderGridRowWhite
{
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    background-color: #ffffff;
    padding: 2px;
    margin-bottom: 0px;
    cursor:pointer;
}

.ProviderGridRowHover
{
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    background-color: #EFEEEF;
    padding: 2px;
    margin-bottom: 0px;
    cursor:pointer;
}

.FindProvierSearchBar
{
    float: left;
	background-color:#f8fcff;
    border: 1px solid #e2e2e2;	
    padding: 15px 10px;
    margin-bottom: 15px;
    width: 680px;
	}



/*Rating Stars Created by Pranav*/
.AjaxStar
{
    float: left;
    height: 20px;
    width: 5px;
    display: inline;
}

.AjaxStar2
{
    float: left;
    height: 20px;
    width: 100px;
    display: inline;
}

/*.RatingStar 
{
	DISPLAY: block; 
	FONT-SIZE: 0pt; 
	MARGIN: 0px; 
	CURSOR: pointer; 
	PADDING:0 0 0 1px; 
	BACKGROUND-REPEAT: no-repeat; 
	WIDTH: 15px; 
	HEIGHT: 18px;
}*/

.RatingStarHover
{
    display: inline-block;
    font-size: 0pt;
    margin: 0px;
    cursor: pointer;
    padding: 0 0px 0 0px;
    background-repeat: no-repeat;
    width: 17px;
    height: 13px;
    border: 0px solid #ff0000;
    float: left;
}

#OverallRating a
{
    border: 1px solid #00ff00;
}

.FilledRatingStar
{
    background-image: url(../../media/images/icons/ActiveStar.gif);
    height: 13px;
    width: 17px;
}
.EmptyRatingStar
{
    background-image: url(../../media/images/icons/DeactiveStar.gif);
    height: 13px;
    width: 17px;
}
.SavedRatingStar
{
    background-image: url(../../media/images/icons/ActiveStar.gif);
    height: 13px;
    width: 17px;
}

/*GridView css*/
.GridView
{
    float: left;
    border: 1px solid #e2e2e2;
    margin-bottom: 12px;
}
.GridViewHeader
{
    border-bottom: 1px solid #e2e2e2;
    background-color: #f4f4f4;
    line-height: 30px;
}

.GridViewHeader th
{
    padding-left: 5px;
}

.GridViewItems td
{
    padding-left: 5px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 11px;
}

.GridViewItems
{
    background-color: #fcfcfc;
    line-height: 25px;
    padding-left: 5px;
    font-size: 11px;
}
.GridViewAlternateItems
{
    background-color: #ffffff;
    line-height: 25px;
    padding-left: 5px;
    font-size: 11px;
}

/*DataList css*/
.DataList
{
    float: left;
    background-color: #fcfcfc;
    border: 1px solid #e2e2e2;
    width: 420px;
    overflow: auto;
    height: auto;
    margin-bottom: 15px;
}

.DataList td
{
    padding-left: 10px;
}

.DataListRow
{
    width: 400px;
    list-style: none;
    display: inline;
    line-height: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.DataListRowLast
{
    width: 400px;
    list-style: none;
    display: inline;
    line-height: 25px;
}

.DataListCell
{
    list-style: none;
    display: inline;
    line-height: 25px;
    vertical-align: middle;
}
.DataListDetailListName
{
    float: left;
    width: 200px;
    font-weight: bold;
    margin-left: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-bottom: #999999 1px dotted;
}
.DataListDetailListYear
{
    float: left;
    width: 100px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-bottom: #999999 1px dotted;
}
.DataListDetailListVerification
{
    float: left;
    line-height: 25px;
    height: 25px;
    width: 100px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-bottom: #999999 1px dotted;
}


/*  Baloon tool tip */
#bubble_tooltip
{
    width: 147px;
    position: absolute;
    display: none;
}
#bubble_tooltip .bubble_top
{
    background-image: url('../../media/images/design/bubble_top.gif');
    background-repeat: no-repeat;
    height: 16px;
}
#bubble_tooltip .bubble_middle
{
    background-image: url('../../media/images/design/bubble_middle.gif');
    background-repeat: repeat-y;
    background-position: bottom left;
    padding-left: 7px;
    padding-right: 7px;
}
#bubble_tooltip .bubble_middle span
{
    position: relative;
    top: -8px;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size: 11px;
}
#bubble_tooltip .bubble_bottom
{
    background-image: url('../../media/images/design/bubble_bottom.gif');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    height: 44px;
    position: relative;
    top: -6px;
}

.CenterPopup
{
    padding: 20px;
}

/* invoice add line item table */
.invoice-line-item
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
}
.invoice-line-item th
{
    background: transparent;
    color: #42693a;
    padding: 2px 2px 2px 4px;
    height: 20px;
    font-weight: normal;
}

.invoice-line-item td
{
    padding: 4px;
}

.invoice-line-item select
{
    width: 130px;
}

.gb-form-row-inline6
{
    height: 22px;
    border: 0px;
}

.invoice-line-item textarea
{
    width: 190px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dd_width2 select
{
    width: 125px;
}

/*CSS for Login screen on page CSS for Login screen on page CSS for Login screen on page */
/*CSS for Login screen on page CSS for Login screen on page CSS for Login screen on page */

.LoginMainContainer
{
    margin: 0 auto;
    padding-top: 23px;
    width: 680px;
    min-height: 100%;
    height: auto !important;
    height: 99%;
}

.LoginContainerLeft
{
    float: left;
    width: 329px;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
	height:260px;
}

.LoginContainerLeftinput
{
    height: 20px;
    padding-top: 3px;
    line-height: 22px;
    vertical-align: middle;
}


.LoginContainerRight
{
    float: left;
    width: 330px;
    padding-left: 10px;
	height:330px;
	
}

.LoginMainContainer form
{
    float: left;
    width: 329px;
}

.LoginMainContainer ul
{
    list-style: none;
    display: inline;
}

.LoginMainContainer li
{
    list-style: none;
    display: inline;
    width: 329px;
    float: left;
    padding-bottom: 10px;
    vertical-align: middle;
}

.LoginMainContainer h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    width: 329px;
    border-bottom: 1px dotted #a5a2a5;
    height: 27px;
    margin-bottom: 13px;
    float: left;
}

.LoginPageLable
{
    float: left;
    width: 100px;
    height: auto;
    text-align: right;
    line-height: 27px;
}

.LoginRight
{
    float: left;
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
}



.LoginRightFftpw
{
    width: 200px;
    float: left;
    padding-bottom: 10px;
    padding-left: 45px;
    border: 0px solid #ff0000;
    vertical-align: top;
}

.LoginInput
{
    float: right;
    line-height: 22px;
    height: 20px;
    width: 220px;
    padding-top: 3px;
}

.SignupChoiceBox
{
    float: left;
    background-color: #ffffff;
    padding: 5px 5px 0px 0px;
    width: 300px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 20px;
    vertical-align: middle;
}


.SignupChoiceBox input
{
    margin-bottom: 10px;
    margin-right: 5px;
}

.SignupChoiceBox span
{
    float: left;
    width: 280px;
    border: 0px solid #ff0000;
    min-height: 10px;
}

.SignupChoiceBox label
{
    width: 220px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-weight: bold;
    color: #fe7203;
}

.ContinueBtn
{
    float: left;
    width: 311px;
    text-align: right;
}

.LoginMainContainer a
{
    color: #0f70a1;
    text-decoration: underline;
}
.LoginMainContainer a:hover
{
    color: #0f70a1;
    text-decoration: none;
}


.BackgroundBlack
{
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=30);
}

/*New Grid crated for Activity page */

.GridActivity
{
    float: left;
    vertical-align: top;
}

.GridActivity th
{
    background: url(../../media/images/design/grid_m_bg.jpg) left top repeat-x;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #eeeeee;
    height: 34px;
    line-height: 34px;
    color: #625c5c;
    font-weight: bold;
    padding-left: 5px;
}
.GridActivity td
{
    vertical-align: top;
    padding: 0px;
    line-height: 18px;
}


.GridActivityHour
{
    float: left;
}


.GridActivityHour td
{
    vertical-align: middle;
    padding: 0;
    line-height: 20px;
}

/*Done by pranav
.OnlineHourTableEven tr	{
background-color:#fcfbf7;

.OnlineHourTableOdd tr	{
background-color:#f5f8fd;
}
}*/
.OnlineHourTableEven
{
    background-color: #fcfbf7;
    vertical-align: top;
}

.OnlineHourTableOdd
{
    background-color: #f5f8fd;
    vertical-align: top;
}

.OnlineHourEven
{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background-color: #fffae4;
}

.OnlineHourOdd
{
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background-color: #eaf0fa;
}


/*--------Class for offline work report --------*/

.OfflineHourEven
{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background-color: #d3d1d1;
}

.OfflineHourTableEven tr
{
    background-color: #eaeaea;
}


.OfflineHourOdd
{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background-color: #e0e0e0;
}


.OfflineHourTableOdd tr
{
    background-color: #f4f4f4;
}


.StatusBar
{
    margin: 0 auto;
    border: 1px solid #96bf33;
    height: 10px;
    padding: 1px;
    width: 69px;
    display: block;
    text-align: left;
}


.day
{
    padding: 5px 12px 5px 5px;
    text-align: center;
    vertical-align: top;
    border-bottom: 0px dotted #333333;
}

.weekday
{
    font-size: 13px;
    background-color: #1c6b90;
    height: 16px;
    height: 22px;
    color: #FFFFFF;
}

.dt
{
    font-size: 35px;
    background: #92cee9;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
}


.Year
{
    font-size: 13px;
    background: #daedf6;
    height: 20px;
    color: #1c6b90;
}


/*Sign UP page CSS*/

.SignupMainContainer
{
    float: left;
    padding-top: 23px;
    width: 942px;
    min-height: 100%;
    height: auto !important;
    height: 99%;
    overflow: visible;
    border: 0px solid #ff0000;
}

.SignupMainContainer h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    width: 99.99%;
    border-bottom: 1px dotted #a5a2a5;
    height: 30px;
    line-height: 30px;
    margin-bottom: 13px;
    float: left;
    vertical-align:bottom;
}




.SignupFormContainer
{
    float: left;
    padding-top: 10px;
    width: 942px;
    min-height: 100%;
    height: auto !important;
    height: 99%;
    overflow: visible;
    border: 0px solid #ff0000;
}
.SignupForm
{
    float: left;
    padding-top: 10px;
    width: 697px;
    height: auto !important;
    height: 99%;
    overflow: visible;
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    margin-left: 118px;
    padding-left: 10px;
    padding-bottom: 10px;
}



.SignupFormBlank
{
    float: left;
    padding-top: 10px;
    width: 697px;
    height: 200px;
    display: block;
}


/*signup radio btn css */

.ProviderType
{
    float: left;
    width: 697px;
    height: auto !important;
    height: 99%;
    overflow: visible;
    border: 0px solid #e2e2e2;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ProviderType p
{
    font-weight: bold;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    width: 135px;
    text-align: right;
    height: 100px;
}

.ProviderRadioBtn
{
    width: 39%;
    float: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    border: 0px solid #ff0000;
}

.ProviderRadioBtn input
{
    margin-left: 1px;
    line-height: 30px;
    vertical-align: middle;
}
.ProviderRadioBtn label
{
    margin-left: 5px;
    margin-right: 5px;
    line-height: 30px;
    vertical-align: middle;
}

.PopupForm01
{
    float: left;
    padding-top: 10px;
    width: 88%;
    height: auto !important;
    height: 99%;
    overflow: visible;
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    margin: 3%;
    padding: 3%;
}

.showAtVeryBottom
{
    position: fixed;
    bottom: -1000px;
    height: 100%;
}


/*CSS FOR POPUP WINDOW HELP, FILE ATTACHMENT ADD TEAM MEMBER*/
/*CSS FOR POPUP WINDOW HELP, FILE ATTACHMENT ADD TEAM MEMBER*/
/*CSS FOR POPUP WINDOW HELP, FILE ATTACHMENT ADD TEAM MEMBER*/
/*CSS FOR POPUP WINDOW HELP, FILE ATTACHMENT ADD TEAM MEMBER*/

.PopupBody
{
    background: url(../../media/images/design/header_bg2.jpg) top left repeat-x;
    margin: 15px;
}


.PopupContainer
{
    float: left;
    width: 700px;
    height: auto;
    border: 1px solid #cccccc;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.PopupContainer2
{
    float: left;
    width:1000px;
    height: auto;
    padding-top:0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}



.PopupHeader
{
    float: left;
    width:972px;
	height: 100px;
    margin-bottom: 15px;
    border: 0px solid #ff0000;
}

.PopupLogo
{
    width: 210px;
    height: 70px;
    float: left;
}

.PopupTopLinks
{
    float: left;
    width:760px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    border: 0px solid #ff0000;
}

.PopupTopLinks a
{
    color: #000099;
    text-decoration: underline;
    line-height: 25px;
}

.PopupPageHeading
{
    float: left;
    width:760px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #0f70a1;
    height: 30px;
    text-align: right;
    margin-top: 15px;
    border: 0px solid #ff0000;
    vertical-align: bottom;
}



/* CSS for Sidebar Middle container */

.SidebarContainerPopup
{
    height: 100%;
    border: 0px solid #ff0000;
    float: left;
    width: 206px;
}

.PopupSidebarContainer
{
    background: #e6f8ff;
    width: 206px;
    height: 100%;
    border-left: 1px solid #9fc2e7;
    border-right: 1px solid #9fc2e7;
    float: left;
    margin-bottom: 15px;
}
.PopupSidebar
{
    height: 100%;
    border: 0px solid #ff0000;
    float: left;
}
.SidebarMiddle2
{
    float: left;
    margin: 15px 0px 0px 10px;
    height: 87%;
    width: 186px;
}
.SidebarMiddle2 h4
{
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    width: 90%;
}
.SibebarFormContent
{
    float: left;
    margin-bottom: 10px;
    width: 186px;
    line-height: 20px;
}
/* CSS for Sidebar Middle menu Close Position */


.PopupSidebar .shrink2
{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 206px;
    border-bottom: 1px solid #9fc2e7;
    font-size: 12px;
    font-weight: bold;
}
.shrink2 a
{
    color: #327ea9;
    font-weight: bold;
    display: block;
    text-decoration: none;
    width: 181px;
    padding-left: 15px;
}

.shrink2 a:hover
{
    color: #327ea9;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
/* CSS for Sidebar Middle menu Open Position */

   
.expand2
{
    float: left;
    width: 196px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    list-style: none;
    font-weight: bold;
    color: #f37608;
}

.expand2 a
{
    list-style: none;
    color: #089002;
    text-decoration: none;
    display: block;
    width: 176px;
}

.expandHelp
{
    float: left;
    width: 195px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    list-style: none;
    color: #f37608;
    
}

.expandHelp img
{
    float:left;
    margin-top:5px;
}

.shrink2 img
{
    float:left;
    
}

.expandHelp a
{
    list-style: none;
    color: #089002;
    text-decoration: none;
    display: block;
    width: 150px;   
}

.PopupHeading
{
    float: left;
    width: 196px;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
    background-color: #fffff2;
    border-bottom: 1px solid #9fc2e7;
    border-top: 1px solid #9fc2e7;
    list-style: none;
    font-weight: bold;
    color: #f37608;
    font-size: 14px;
}

.PopupHeading a
{
    list-style: none;
    color: #f37608;
    text-decoration: none;
    display: block;
    width: 176px;
}

.PopupMainContainer
{
    float: left;
    width:730px;
    height: 100%;
    border: 1px solid #9fc2e7;
    margin-left: 15px;
    padding: 10px;
}

.PopupMainContainer h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0f70a1;
}


.PopupMainContainer ul
{
    list-style: circle;
    float: left;
    line-height: 18px;
    margin-bottom: 10px;
    width: 455px;
}

.PopupMainContainer li
{
    list-style: circle;
    float: left;
    line-height: 18px;
    list-style: inside;
    width: 430px;
    margin-bottom: 5px;
}


.PopupMainContainer p
{
    float: left;
    width: 97%;
    line-height: 18px;
    margin-bottom: 4px;
    margin-top: 3px;
}

.IndentLeft
{
    padding-left: 15px;
}



.PopupMainContainer2
{
    float: left;
    width: 680px;
    height: 100%;
    border: 1px solid #9fc2e7;
    padding: 10px;
}

.PopupMainContainer2 h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0f70a1;
}


.PopupMainContainer2 ul
{
    list-style: circle;
    float: left;
    line-height: 18px;
    margin-bottom: 10px;
    width: 680px;
}

.PopupMainContainer2 li
{
    list-style: circle;
    float: left;
    line-height: 18px;
    list-style: inside;
    width: 680px;
    margin-bottom: 5px;
}


.PopupMainContainer2 p
{
    float: left;
    width: 97%;
    line-height: 18px;
    margin-bottom: 4px;
    margin-top: 3px;
}


.PopupContainerTable
{
    float: left;
}


.PopupContainerTable label
{
    margin-left: 3px;
    margin-right: 3px;
}

.PopupMainContainerMainHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0f70a1;
    margin-bottom: 10px;
}


.PopupMainContainerHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

/*Successfully Completed Message Screen*/

.SuccessfullyMessageContainer
{
    float: left;
    border: 1px solid #d0d0d0;
    width: 678px;
    height: auto;
    padding: 10px;
    background: #f8f8f8 url(../../media/images/design/bg_grey.jpg) left top repeat-x;
    margin-bottom: 15px;
}

.SuccessfullyMessageContainer ul
{
    list-style: none;
    display: inline;
}

.SuccessfullyMessageContainer li
{
    line-height: 28px;
    list-style: none;
}

a.bullet01
{
    color: #053771;
    padding-left: 20px;
    background: url(../../media/images/icons/bullet07.gif) left top no-repeat;
    line-height: 20px;
    vertical-align: middle;
}


.NeedHelpContainer
{
    float: left;
    border-left: 1px solid #ffd491;
    border-right: 1px solid #ffd491;
    border-bottom: 1px solid #ffd491;
    width: 678px;
    height: auto;
    padding: 10px;
    background: #fffef6 url(../../media/images/design/bg_orange.jpg) left bottom repeat-x;
}

.NeedHelpContainer ul
{
    list-style: none;
    display: inline;
}

.NeedHelpContainer li
{
    line-height: 28px;
    list-style: none;
}



.SubHeading07
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #00466e;
    margin-bottom: 5px;
}

.NeedHelpTop
{
    float: left;
    width: 583px;
    height: 27px;
    border-bottom: 1px solid #ffd491;
}

.SubHeading08
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #694000;
    width: 117px;
    height: 27px;
    background: url(../../media/images/icons/help_arrow2.gif) right bottom no-repeat;
}
a.bullet02
{
    color: #694000;
    padding-left: 20px;
    background: url(../../media/images/icons/bullet08.gif) left top no-repeat;
    line-height: 20px;
    vertical-align: middle;
}
a.bullet02:hover
{
    color: #333333;
    text-decoration: underline;
}


/*Pranav - for ajax background*/
#progressBackgroundFilter
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 5000px;
    height: 5000px;
    width: 100%;
    overflow: visible;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage
{
    position: absolute;
    top: 300px;
    left: 45%;
    padding: 10px;
    width: 10%;
    z-index: 1001;
    background-color: #ffffff;
}


.mandatoryfield
{
    color: #ff0000;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
}

.StatusbarBox
{
    border: 1px solid #98be33;
    width: 70px;
    height: 14px;
    padding: 1px 0px 1px 0px;
    background-color: #ffffff;
}

/*new css  for leftsidebar - profile and submenu of profile*/

.expandSubmenu
{
    float: left;
    width: 181px;
    line-height: 25px;
    padding-left: 25px;
    background-color: #fffff2;
    border-bottom: 1px solid #c6e1e4;
    list-style: none;
    font-weight: bold;
    color: #f37608;
    padding-bottom: 5px;
}

a.expandSubmenuLink
{
    list-style: none;
    color: #0f70b1;
    text-decoration: none;
    display: block;
    line-height: 20px;
    width: 164px;
    font-weight: normal;
    background: url(../../media/images/bullets/bullet01.jpg) left top no-repeat;
    padding-left: 12px;
    font-size: 11px;
}



a.expandSubmenuMainLink
{
    list-style: none;
    color: #089002;
    text-decoration: none;
    display: block;
    width: 176px;
}


.AjaxLoaderBox
{
    float: left;
    border: 0px solid #ff0000;
    height: 20px;
    margin-left: 15px;
}

.left
{
    float: left;
}


a.NoUnderline
{
    text-decoration: none;
}



/*main Sing up page new css date 07-05-09 dhaval shah*/

.SignupClientBox
{
    float: left;
    width: 470px;
    background: url(../images/design/seprator_singup.jpg) right top no-repeat;
    height: 437px;
}

.PostProjectLoginBox
{
    float: left;
    width: 470px;
    background: url(../images/design/seprator_singup.jpg) right top no-repeat;
    min-height: 437px;
}

.ClientSignupButton
{
    height: 102px;
    padding-left: 30px;
}

.SignupContent
{
    padding-left: 50px;
    width: 400px;
    margin-top: 25px;
    height: 100%;
}

.SignupContent p
{
    line-height: 25px;
    float: left;
    width: 350px;
}


.SignupContentHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    float: left;
    color: #0f70a1;
    width: 99%;
    margin-bottom: 20px;
}



.SignupProviderBox
{
    float: left;
    width: 470px;
    height: 437px;
}

.PostProjectSignupBox
{
    float: left;
    width: 470px;
    min-height: 437px;
}

.ProviderSignupButton
{
    height: 102px;
    padding-left: 30px;
}
.LabelMessageOnFade
{
	font-family: Verdana, Arial,Tahoma;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
	color: #c12913;
	padding: 5px;
	background-color: #fff791;
	border: 1px dotted gray;
	text-align: center;
	display: block;
	margin-right: 30px;
}

/* New css copied from old Standard.css 
New css copied from old Standard.css  date June03-09 by dhaval shah and vasudev patel */

.SPSubTitle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.SPContentBox {
	background-color:#F6F6F6;
	border: 1px solid #CFCFCF;
	padding:8px;
}


.ContentAction {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#6E8A04;
	font-size: 12px;
	cursor:pointer;
}
	
.ContentAction a {
	text-decoration:none;
	color: #6E8A04;
	font-weight: bold;
	padding: 5px;
	cursor:pointer;
	}
	
.ContentAction a:hover {
	color:#6E8A04;
	text-decoration:underline;
	background-color: #FCFFDF;
	cursor:pointer;
	}

.ResumeContentAction a  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
	}

.ResumeContentAction a:hover  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
	}

.SPContentTextLight {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8A8888;
	text-decoration: none;
}

.SPContentTextSmall {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494B4C;
	text-decoration: none;
	padding:2px 5px 2px 0px;
}
		

.SPFormFieldSeperator {
	background-image:url(../images/Design/sp_formfieldSeperator.gif);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	}
		
.SPGridSeperator {
	border-bottom: 1px solid #CFCFCF;
	padding:5px;
}


.SPGridContent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent: 0px;
	padding: 5px 0px 5px 0px;
	text-decoration:none;
	}

.SPGridContent a {
	color: #000000;
	text-decoration:none;
	cursor:pointer;
	text-decoration:underline;
	padding: 5px 0px 5px 0px;

}

.SPGridContent a:hover {
	color: #000000;
	text-decoration:Underline;
	cursor:pointer;
	padding: 5px 0px 5px 0px;

}

.SPGridHeader {
	padding:5px;
	border-bottom: 1px solid #b1b1b1;
	background-color:#ededed;
}
		
.SPGridTitle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:0px;
}


.SPPhotoBg {
	background:#FFFFFF; border: #CFCFCF 2px solid; height:80px; width:80px;
	}
		
.SPSeparator {	
	margin-top:0px;
	margin-bottom:0px;
	height: 1px;	
	}

.SPGridSubTitle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2087C9;
	text-decoration: none;
	padding-left:0px;
}

.SPGridRow {
	padding:5px;
	border-bottom: 1px solid #DBDBDB;
	background-color:#FFFFFF;
	}

	


.ResumeContent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	}		



.AddMoreLink {
	font-size: 11px;
	font-family: Verdana;
	color: #6E8A04;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}
.AddMoreLink a{
	font-size: 11px;
	font-family: Verdana;
	color: #2D9FD1;
	text-decoration:underline;
	font-weight:bold;
}
.AddMoreLink a:hover{
	font-size: 11px;
	font-family: Verdana;
	color: #2D9FD1;
	text-decoration:underline;
	font-weight:bold;
}

.PageHeader {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3597C1;
	text-decoration: none;
	margin-bottom: 15px;
	line-height:25px;
	}	
	
	/*Css for Contract page */

.Contract_container	{
width:800px;
margin:0 auto;
}


.Contract_container	p{
line-height:18px;
margin-bottom:15px;
}

.Contract_heading01	{
text-align:center;
margin-bottom:15px;
font-weight:bold;
width:800px;
}

/*css for Uploader created by Dhaval */

.radupload  
{
    border:0px solid #ff0000;
    float:left;
}

.ruInputs li 
{
    border:0px solid #dfdfdf;
    float:left;
    width:500px;
    }


.ruFileWrap {
    float:left;
}

.UplaodBTN   
{
    float:left;
    }

.UploadControlBox   
{
    float:left;
    width:500px;
     border:0px solid #00ff00;
     margin-bottom:7px;
}

li.ruActions {
margin:-25px;
}


/*JQuery Style*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}



/*class created for first login after sign up */


.CkecklistBox	{
float:left;
width:99%;
margin-top:10px;
font-weight:bold;
line-height:18px;
vertical-align:middle;
}

.CkecklistBox img	{
margin-right:5px;
margin-left:5px;
line-height:18px;
vertical-align:middle;
}


.Highlight_box	{
background:url(../images/design/checklist_box_bg.jpg) left top repeat-x;
float:left;
height:60px;
width:99%;
margin-top:10px;
padding:15px 7px 7px 7px;
text-align:center;
border:1px solid #e4e4e4;
}


.Highlight_box	p{	
padding:5px;
}

a.GetStartedLink	{
font-size:20px;
color:#116fa2;
text-decoration:none;
}

a.GetStartedLink:hover	{
font-size:20px;
color:#116fa2;
text-decoration:underline;
}


.Highlight_box_note	{
text-align:right;
color:#9b9b9b;
width:100%;
padding-bottom:10px;
padding-top:5px;
float:left;
}


.HeadingInfo {
	float:left;
	font-size:12px;
	color:#7a7a7a;
	width:99%;
	line-height:18px;
}


.CommonHeading03	{
float:left;
width:99%;
font-size:14px;
font-weight:bold;
color:#0f70a1;
line-height:22px;
}


.Screenshot_box	{
float:left;
width:99%;
margin-top:10px;
margin-bottom:10px;
overflow:visible;
}

.Option_heading	{
line-height:32px;
float:left;
width:99%;
}

.Option_details  {
border-top:1px solid #cecece;
border-bottom:1px solid #cecece;
padding-top:10px;
padding-bottom:10px;
float:left;
width:99%;
}


.Option_details  ul li{
list-style:square;
float:left;
list-style-position:inside;
line-height:20px;
width:99%;
}


.Dashboard_Alerts	{
border-bottom:1px dotted #cccccc; 
line-height:25px; 
vertical-align:middle;
}

/*css for Bookmark on home page*/


.BookmarkContainer	{
float:left;
width:940px;
height:auto;
padding-top:19px;
}


.BookmarkBox	{
width:704px;
float:left;
height:57px;
margin-right:17px;
}

.BookmarkBoxLeft	{
float:left;
width:11px;
height:57px;
background:url(../images/design/bookmark_corner_left.jpg) left top no-repeat;
}


.BookmarkBoxMiddle	{
float:left;
width:679px;
height:57px;
background:url(../images/design/bookmark_middle.jpg) left top repeat-x;
vertical-align:middle;
line-height:57px;
font-size:14px;
color:#666666;
font-weight:bold;
}

.BookmarkBoxMiddle	img{
margin-left:7px;
margin-right:7px;
vertical-align:middle;
margin-top:5px;
}

.BookmarkBoxMiddle2	img{
margin-left:18px;
margin-right:10px;
vertical-align:middle;
margin-top:5px;
}

.BookmarkBoxMiddle2 a	{
text-decoration:underline;
color:#0059b6;
}


.BookmarkBoxMiddle2	{
float:left;
width:193px;
height:57px;
background:url(../images/design/bookmark_middle.jpg) left top repeat-x;
vertical-align:middle;
line-height:57px;
font-size:14px;
font-weight:bold;
color:#666666;
}


.BookmarkBoxRight	{
float:left;
width:14px;
height:57px;
background:url(../images/design/bookmark_corner_right.jpg) left top no-repeat;
}


.BookmarkIcons	{
float:left;
}

.FollowUsBox	{
width:200px;
float:right;
text-align:right;
}


.rcbInputCol .rcbFocused rcbHovered	{
    height: 20px;
    line-height: 25px;
    vertical-align: middle;
    padding: 2px;
    background-color: #f8f8f8;
    border: 1px solid #bebebe;
}

/*css for tour page start here */
.TourMainContainer	{
float:left;
width:942px;
height:auto;
padding-top:19px;
}

.TourMainContainer	h1{
    font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#0f70a1;
	width:99.99%;
	border-bottom:1px dotted #a5a2a5;
	height:30px;
	margin-bottom:13px;
	float:left;
}

.Tour_Tab_Box	{
float:left;
width:100%;
height:23px;
}

.Tour_Tab_Box	a{
text-decoration:none;
color:#0f70a1;
}

.Tour_Tab_Box	ul li{
list-style:none;
float:left;
font-size:12px;
font-weight:bold;
color:#0f70a1;
}

.Tour_Tab_Box	li.BottomBorder{
border-bottom:1px solid #b3b3b3;
padding-left:5px;
padding-right:5px;
float:left;
width:auto;
height:23px;
vertical-align:middle;
line-height:23px;
}

.Tour_Tab_Box	li.BottomBorder2{
border-bottom:1px solid #b3b3b3;
float:left;
width:700px;
display:block;
height:23px;
vertical-align:middle;
line-height:23px;

}

.Tour_Tab_Box	li.ActiveTab{
float:left;
-moz-border-radius-topleft:3px;  
-webkit-border-top-left-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px; 
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
border-bottom: 0px solid #fff;
padding-left:10px;
padding-right:10px;
height:23px;
vertical-align:middle;
line-height:23px;
}

.Tour_Tab_Box	li.NormalTab{
float:left;
-moz-border-radius-topleft:3px;  
-webkit-border-top-left-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px; 
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
border-bottom: 1px solid #b3b3b3;
padding-left:10px;
padding-right:10px;
background:url(../images/tourimages/Tour_pageTab_bg.jpg) left top repeat-x;
height:22px;
vertical-align:middle;
line-height:22px;

}

.TourNavigationBox	{
float:left;
height:18px;
padding-left:97px;
width:845px;
height:auto;
}

.SignUPBtn	{
float:left;
width:735px;
height:40px;
text-align:center;
padding-top:12px;
}

.SlideNumbers	{
float:right;
margin-right:170px;
width:300px;
border:0px solid #ff0000;
height:auto;
line-height:32px;
height:32px;
}

.ActiveTourPage	{
line-height:32px;
height:32px;
font-size:16px;
color:#089002;
font-weight:bold;
background:url(../images/tourimages/tour_active_buttlet.jpg) left top no-repeat;
padding-left:20px;
}

.PageNameSeprator	{
font-size:18px;
color:#CCCCCC;
padding:0px 15px;
}


.NormalTourPage	a	{
color:#0f70a1;
text-decoration:underline;
}

.TourBreadcrumbs	{
float:left;
width:300px;
height:auto;
padding-left:73px;
}

.NavigationImages img	{
padding-left:3px;
padding-right:3px;
}

.NavigationImagesNumberNormal	{
margin-right:3px;
background-color:#e2e2e2;
padding:5px;
color:#000000;
text-decoration:none;
}

.NavigationImagesNumberActive	{
margin-right:3px;
background-color:#0f70a1;
padding:5px;
color:#FFFFFF;
text-decoration:none;
}

.TourControlsBox	{
margin:0 auto;
float:left;
padding-left:97px;
width:845px;
}

.LeftButton	{
float:left;
width:72px;
height:530px;
vertical-align:top;
z-index:01;
display:block;
position:relative;
margin-top:260px;
}

.MainImageBox	{
float:left;
width:600px;
overflow:hidden;
border:1px solid #333333;
}

.RightButton	{
float:left;
width:72px;
height:530px;
vertical-align:top;
}

#thumbImageBox
{
width:299px; 
text-align:right; 
height:32px; 
border:0; 
margin:0; 
padding:0; 
left:0px;
}
#thumbImageBox li{
list-style:none; 
margin:0px; 
padding-left:5px; 
padding-right:5px;
background:transparent;
float:left;
height:32px;
text-align:right;
}

#myList{width:10704px; border:0; margin:0; padding:0; left:0px;}
#myList li{
list-style:none; 
margin:0px; 
padding:0px; 
background:transparent;
float:left;
width:892px;
height:auto;
}




/*Css for Policy Pages */


.PolicyMainContainer
{
    float: left;
    padding-top: 23px;
    width: 700px;
    min-height: 100%;
    height: auto !important;
    height: 99%;
    overflow: visible;
}



.PolicyMainContainer h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0f70a1;
    width: 99.99%;
    border-bottom: 1px dotted #a5a2a5;
    height: 32px;
    line-height:32px;
    vertical-align:top;
    margin-bottom: 13px;
    float: left;
    display:block;    
}



.PolicyMainContainer	p{
line-height:18px;
margin-bottom:10px;
}

.Policy_heading01	{
text-align:left;
font-weight:bold;
width:99%;
margin-bottom:10px;
}


ul.CircleListing li	{
list-style:inside;
margin-bottom:10px;
}
/*mew css for Help pages content */

.HelpContent	{
float:left;
width:710px;
height:auto;
padding:0px 10px 0px 10px;
}	

.HelpContenttable	{
float:left;
line-height:26px;
vertical-align:middle;
width:98%;
margin-bottom:15px;
}


.HelpContent	a	{
text-decoration:underline;
color:#0F70A1;
}


.ClientBox	{
float:left;
width:330px;
padding:10px;
}


.ProviderBox	{
float:left;
width:330px;
padding:10px;
border-left:1px solid #CCCCCC;
}

.MainContainerheading2Text2  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #0C9003;
    float:left;
    width:79.45%;    
    
}


/*Ratign Bar By Pranav*/
.BarRatingStarBorder
{
    width:92px;
    height:14px;
    border:solid 1px #2b707c;
    background-color:#ffffff;
    padding-top:2px;
}

.BarRatingStarHover
{
    cursor: pointer;
    width: 16px;
    height: 12px;
}

.BarFilledRatingStar
{
    background-image: url(../../media/images/icons/big_bar_filled.gif);
    width: 16px;
    height: 12px;
    margin-left:2px;
}

.BarEmptyRatingStar
{
    background-image: url(../../media/images/icons/big_bar_white.gif);
    width: 16px;
    height: 12px;
}

.BarSavedRatingStar
{
    background-image: url(../../media/images/icons/big_bar_filled.gif);
    width: 16px;
    height: 12px;
}

.BarRatingStarBorder2
{
    width:70px;
    height:11px;
    border:solid 1px #2b707c;
    background-color:#ffffff;
    padding-top:1px;
}

.BarRatingStarHover2
{
    cursor: pointer;
    width: 12px;
    height: 10px;
}

.BarFilledRatingStar2
{
    background-image: url(../../media/images/icons/small_bar_filled.gif);
    width: 12px;
    height: 10px;
    margin-left:1px;
}

.BarEmptyRatingStar2
{
    background-image: url(../../media/images/icons/small_bar_white.gif);
    width: 12px;
    height: 10px;
}

.BarSavedRatingStar2
{
    background-image: url(../../media/images/icons/small_bar_filled.gif);
    width: 12px;
    height: 10px;
}


/* php page css  */

@charset "utf-8";
/* CSS Document */

* {
padding:0px;
margin:0px;
}

.landingpage-banner-container {
float:left;
width:876px;
height:auto;
margin-bottom:15px;
}
.landingpage-banner-left {
background:url(../../media/images/images_PHP/landing_banner_l_cor.gif) left top no-repeat;
float:left;
height:121px;
width:11px;
}

.landingpage-banner-middle {
background:url(../../media/images/images_PHP/landing_banner_middle.gif) left top repeat-x;
float:left;
height:95px;
width:656px;
padding:26px 0px 0px 198px;
}
.landingpage-banner-right {
float:left;
background:url(../../media/images/images_PHP/landing_banner_r_cor.gif) left top no-repeat;
height:121px;
width:11px;
}

.page-heading-01	{
float:left;width:616px;margin-right:40px;
font-size:26px;color:#00234f;line-height:45px;
font-family:Arial, Helvetica, sans-serif;text-align:right;
}
.page-heading-02	{
float:left;width:576px;margin-right:80px;
font-size:16px;font-family:"Trebuchet MS", Arial, Verdana;text-align:right;
}
.landingpage-intro-content	{
float:left;
width:876px;
font-family:"Trebuchet MS", Arial, Verdana;
text-align:center;
margin-bottom:15px;
}

.landingpage-left-container {
float:left;
width:512px;
height:auto;
margin-right:12px;
}


.landingpage-left-container-heading {
	float:left;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 17px;
    color: #0f70a1;
    width: 512px;
    border-bottom: 1px dotted #a5a2a5;
    height: 32px;
    line-height:32px;
    vertical-align:top;
    margin-bottom: 13px;
}

.provider-row {
float:left;
height:auto;width:512px;
margin-bottom:10px;
}

.provider-column-left, .provider-column-right	{
float:left;
width:229px; height:91px;
padding:10px;
border:1px solid #efefef;
background:url(../../media/images/images_PHP/provider_bg.gif) left bottom repeat-x;
font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#666666;line-height:19px;
}
.provider-column-left {
margin-right:10px;
}
.landing-page-provider-image	{
float:left;
height:58px;
width:58px;
margin-right:10px;
}
.provider-column-content	{
float:left;
width:150px;
height:auto;
}

.landingpage-ajax-star {
float:left;
width:150px;
height:auto;
}


.landingpage-right-container {
float:left;
width:350px;
height:auto;
}

.form_heading {
float:left;
background:url(../../media/images/images_PHP/form_heading.gif) left top no-repeat;
height:33px;
width:338px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333;font-weight:bold;
line-height:33px;
padding-left:12px;
}


.form_bottom	{
float:left;
background:url(../../media/images/images_PHP/form_bottom.gif) left top no-repeat;
height:6px; font-size:0px;
width:338px; 
line-height:33px;
padding-left:12px;
}


.landingpage-form	{
float:left;
background:#fffbe4;
width:324px;
padding:12px;
height:auto;
border-left:1px solid #e8dda7;
border-top:1px solid #e8dda7;
border-right:1px solid #e8dda7;
background-color:#fffbe4;
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#444445;
}

.landingpage-form ul{
list-style:none;
float:left; width:100%;	

}

.landingpage-form li{
float:left;
list-style:none;
line-height:22px;
margin-bottom:12px;
width:324px;
}

.landingpage-form li label {
float:left;
width:135px;
padding-left:12px;
text-align:left;
line-height:20px;
}

.landingpage-form-input {
float:left;
width:162px;
text-align:left;
height:18px;
padding-top:2px;
}

.landingpage-form select {
float:left;
width:166px;
text-align:left;
padding:2px;
}

.landingpage-form textarea {
float:left;
width:159px;
height:auto;
text-align:left;
padding:2px;
}

.landing-page-from-btn {
float:left;
width:350px;
height:auto;
margin:10px 0px; 
}


a.GreenButton {
background:#006633 url(../../media/images/images_PHP/green_btn_bg.jpg) repeat-x scroll left top;
font-family:Arial, Helvetica, sans-serif; font-size:12px;
border:3px solid #047700;
color:#FFFFFF;
display:block;
float:right;
font-weight:bold;
height:25px;
line-height:25px;
padding-left:10px;
padding-right:10px;
text-align:center;
text-decoration:none;
text-transform:uppercase; 
}


