/* 
    Document   : common.css
    Author     : colin conway
    Description: Common Limey styling
*/


br.clear
{
    clear: both;
}


.limey_hr
{
    border-width: 1px 0px 0px 0px;
}




.limey_ul
{
    padding: 0px;
    /*margin: 10px;*/
    /*margin-left: 30px;*/
}


.limey_ul_circle
{
    list-style-type: circle;
    list-style-position: outside;
    color: gray;
}


.limey_li
{

}


.limey_li_desc
{
    font-size: smaller;
}


.limey_a
{

}

.limey_li a
{
    font-weight: bold;
    text-decoration: none;
}

.limey_li_a:hover
{
    text-decoration: underline;
}


.project_details .limey_grid_label,
.project_details .limey_grid_value
{
    padding-bottom: 10px;
}

.limey_grid_label
{
    font-weight: bold;
    padding-right: 15px;
    color: gray;
    vertical-align: top;
}

.limey_grid_value
{
    font-weight: normal;
}

.limey_grid_value_p
{
    margin: 0px 0px 4px 0px;
}



div.error
{
    margin: 10px;
    padding: 15px;
    background-color: #f7d1d1;
    border: 1px solid red;
}



/******************************/
/* Dev Mode error box styling */

div.errorBox
{
    margin: 15px;
    padding: 15px;
    border: 1px solid gray;
    font: normal normal normal 12px sans-serif;
    color: black;
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 92%;
    height: 75%;
    overflow: scroll;
    background-color: #fff1f7;
}

div.errorBox h1
{
    font: normal normal normal 12px sans-serif;
    font-size: larger;
    color: #6d1313;
}

div.errorBox .hideMe
{
    float: right;
    cursor: pointer;
}
div.errorBox .hideMe:hover
{
    text-decoration: underline;
}

div.errorBoxShow
{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 14px;
    height: 15px;
    background-color: #fff1f7;
    visibility: hidden;
    border: 1px solid gray;
    border-width: 0px 0px 1px 1px;
    text-align: center;
    color: #6d1313;
    font-weight: bold;
    font-size: 12px;
}




p.warning
{
    border: 1px solid red;
    background-color: pink;
    padding: 15px;
}







span.inline_header 
{
	font-weight:bold;
    color: #0b1867;
}


.intro
{
 font-size: 110%;
 padding-top: 20px;
}

.intro1{
 font-size: 110%;
 padding-top: 0px;
}

.lighting
{
font-family: georgia, times, serif;
	font-weight: normal;
	font-style:italic;
	font-size: 1.667em;
	color: #999999;
	line-height: 25px;
}





#mytable {
	width: 480px;
	padding: 0;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
}

caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	line-height: 13px;
	background: #CAE8EA url('images/bg_header.jpg') no-repeat;; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Arial, Helvetica, sans-serif; padding-left:12px; padding-right:6px; padding-top:6px; padding-bottom:6px
}


th.nobg {
	border-top: 0px none;
	border-left: 0px none;
	border-right: 1px solid #C1DAD7;
	background: none
}


td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;

}