﻿.register_block
{
    width: 500px;
    background-color: white;
}
.ProfileTitle
{
    width: 15%;
    color: #3F3437;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.req
{
    color: Red;
}
.quote
{
    color: #5cb343;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
}

.register_row
{
    clear: both;
    padding: 6px;
    text-align: left;
    color: #585858;
    font-size: 12px;
}
.portfolioText
{
    float: left;
    text-align: left;
    color: #585858;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    padding-bottom: 10px;
}

.column1
{
    float: left;
    width: 100px;
    text-align: right;
    color: #585858;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    padding-bottom: 10px;
}
.column2
{
    padding-left: 20px;
    float: left;
    text-align: left;
}

.txtbox
{
    width: 100px;
    padding: 2px;
    border: solid 1px gray;
}
.search_text_small
{
    width: 100px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 1px;
    font-size: 12px;
    color: #585858;
}
.search_text_large
{
    width: 300px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 1px;
    font-size: 12px;
    color: #585858;
}
.dropdown_small
{
    width: 100px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 1px;
    font-size: 12px;
    color: #585858;
}
.dropdown_large
{
    width: 300px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 1px;
    font-size: 12px;
    color: #585858;
}
.search_text_large_multiline
{
    width: 300px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 1px;
    font-size: 12px;
    color: #585858;
}
.errorMsg
{
    color: Gray;
}

.cssClass1
{
    color: Red;
    font-weight: bold;
    z-index: 10;
}
.cssClass2
{
    color: Red;
    font-weight: bold;
    z-index: 10;
}
.cssClass3
{
    color: Green;
    font-weight: bold;
    z-index: 10;
}
.cssClass4
{
    color: Green;
    font-weight: bold;
    z-index: 10;
}
.cssClass5
{
    color: Green;
    font-weight: bold;
    z-index: 10;
}
.login_block
{
    width: 280px;
    background-color: white;
}
.text_area
{
    width: 150px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 10px;
    font-size: 12px;
    color: #585858;
}
.text_area_large
{
    width: 300px;
    border: #C9C9C9 solid 1px;
    margin: 0px 0px 1px 10px;
    font-size: 12px;
    color: #585858;
}
.text_area_large_nm
{
    width: 300px;
    border: #C9C9C9 solid 1px;
    font-size: 12px;
    color: #585858;
}
.text_area_medium
{
    width: 280px;
    border: #C9C9C9 solid 1px;
    font-size: 12px;
    color: #585858;
}
.text_green
{
    color: #5CB343;
    font-size: 14px;
    font-family: arial, "lucida console" , helvetica, sans-serif;
}
.preview
{
    position: absolute;
    padding: 0px;
    display: none;
    color: #fff;
}
.text_green_large
{
    color: #5cb343;
    font-size: 18px;
    word-spacing: normal;
    letter-spacing: 1px;
}

/* --- sub_header --- */
#sub_header
{
    border-bottom: 7px solid #5cb343;
}
#sub_header .header_center
{
    color: #585858;
    text-align: center;
    padding-left: 120px;
}
#sub_header .header_center_right
{
    color: #585858;
    text-align: right;
    padding-left: 200px;
}
#sub_header .header_lineleft
{
    background: transparent url(../Images/line_right.gif) repeat-y 100px top;
}

.line
{
    background: transparent url(../Images/line_right.gif) repeat-y right top;
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.8;
    position: fixed;
}

.workspace
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100px;
}

.folder
{
    position: relative;
    z-index: 2;
}

.folderimg
{
    position: absolute;
    z-index: 1;
    top: 38px;
    left: 153px;
}

.borderimg
{
    border-left: 2px solid #C0C0C0;
    border-top: 2px solid #C0C0C0;
    border-bottom: 4px solid #C0C0C0;
    border-right: 4px solid #C0C0C0;
    padding: 2px 3px 2px 2px;
    width: 126px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
/************ MaskedEdit Related Styles ***********************/


/*Added by Manish Kr.*/
div.clr
{
    clear: both;
}

