/* CSS */
#pi-head {
	position: relative;
	padding-left: 10px;
	margin-bottom: 6px;
}

#outer-pirep {
	margin-left: 12px;
*	margin-left: 5px;	
}
#outer-pirep .blu {
	background-color: #555555;
	font-size: 0.2em;
}
#outer-pirep .ttop {
	background-color: #555555;
	font: normal 11px/13px Arial,sans-serif;
	color: #f0f0f0;
	padding: 0px 0px 12px 4px;
}

/* --- RW/FW buttons */
#outer-pirep .rw {
    display: block;
    width: 15px;
    height: 11px;
    float: left;
    background: url(../../media/layout/tables/rw0.gif) center no-repeat;
}
#outer-pirep .rw:hover {
    background: url(../../media/layout/tables/rw1.gif) center no-repeat;
}
#outer-pirep .fw {
    display: block;
    width: 15px;
    height: 11px;
    float: left;
    background: url(../../media/layout/tables/fw0.gif) center no-repeat;
}
#outer-pirep .fw:hover {
    background: url(../../media/layout/tables/fw1.gif) center no-repeat;
}
/* ----------- */

#outer-pirep .pageinfo {
    float: left;
    margin-left: 6px;
    padding-top: 4px;
    font-family: Verdana,sans-serif;
    color: white;
}
#outer-pirep .paging {
	color: white;
}
#outer-pirep .paging a {
	color: white;
	text-decoration: none;
}
#outer-pirep .paging a:hover {
	font-weight: bold;
}
#outer-pirep .page {
	color: #ffcc00;
	font-weight: bold;
}
#outer-pirep .phead {
	color: #f3f3f3;
	font: bold 13px/16px Arial,sans-serif;
    padding-top: 0px;
}
.left-float {
	float: left;
}
.right-clear {
	clear: right;
}

#pirep {
	font: normal 11px/11px Verdana,Arial,sans-serif;
	background-color: #666666;
}
#pirep td {
	
}

#pirep .thead {
	font-weight: bold;
	color: white;
	background-color: #5d5d5d;
}
#pirep .thead a {
	display: block;
	width: 100%;
	padding: 3px 5px 3px 3px;
	text-decoration: none;
	color: white;
}
#pirep .thead a:hover {
	background-color: #ffffcc;
	color: #333333;
}

#pirep .t1 {
	background-color: #659BC0;
	padding: 1px 5px 1px 3px;
	color: #fffeec;
}

#pirep .tL1 {
	background-color: #659BC0;
	color: #fffeec;
}
#pirep .tL1 a {
	display: block;
	width: 100%;
	padding: 1px 5px 1px 3px;
	text-decoration: none;
	color: #fffeec;
}
#pirep .tL1 a:hover {
	background-color: #ffff99;
	color: #222222;
	
}

#pirep .t2 {
	background-color: #357EB1;
	padding: 1px 5px 2px 3px;
	color: #d8e3fe;
}
#pirep .tL2 {
	background-color: #357EB1;
	color: #d8e3fe;
}
#pirep .tL2 a {
	display: block;
	width: 100%;
	padding: 1px 5px 2px 3px;
	text-decoration: none;
	color: #d8e3fe;
}
#pirep .tL2 a:hover {
	background-color: #ffff99;
	color: #222222;
	
}

#pirep .t3 {
	background-color: #8898b3;
	padding: 1px 5px 1px 3px;
}
#pirep .t4 {
	background-color: #4e6c92;
	color: #fed983;
	padding: 1px 5px 1px 3px;
}
#pirep .tL4 {
	background-color: #4e6c92;
	color: #fed983;
}
#pirep .tL4 a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fed983;
	padding: 1px 5px 1px 3px;
}
#pirep .tL4 a:hover {
	background-color: #ffff99;
	color: #222222;
}

#pirep .rt {
	text-align: right;
}
#pirep .icon {
	width: 9px;
	height: 9px;
*	margin-left: 1px;
	padding-left: 1px;
}
#pirep .sys {
	width: 10px;
	height: 10px;
	padding-left: 5px;
*	margin-left: 5px;
}

/* Details */
.pdwrap {
	width: 670px;
	background-color: #555555;
}
#spacer {
	width: 670px;
	font-size: 0.1em;
	height: 5px;
	background-color: #555555;
}
#p-u1 {
	width: 670px;
	font: bold 12px/15px Verdana,sans-serif;
	color: #f0f0f0;
	padding: 3px 3px 3px 6px;
	background-color: #555555;
}
#p-u1 .small {
	float: left;
	width: 400px;
	font: normal 11px/15px Verdana,sans-serif;
}
#p-u1 .delete {
	width: 270px;
	float: left;
	text-align:right;
	margin-top: 3px;
	margin-bottom: -3px;
}
#p-u1 .delete a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ff5b5b;
	padding:0px 2px;
}
#p-u1 .delete a:hover {
	background-color: #ffff99;
	padding: 1px 2px;
}

#p-u2 {
	width: 670px;
	font: bold 12px/15px Arial,sans-serif;
	letter-spacing: 1px;
	color: #f0f0f0;
	padding: 3px 3px 3px 6px;
	background-color: #8898b3;
	
}
#p-u3 {
	width: 670px;
	font: normal 11px/14px Arial,sans-serif;
	color: #f5f5f5;
	padding: 3px 3px 3px 6px;
	background-color: #8898b3;
	
}
#p-u3 a {
	text-decoration: none;
	color: white;
}
#p-u3 a:hover {
	text-decoration: underline;
	color: #ffff66;
}

.grau {
	color: #777777;
}

#sform .drop1 {
	font-size: 11px;
	color: white;
	background-color: #363636;
	border: none;
}
