/* CSS Stylesheet for RFIs */
/* #id / .class */

#container {
	width: 1100px;
}
.login_info {
	font-size: 80%;
	color: #444;
	text-align: right;
	line-height: 125%;
}

#priority_list {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#priority_list li {
	margin: 0 auto;
	display: inline-block;
	margin-bottom: 20px;
	width: 17%;
}
.normal 	  { border-left: 6px solid #09F; border-right: 6px solid #09F; }
.hot		  { border-left: 6px solid #0C0; border-right: 6px solid #0C0; }
.veryhot 	  { border-left: 6px solid #FC0; border-right: 6px solid #FC0; }
.extremelyhot { border-left: 6px solid #F60; border-right: 6px solid #F60; }
.nuclear	  { border-left: 6px solid #F00; border-right: 6px solid #F00; }

#priority_list li.normal 	   { border: 0px; border-bottom: 6px solid #09F; }
#priority_list li.hot		   { border: 0px; border-bottom: 6px solid #0C0; }
#priority_list li.veryhot 	   { border: 0px; border-bottom: 6px solid #FC0; }
#priority_list li.extremelyhot { border: 0px; border-bottom: 6px solid #F60; }
#priority_list li.nuclear	   { border: 0px; border-bottom: 6px solid #F00; font-weight: bold; }

input[type=submit] {
	padding: 10px 15px;
  -webkit-border-radius: 3px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 0px;
}

a.button, input[type=submit] { background-color: #004C98; color: #fff; }
a.button:hover, input[type=submit]:hover { background-color: #0080FF; color: #fff; }

.edited_rfi { float: right; font-size: 80%; color: #F00; }

#search_bar { font-size: 80%; text-align: right; margin-bottom: 15px; clear: both; }

.attachments { line-height: 135%; font-size: 90%; }

.reply { padding: 10px; margin-bottom: 15px; }
.reply, tr.reply { background-color: #FFB; }
tr.odd { background-color: #eee; }

.open_rfi { font-size: 115%; background-color:#C299FF; }

.rfi_details {
	float: right;
	width: 200px;
	margin: 0px 0px 20px 25px;
	padding-left: 10px;
	border-left: 2px solid #ddd;
}
