/* General HTML element overrides
 *********************************************/

*, html{
    margin:0;
    padding:0;
}


img{
    border: none;
}


p{
	font-size: 12px;
	margin-bottom: 14px;
}


/*************
* Headers
*************/

h1{
	font-size: 18px;
	font-weight: bold;
	color: #808083;
}

h3{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

h4{
	font-weight: bold;
	margin: 5px 0px;
}

a{
	color: #00a6dd;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body{
	margin:10px 0px;
    padding:0px;
    background-image: url(../img/bg_digits.gif);
    background-repeat: repeat;
}

body, .content-area{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#doc{
	width: 750px;
}


/* General Content Areas
 ******************************************************/

.yui-b{
	padding: 15px 15px 15px 0px;	
}

.content-area{
    padding-top: 30px;
    padding-left: 80px;
	padding-right: 80px;
    padding-bottom: 80px;
}

.wide{
	padding: 15px;
}

.fineprint{
    font-size: 10px;
}

.smalltext{
    font-size: 11px;
}

.clean{
    color: green;
}

.rightalign{
	text-align: right;
}

.message{
	padding: 0px 20px;
}

.item-disabled {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}

.highlight{
    background-color: #eee;
}

.infected{
    color: red;
}


.monotype{
	font-family: Courier New, monospace;
	font-size: 12px;
}

.cached-notify{
	background-color: #d3e6eb;
	float:left;
	padding: 3px 6px;
}

.cached-notify span{
	font-size: 10px;
}


.content-area table{
    background-color: white;
    border-collapse: collapse;
	margin-bottom: 30px;
}

.content-area th{
    background-color: #ddd;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.content-area td{
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 12px;
}

.content-area td.nowrap{
	white-space: nowrap;
}

.content-area option{
	padding-right: 10px;
}

.content-area input{
	padding: 2px;
}

.x-menu-list-item{
	text-align: left;
}

/* OPSWAT.ScanResult
 *****************************************************************/
.infected-cell{
	color:red;
	font-weight:bold;
}

.clean-cell{
	color: green;
}

.suspicious-cell{
	color: #E56717;
}

.failed-to-scan-cell{
	/*color: #333;*/
}

.scanresult-table table{
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 5px;
}

.scanresult-table td{
	padding: 2px 2px;
}

.scanresult-table td.col2{
	padding-left: 15px;
}

.scanresult-table .monospace{
	font-size: 11px;
	font-family: Courier New, monospace;
}

.x-window-tl .x-window-header{
	text-align: left;
}

.x-window-header-text{
	color: black;
}

.infection-details .x-panel-body{
	text-align: left;
	padding: 5px;
	font-family: arial, tahoma, sans-serif;
}



/* DIV ID'ed areas / Fixes
 *****************************************************************/


#scanstatus{
    font-weight: bold;
	padding-top: 10px;
}

#Results{
	font-size: 100%;
	padding-bottom: 50px;
	padding-top: 20px;
}


#please-wait{
	visibility: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
}


div#FileStats{
	line-height: 1.4em;
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
}

div #FileStats td{
    font-family: Verdana, Arial, sans-serif;
    font-size: larger;
    text-align: center;
}


div#leftcol{
	padding-left: 20px;
}


div#doc{
    background-color: white;   
}

div#uploadbox{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: white;
	text-align: center;
}

div#uploadbox h3{
    font-size: x-large;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: left;
}



/* Footer Area
 *********************************************************************/
#ft .left{
	float: left;
}

#ft .right{
	float:right;
}
#ft a, div#ft{
	text-decoration:none;
	color: #333333;
}

#ft a:hover{
	color: #00a6dd;
}

#ft {
	border-top: 1px solid #cccccc;
	padding: 8px 20px;
	font-size: 11px;
}


/* Nav Area
 ********************************************************************/

div#nav{
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	
}

div#nav a{
	text-decoration: none;
	color: #666666;
}

div#nav a:hover{
	color: #00a6dd;
}

div#nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
div#nav li{
    display:inline;
    margin:0;
    padding:0;
	margin-right: 15px;
}



