@charset "utf-8";
html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: "Times New Roman";
   font-size: 16;
}

body {
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

#wrapper {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 100%;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	width: 960px;
	margin : auto;
	top: 0px;
}
#header h1 {
	color: #F48129;
	float: left;
	margin-top: 20px;
	margin-left: 18px;
	font-family: 73% Helvetica, "lucida sans", Arial, Sans-Serif;
	letter-spacing: 3px;
}
#header h2 {
	float: left;
	color: #EEEEEE;
	font-family: "Times New Roman";
	font-size: small;
	margin-top: 66px;
	margin-left: -83px;
	letter-spacing: 2px;
}
#header h3{
	float: right;
	color: #F7B180;
	margin-top: 85px;
	font-family: "Times New Roman";
	font-size: x-small;
	letter-spacing: 1px;
}

#logo {
	width: 300px;
	float: left;
}

#menubar {
	float: right;
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#menubar ul  {
	list-style-type: none;
	display: block;
}
#menubar li {
	float: right;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;

}

#menubar li a {
	text-decoration: none;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 600;
	font-size: small;
	font-style: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#menubar ul li a:hover {
	background-color: #EEEEEE;
}
#menubar ul li ul {
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 8px;
	left: -999em;
	display: block;
	width: 180px;

}
#menubar ul li ul li{
	float: left;
	display: block;
	width: 180px;

}


#menubar ul li ul a{
	background-color: #FF7113;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: block;
}
#menubar li:hover ul{
	left: auto;
}
#contentswrapper {
	position: relative;
	width: 960px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 40px;
	z-index: 0;
	padding-right: 0px;
}

#contents {
	float: left;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0 auto;
	width: 95%;
}

#contents p {
	line-height: 1.5em;
	color: #444;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: Helvetica, "lucida sans", Arial, Sans-Serif;
	font-size: 73%;
}

#contents h1 {
	border-bottom: 1px none #ccc;
	font: normal 200% Century Gothic, Verdana, Arial, Sans-Serif;
	color: #666;
	background: inherit;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
#contents h2 {
padding: 20px 0 10px 0;
margin: 0;
font: normal 120% Century Gothic, Verdana, Arial, Sans-Serif;
color: #666;
background: inherit;
}
#login {
	border-radius: 20px;
	padding-top: 24px;
	padding-right: 27px;
	padding-left: 27px;
	background-color: #F2720E;
	width: 200px;
	float: right;
	margin-top: 29px;
	padding-bottom: 20px;
	-webkit-box-shadow: 6px 6px;
	box-shadow: 6px 6px;
	line-height: 5px;
}
#login  p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

				/*FOOTER*/
#footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	color: #F2720E;
	background: #000;
	border-top: 5px solid #F2720E;
	margin: 0px;
	padding-bottom: 5px;
	width: 100%;
}

#footer p {
	padding-left: 10px;
	font-size: x-small;
	font-family: Verdana, Arial, Sans-Serif;
}

#DataTable table{
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	vertical-align: top;
	margin-bottom: 15px;
	border: 1px solid #000000;
	font-family: sans-serif, serif;
	font-size: small;		
	
	}

#DataTable table a {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	
}

#DataTable table thead th{
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
	table-layout: auto;
	vertical-align: middle;
	}

#DataTable table tbody td{
	vertical-align: top;
	border-collapse: collapse;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000
	}
	
#DataTable table thead th, #DataTable table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

#DataTable table tbody tr.light{
	color: #000000;
	background-color: #F3D9C8;
	}

#DataTable table tbody tr.dark{
	color: #000000;
	background-color: #F3C1A0;
	}
#DataTable table tbody tr:hover {
	background-color: #F2720E;
}
#DataTable table tbody td img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: top;
}

.fixedcol{
	white-space: nowrap;
}
#searchoptions{
	border: medium solid #FF7A29;
	border-radius: 10px;		
	float: right;
	
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 18px;
	margin-left: 10px;
	margin-right: 10px;
	width: 500px;
	
	z-index: 9;
	box-shadow: 7px 7px 3px #666666;
	-webkit-box-shadow: 7px 7px 3px #666666;	
}

