﻿body 
{
	line-height: 18px;
	font-family: Arial;
	margin: 0;
	color: #000;
	padding: 0;
	font-size:12px;
}
.link
{
    color: #808080;
    text-decoration:none;
}
.link:hover
{
    color: #000;
    text-decoration:underline;
}
.head_title
{
    font-size: 18px;
    font-weight: bold;
    color: #444;
    padding: 8px 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #999;
}
.head_title_link
{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 7px;
    margin-bottom: 10px;
    background: #555;
}
.clr
{
    clear:both;
}
.textbox
{
    padding:10px;
    border:solid 1px #555;
    width:350px;
}

.button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #FFF;
    padding: 5px 10px;
    background: #4d9907;
    text-decoration: none;
}
.button:hover
{
    background-color:#222;
    color:#fff;
    cursor: pointer;
}
.Msg1
{
    background-color: transparent;
}
.Msg
{
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #339933;
    color: #fff;
}
.ErrorMsg
{
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #CC3300;
    color: #fff;
}
.comment
{
    font-size: 11px;
    color: #666666;
}
.grid{border:solid 1px #e2e2e2;}
    .grid th {
        background: #09529d;
        color: #fff;
        height: 30px;
        padding: 0px 10px;
    }
.grid tr{border-bottom:solid 1px #e2e2e2; background:#fff; }
.grid tr:nth-child(even){background: #fff;}
.grid td{ padding:5px;}
.grid td td{ padding:0px;}
.grid a {text-decoration:none; color:#0080ff; margin:2px; font-weight:bold;}
.grid a:hover {text-decoration:underline; color:#000;}

.dropdown {
    border: solid 1px #595b57;
    width: 372px;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/nav-arrow-down-on.png) no-repeat;
    background-position: 346px 11px;
    text-indent: 0.01px;
    text-overflow: "";
}

.popup
{
    background:rgba(255,255,255,0.5);
}
.validate
{
    font-size: 12px;
    font-family: Arial;
    color: #FF2600;
}
h1, h2, h3, h4, h5, h6, h7
{
    margin:15px 0px 5px 0px;
    padding:0;
    color: #333;
    font-weight: bold
}
.validate:before
{
    content:"* ";
}
.label0
{
    display:block;
    width:120px;
    float:left;
}
.label1
{
    display:block;
    width:300px;
    float:left;
}

.form_data {
    background: #eaf8f8;
    border: solid 1px #ccc;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.fileUploadQueueItem {
	font: 11px Arial;
	background-color: #f7f7f7;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}