
/* General Properties */

.js #flash {display: none;}

div.ui-padding {
	padding: 5px 5px 5px 5px;
}

.inline {
	display:inline;
}

a:hover {
	color:#000;
	text-shadow: 1px 1px 3px #FF3366;
}

/* Sections - Nav */


#header {
	position:fixed;
	top:0px;
	width:100%;
	left:-10px;
	padding-right:200px;
	z-index:10;
}

#footer {
	width:100%;
	position:fixed;
	bottom:0px;
	left:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:12px;
	z-index:4000;
}

#tabs {
	margin-top:40px;
	margin-bottom:40px;
	z-index:1;
	font-size:12px;
}

#loadingBox {
	position:fixed;
	width:80px;
	top:35px;
	left:45%;
	background-color:#FF9;
	color:black;
	text-align:center;
	visibility:hidden;
	border:solid;
	border-width:1px;
	border-color:#5c9ccc;
	font-size:16px;
	padding-left:3px;
	padding-right:3px;
}

#paperSavedMsg {
	position:fixed;
	left:45%;
	top:45px;
	display:none;
	padding:6px;
	z-index:4000;
}


th.header {
	background-color:#5c9ccc;;
	font-size:14px;
}

.tagFormatting {
	vertical-align:middle;
	width:800px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	padding:3px;
}

.highlight {
	background-color:#ff9;
	color:#000;
	padding:5px;
	width:600px;
}

.margin { 
	padding:5px;
	font-weight:600;
	background-image: url('design/margin.gif');
	background-repeat: no-repeat;
	background-position: 1% 50%;
	height:100%;
	vertical-align:middle;
}

.tag {
	background-image: url('design/star_32.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height:32px;
	font-weight:600;
	padding:5px;
}

.displayDocName {
	font-size:12px;
	padding-left:7px;
	padding-right:7px;
	width:45%;
	text-transform:capitalize;
	color:#5c9ccc;
	background-color:#FF9;
}

.displayPageNo {
	font-size:12px;
	padding:3px;
	background-color:#5c9ccc;
	color:#FFF;
	text-align:center;
	width:5%;
	height:20px;
}

.displayTag {
	font-weight:600;
	color:black;
	width:45%;
	padding-left:36px;
	text-transform:capitalize;
	min-height:32px;
}

.searchLink {
	width:5%;
}



/* Sections - Pages */

#signup { width:400px; margin:auto; padding:5px; border:solid;border-width:1px;border-color:#59a5d1; }

#recentNews {
	width:400px;
}
	
#welcomeIcons {
	width:200px;
	margin-left:420px;
	position: absolute;
	top:60px;
	text-align:center;
}


#App {
	margin:auto;
	width:98%;
	height:100%;
}

#appTab {
	width:100%;
	height:90%;
	position:absolute;
	left:-5px;
	top:39px;
}

#documentsPage {
	width:850px;
	margin:auto;
}

#documentsLeft {
	width:600px;
	font-size:12px;
}

#documentsRight {
	width:230px;
	margin-left:620px;
	position:absolute;
	top:66px;
}

#helpUL {
	 top:50px;
}

#settingsLeft {
	padding:5px;
	border:solid;
	border-width:1px;
	border-color:#59a5d1;
	width:220px;
	position:absolute;
}

#settingsRight {
	padding:5px;
	border:solid;
	border-width:1px;
	border-color:#59a5d1;
	width:220px;
	margin-left:260px;
}

dt {
	
	font-weight:bold;
}

dt, dd{
	margin:0;
	padding:0;
}

dd p {
	margin-top:0;
	margin-bottom:1.3em;
}