#addnewtags {
	border: medium solid #FF7A29;
	border-radius: 10px;
	margin-top: 18px;
	width: 350px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-box-shadow: 7px 7px #666666;
	box-shadow: 7px 7px #666666;
	float: right;
	z-index: 999999;
	background-color: #EEEEEE;
	margin-left: 10px;
	margin-right: 10px;
}

#searchoptions h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}




#TagsList {
	border: 2px solid #ccc;
	width: 200px;
	height: 330px;
	overflow-y: scroll;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#othersearchoptions {

}

#formdescription {
	border: medium solid #F2720E;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px;
	box-shadow: 6px 6px;
	padding:10px;
}

#uploadAppendix {
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium solid #F2720E;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px;
	box-shadow: 6px 6px;
	line-height: 0.5em;
	float: right;
	margin-top: 50px;
	margin-left:100px;
}
#uploadAppendix h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#newdocumentproperties {
	float: left;
	width: 350px;
	margin-bottom: 25px;
}

#commontagsdiv {
	float: left;
	width: 550px;
	margin-bottom: 25px;
}

#tagsdiv {
	border: medium solid #FE7A25;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 800.px;
	-webkit-box-shadow: 7px 7px #000000;
	box-shadow: 7px 7px #000000;
	float: right;
	position: relative;
}
#tagsdiv #sourcetags {
	width: 200px;
	float: left;
}


#tagsdiv #tagsbuttonsdiv {
	width: 85px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 120px;
}

#tagsdiv #destinationtags {
	width: 200px;
}

#comment {
	border-radius: 20px;
	background-color: #CCC;/*#F2720E;*/
	width: 85%;
	margin-top: 20px;
	padding:10px 30px;
	-webkit-box-shadow: 2px 2px;
	box-shadow: 2px 2px;
}
#comment  h1 {
	font: normal 100% Century Gothic, Verdana, Arial, Sans-Serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#comment h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 70% Century Gothic, Verdana, Arial, Sans-Serif;
	color: #111;
	background: inherit;
}
#comment p {
	margin-top: 10px;
	color: #222;
	line-height: 1.15em;
}
#comment textarea {
	width: 100%;
	margin-top: 15px;
}

#commentsandactions {
}

#commentsdiv {
	float: left;
	width: 48%;
}

#actionsdiv {
	float: right;
	width: 48%;
}

#action, #solvedaction{
	border-radius: 20px;
	background-color: #F84;/*#F2720E;*/
	width: 85%;
	margin-top: 20px;
	padding:10px 30px;
	-webkit-box-shadow: 2px 2px;
	box-shadow: 2px 2px;
}
#action {
	background-color: #F84;/*#F2720E;*/
}

#solvedaction {
	background-color: #1F1;/*#F2720E;*/
}
#action  h1, #solvedaction h1 {
	font: normal 100% Century Gothic, Verdana, Arial, Sans-Serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#action h2, #solvedaction h2{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 70% Century Gothic, Verdana, Arial, Sans-Serif;
	color: #111;
	background: inherit;
}
#action p, #solvedaction p {
	margin-top: 10px;
	color: #222;
	line-height: 1.15em;
}
#action textarea, #solvedaction textarea {
	width: 100%;
	margin-top: 15px;
}

#resultframe {
	margin-top:15px;
	width: 100%;
	height: 300px;
}

#currentdiagnostics {	
	float:left;
	height: 550px;
	width:450px;
	margin-right: 10px;
	padding-top :0;
	padding-right: 10px;
	padding-left:10px;
	border :1px solid gray;
}

#diagnosticshistory {
	float:left;
	height: 550px;
	overflow:scroll;
	max-width:900px;	
	padding-top: 0;
	border :1px solid gray;
}

#currentdiagnostics h1, #diagnosticshistory h1 {
	margin-top:30px;
	padding-top:0;
	padding-bottom:10px;
	text-decoration: underline;
}
