/*CSS Style sheet for the COMWeb application*/

.RadButton
{
    text-decoration: none !important;
}

img
{
    border: 0px;
}

table
{
    border-collapse: collapse;
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    text-align: left;
}

td
{
    vertical-align: top;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

.newsfeed
{
}
.newsfeedDesc
{
    font-family: Arial;
    font-size: small;
    font-style: normal;
}
.newsfeedAddedBy
{
    font-family: Arial;
    font-size: small;
}
.newsfeedDate
{
    text-align: right;
    font-family: Arial;
    font-size: small;
    font-style: normal;
    font-weight: bold;
}

.systembody
{
    color: black;
    background-color: white !important;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    height: 100%;
    text-decoration: none;
    border: none;
    background-position: left top;
    background-repeat: repeat;
    background-position: left top;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.systemContentArea
{
   	vertical-align: top;
   	text-align:left;
   	width: 100%;
	background-color: #white;
	padding: 00px 10px 10px 10px; 
	border-width: 0px; 
	border-color: #000000;
	border-collapse:  collapse;
	border-spacing: 0px; 
	border-style:none; 
}
#SecurityDiv
{
    width: 100%;
    padding: 40px 0 30px 0;
    background-image: url("/images/v-grayfade-stripe.gif");
    background-position: left top;
    background-repeat: repeat-x;
}

#SecurityDiv h2
{
    color: #517cdd;
    font: normal 1.3em arial;
    margin: 0;
    padding: 0 0 7px 0;
}
.LoginBox
{
    text-align: left;
    font-size: 13px;
    border: 1px outset #ffffff;
    border-collapse: collapse;
    background-color: #e7e8f0;
    width: 100%;
    background-color: #ffffff;
    background-image: url("/images/v-grayfade.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
}
.LoginButton
{
    background-color: #f5f5f5;
    font: normal 0.9em arial;
    width: 100px;
    cursor: pointer;
}
.LoginOuterBox
{
    text-align: left;
    border: 1px outset #f0f0f0;
    border-collapse: collapse;
    background-color: #ffffff;
    background-image: url("/images/v-grayfade-reverse.jpg");
    background-position: left top;
    background-repeat: repeat-x;
}

#LoginIntro
{
    font: normal 1em tahoma;
    padding-right: 20px;
}
#LoginIntro h2
{
    font: bold 1.1em arial;
    color: Black;
    padding: 0;
    margin: 0;
}

fieldset
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


fieldset legend
{
    border-right: #c6ccce 1px solid;
    padding-right: 5px;
    border-top: #c6ccce 1px solid;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    background: #f7f9f9;
    margin-bottom: 0px;
    padding-bottom: 2px;
    border-left: #c6ccce 1px solid;
    padding-top: 2px;
    border-bottom: #c6ccce 1px solid;
    color: #044897;
}
fieldset legend span
{
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

.alert_box
{
    background-color: #b0e57c;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 10px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold; /*     width:400px;     z-index:99999;     position:absolute;     top:200px;     left:200px;     */
}
.alert_box_red
{
    background-color: #ebd9d9;
    color: #910709;
    border: solid 1px #910709;
    padding: 10px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold; /*     width:400px;     z-index:99999;     position:absolute;     top:200px;     left:200px;     */
}
.alert_box img, .alert_box_red img
{
    padding-right: 10px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.readonly_field
{
    background-color: #EEEEEE !important;
    color:Black !important;
}

.tblStyle
{
    width: 100%;
}
.inputPrompt
{
    width: 300px; /*font-weight: bold;*/
    background-color: #eee;
    padding-left: 5px;
}
.inputField
{
    padding-left: 10px;
}
.inputBlank
{
}
.inputSection
{
    font-weight: bold;
    background-color: #eee;
    padding-left: 5px;
}
.fsSettings
{
    background-color: #FFFFFF; /* -moz-box-shadow: 10px 10px 5px #888;             -webkit-box-shadow: 10px 10px 5px #888;             box-shadow: 5px 5px 5px #888; */
}
.fsLegend
{
    font-size: 15px !important;

}


