/* CSS Document */
body {
	background-image:url(/PAQCommon/images/BlueGradient.png);
	font-family:Arial, Helvetica, sans-serif;
}

h1 {font-size:170%;}
h2 {font-size:130%;}
h3 {font-size:110%;}
ul {
	margin-left:15px;
}

/*Header */
#HeaderNav {
	float:right; 
	padding-right:10px; 
	padding-top:0px;
	text-align:right;
}


/*Main Content*/
.FormTable th, .FormLabel {
	text-align:left;
	color:#666666;
	font-style:italic;
	font-size:90%;
	padding-right:5px;
	font-weight:bold;
}
.Hint {
	font-size:75%;
	color:grey;
}
fieldset {
	padding:4px;
	margin-right:5px;
}
a img { border:0px; }
.TableRowSeperator {
	padding-top:10px;
	border-top:#999999 solid 1px;
}
.AltRow {
	background-color:#66FFCC;
}
ul.TechnologyList {
	list-style-type:none;
	margin:0px; padding:0px;
}
ul.TechnologyList li {
	width:175px;
	float:left;
}
#CurrentOption {
	background-color:#000088;
	color:white;
}
body.NodeForm form {
	margin-bottom:20px;
}
th {
	vertical-align:top;
	font-weight:bold;
	text-align:left;
}
#ReplaceFileBox {
	background-color: #CCCCCC;
	border: solid 1px black;
	width: 290px; height: 110px;
	padding: 15px;
	position: absolute;
	z-Index: 10;
	/* display: none; */
	visibility: hidden;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%; /* Matches it to the other fields */
}
.FieldLabel, table.EntryForm th {
	text-align:right;
	vertical-align:top;
}
.FalseLink {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}
form {
	z-index:1 !important;
}
.Warning {
	background-color:#F8F210;
	padding:10px;
	border:1px solid black;
	margin:10px auto;
	width:80%;
}
.FalseLink {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}
.FalseLink img {
	border:0px;
	text-decoration:none;
}

/* Left Sidebar */
#block_2 {
	border-right:1px solid black;
}
#SecuritySidebar {
	width:200px;
	margin-left:0px;
}
#SecuritySidebar li {
	margin-left:0px;
	margin-bottom:15px;
}
#SecuritySidebar li.Closed {
	margin-bottom:5px;
}
#SecuritySidebar li label {
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#1C77FF;
	color:white;
	padding-left:20px !important;
	width:180px;
	display:block;
}
#SecuritySidebar li.Open label {
	background-image:url(/PAQCommon/images/arrow-down.gif);
}
#SecuritySidebar li.Closed label {
	background-image:url(/PAQCommon/images/arrow-right.gif);
}

#SecuritySidebar ul {
	list-style:none;
	margin-left:15px !important;
}
#SecuritySidebar ul.Open {
	display:list-item;
}
#SecuritySidebar ul.Closed {
	display:none;
}

#SecuritySidebar ul li {
	margin-top:5px;
	margin-bottom:5px;
}

/* Right Sidebar */
#block_3 {
	background-color:#9AC3FF;
	
}
#block_3 h2 {
	background-color:#999;
	color:white !important;
	margin-left:-5px;
	padding:5px;
	padding-left:10px;
	width:190px;
	_ position:absolute;	/* Applies only to IE 6 */
	_ width:100%;			/* Applies only to IE 6 */
	* margin-top:-5px;		/* Applies only to IE 6 & 7 */
	* padding-top:9px		/* Applies only to IE 6 & 7 */

}
			#block_3 h2 {
			}

#block_3 h3 {
	margin-bottom:0px;
}
#block_3 th {
	font-weight:bold;
}
#block_3 .CurrentItem {
	background-color:#FFFF00;
}

/* Footer */
#footer {
	background-color:#0167FF;
	color:white;
}
#footer .Tagline {
	position:absolute;
	bottom:5px; right:5px;
}

/* Security Tools Specific */
.SelectedTab {
	background-color:silver;
}
body.SelectedTab {
	background-image:none;
	padding:0px; margin:0px;
}
body.SelectedTab table {
	font-size:12px;
}
.SecurityListItem {
	font-size: 12px;
}

