﻿.customform1
{
    margin: 0px;
    padding-top: 0px;
    /*background: url(form1/form_top.gif) no-repeat 0 0;*/
    width: 94%;
}

.customform1 .half input[type=text]
{
    width: 50% !important;
}

.customform1 input, .customform1 textarea, .customform1 select
{
    width: 94% /*!important*/;
    /*border: 1px solid gray;
    background: #fff url(form1/form_input.gif) repeat-x;*/
    padding: 4px !important;
}

.customform1 textarea
{
    /*height: 125px;*/
    height: 80px /*!important*/;
/*    overflow: auto;*/
}

.customform1 label
{    
    width: 300px !important;
}

.customform1 input[type=submit]
	{
		width:96px !important;
    }	

/******************/
.customform1 .floatLeft
{
    float: left;
    width: 64px;
    margin: 0 10px;
    border: 1px solid #DDDDDD;
}

.customform1 .floatLeft32
{
    float: left;
    width: 32px;
    margin: 0px;
    /*border:1px solid black;*/
}

.customform1 .leftCol
{
    float: left;
    width: 128px;
    margin: 0;
    margin-right:20px;
}

.customform1 .rightCol
{
    margin: 0;
    margin-left: 148px;
}

.customform1 .leftCol64
{
    float: left;
    width: 64px;
    margin: 0;
}

.customform1 .rightCol40
{
    margin-left: 40px
}

.customform1 .rightCol32
{
    margin-left: 32px
}

.customform1 .rightCol48
{
    margin-left: 48px
}

.customform1 .rightColHalf
{
    margin: 0;
    margin-left: 74px;
}

.customform1 .Message
{
    font-style: italic;
    color: Red;
}

.customform1 .Message2
{
    font-weight: normal;
    font-style: italic;
    color: #808080 !important;
}

.customform1 .AllBorders
{
    border: 1px solid #DDDDDD;
    padding: 8px 0px;
}

.customform1 .ViewBox {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
}

.customform1 .TopBorderAndMargin
{
    border-top: 1px solid #DDDDDD;
    margin: 15px 0px 0px;
    padding-top:5px;
}

.customform1 .TopBorder
{
    border-top: 1px solid #DDDDDD;
    padding-top:5px;
}

.customform1 .oneColumn
{
    /*float: left;*/
    width: 100%;
    margin: 12px 0px 0px;
}

.customform1 .oneColumn2
{
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}

.customform1 .Width97
{
    width:97% !important;
}

.customform1 .noMargins
{
    margin: 0px !important;
}

.customform1 .Underlined
{
    border-bottom: 1px solid gray;
}

.customform1 .BottomBorderAndMargin
{
    border-bottom: 1px solid #DDDDDD;
    margin: 0px 0px 10px;
    padding-bottom:10px;
}

.customform1 .wrapperLine
{
    float: left;
    width: 100%;
    margin: 0px;
    margin-top: 10px;
}


.customform1 .boxInsideLeft
{
    float: left;
    width: 50% !important;
    margin: 0px;
    margin-right: 20px;
}

.customform1 .boxInsideRight
{
    float: left;
    width: 38% !important;
}

.customform1 .marginTopSmall
{
    margin-top: 5px;
}

.customform1 .marginTop
{
    margin-top: 10px;
}

.customform1 .marginTop15
{
    margin-top: 15px;
}

.customform1 .margin2xTop
{
    margin-top: 20px;
}

.customform1 .paddingBottomSmall
{
    padding-bottom: 5px;
}

.customform1 .paddingBottom10
{
    padding-bottom: 10px;
}

.customform1 .marginBottom
{
    margin-bottom: 10px;
}

.customform1 .marginBottom20
{
    margin-bottom: 20px;
}

.customform1 .paddingTopBottom20
{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.customform1 .Bold
{
    font-weight: bold;
}

.customform1 .List
{
    list-style-type: square;
    padding-left: 30px;
}

.customform1 .AlignCenter
{
    text-align: center;
}

.customform1 #nav
{
    margin-bottom: 0px;
}

.customform1 #nav li
{
    margin: .25em 0;
    list-style-type: square;
}

.customform1 .AddEmptySpaceRight
{
    margin-right: 5px;
}
.customform1 .AddEmptySpaceRight10
{
    margin-right: 10px;
}

.customform1 .MarginLeftRight
{
    margin-right: 10px;
    margin-left: 10px;
}

.customform1 .MarginLeftRight20
{
    margin-right: 20px;
    margin-left: 20px;
}

.customform1 .MarginLeft
{
    margin-left: 10px;
}

/*.customform1 .select-item
{
    padding: 0px !important;
}*/

.customform1 .select-item table
{
    width:100% !important;
}

.customform1 .select-item TD.select-item-left
{
    /*width: 95% !important;*/
}

.customform1 .select-item TD.select-item-right
{
    width: 20px !important;
}
/*
.customform1 .select-item INPUT
{
    border: 0px solid transparent !important;
    padding: 4px !important;
}

.customform1 .invalid
{
    font-style: italic;
    text-decoration: line-through;
    color: red;
}
*/
.customform1 .TextUnderline
{
    text-decoration: underline;
}

.customform1 .select-item TEXTAREA
{
    /*border: 0px solid transparent !important;
    padding: 4px !important;*/
    width: 100% !important;
    border: 1px solid #D3D7CF !important;
}

.customform1 .MultiSelectList
{
    height: 150px !important;
}

/*.customform1 TD.select-item-right:hover
{
    background-color: #d3d7cf;
}

.customform1 .select-item button
{
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 0px solid transparent;
    background-color: transparent;
    background-image: url('form1/search_b_20.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
    margin-left: 2px;
}

*/
.customform1 .cleditorMain
{
    width: 94% !important;
    /*height: 600px !important;*/
}

.customform1 .boxInsideLeft30
{
    float: left;
    width: 35% !important;
    margin: 0px;
    margin-right: 10px;
}

.customform1 .boxInsideRight70
{
    float: left;
    width: 63% !important;
}

/*---- Job Summary -----*/
#jobwrapper {
    float: left;
    margin: 0;
    /*width:100%;*
/*    width: 770px;*/
}

.customform1 #jobsummary 
{
    float: left;
    margin: 0px;
    /*width:250px;*/
    width:35%;
    padding:1%;
    border-right: 1px solid gray;
}

.customform1 #jobdescription 
{
    margin:0px;
    /*margin-right: 266px;*/
    margin-left:37%;
    padding: 1%;
    border-left: 1px solid gray;
    /*border: 1px dotted #DDDDDD;*/
    /*width:61%;*/
}

.customform1 #jobsummary h4, #jobdescription h4 
{
    border-bottom: 1px solid gray;
    color: #4E9A06 !important;
    font-size: 120%;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
}

.customform1 #subtitle 
{
    color: #4E9A06;
    font-size: 160%;
    text-align: left;
    /*font-weight: bold;*/
    margin:5px 0px 0px;
    line-height:normal;
}

.customform1 .viewBoxWhite {
    background-color:White;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    /*display: inline-block;*/
}

.customform1 #JobTitle
{
    color: #336B02;
    padding-bottom: 5px;
}

.customform1 .SubmitLikeLink
{
    margin-top:0px !important;
    height:auto !important; 
    background:none !important;
    border:none !important;
    text-decoration:underline !important;
    width: auto !important;
}

.customform1 .h4 {
    font-size: 130% !important;
}

.customform1 .lastLine
{
    margin-bottom: 20px;
}


.customform1 .HeaderLine
{
    border-bottom: 1px solid gray;
    color: #4E9A06 !important;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding-bottom: 3px;
}

.customform1 .MainTitle
{
    color: #4E9A06 !important;
    font-size: 110%;
    font-weight: bold;
}

.customform1 .DefaultText
{
    font-size: 100%;
    font-weight: normal;
    color: Black;
}

.customform1 .paddingLeft10
{
    padding-left: 10px;
}

.customform1 .boxBody
{
    float:left;
    margin:0px;
    width: 100%;
    padding: 10px 0px 15px;
    /*border-bottom: 1px solid #DDDDDD;*/
    border-bottom: 1px solid gray;
}

.customform1 .boxData
{
    float:left;
    width: 73% !important;
    margin:0px;
    margin-right: 10px;
}

.customform1 .boxButtons
{
    float:right;
    /*width: 20% !important;*/
    margin:0px;
}

.customform1 div[type="element"] 
{
    padding-bottom: 6px;
}

.customform1 div[type="label"] 
{
    padding-bottom: 2px;
    width: 100% !important;
}

.customform ol
{
    margin:0;
}

.customform1 ol li
{
    margin-left:20px;
}