/* Welcome! 
// Copyright: (c) 2006 GoTriCities Network
// Author: Jacob Cain | jcain@gotricities.net
*/

/*
-----------------------------------------------------------------------------
General
-----------------------------------------------------------------------------*/

* { /* Could possibly cause problems, keep an eye on this one */
	margin: 0;
	padding: 0;
}

body{
font: 62.5% "Lucida Grande", Arial, Verdana, sans-serif;
color: #333;
background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x top left;
}

div#wrapper { /* this just sets an overall font size after the 62.5% business in the body selector */
font-size: 1.2em;
}

p,h1,h2,h3,h4,ul,ol,dl,blockquote,pre{display: block;margin: 0 0 1em 0; line-height: normal;}

p {font-size: 1em;}
h1 {font-size: 2em; display: none;}
h2 {font-size: 1.5em;}
h3{font-size: 1em;}
h4{font-size: .8em;}
ul{list-style-type: none;}

a:link {color: #006699; text-decoration: none;}
a:visited {color: #001467; 	text-decoration: none;}
a:hover {background-color: #F0F5FF;	text-decoration: underline;	color: #006699;}

a img{border: none;}

.clearborder{border: none !important;}

.fltright{float: right;}
.fltleft{float: left}
.img-center {display: block; margin: 0 auto;}

/*
-----------------------------------------------------------------------------
Structural
-----------------------------------------------------------------------------*/
div#wrapper{
width: 80%;
min-width: 600px;
margin: 0 auto;
}

div#content{
width: 100%;
float: left;
clear: both;
}

div#column-one{
width: 70%;
float: left;
clear: left;
padding-right: 2%;
margin: 0 2% 20px 0 ;
border-right: 1px solid #DBDFE7;
}

div#column-two{
width: 25%;
float: right;
margin-bottom: 20px;
}

/*
-----------------------------------------------------------------------------
NAVIGATION STYLES
-----------------------------------------------------------------------------*/

ul.horizontal-nav li{float:left;}


/*
-----------------
MAIN TOP RIGHT NAV
----------------- */

ul#alpha-nav{
display: block;
float: right;
clear: both;
margin: 28px 0 0 0;
background: #D1DDED url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x bottom left;
padding: 0 10px 5px 20px;
border-left: 1px solid #A5B0C2;
border-right: 1px solid #A5B0C2;
border-bottom: 1px solid #A5B0C2;
font-size: 1.4em;
}

ul#alpha-nav li{
display: block;
margin: 18px .8em 0 0;
}

ul#alpha-nav li a{}

/*
-----------------
FIRST ROW NAV
----------------- */

ul#beta-nav{
float:left;
clear: both;
margin: 0 0 5px 0;
line-height:1.8em;
}

ul#beta-nav li{
margin: 0 .4em 0 0;
}

ul#beta-nav li a{
background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x top left;
color: #FFF;
padding: 3px 10px;
white-space: nowrap;
}

ul#beta-nav li a#active{
padding: 9px 10px 5px 10px;
border-top: 4px solid #ED6E00;
}

/*
-----------------
SECOND ROW NAV
----------------- */

ul#gamma-nav{
float:left;
clear: both;
width: 100%;
padding: 5px 0 5px 10px;
background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x bottom left;
}

ul#gamma-nav li{
margin: 0 0 0 0;
background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x bottom left;
border-right: 1px solid #FFF;
}

ul#gamma-nav li a{
margin: 0 .5em 0 .5em;
padding: 0 5px;
background: #ED6E00;
color: #FFF;
}

ul#gamma-nav li a:hover{
background: #D38D43;
}



/*
-----------------------------------------------------------------------------
COLUMN ONE STYLES
-----------------------------------------------------------------------------*/

div#column-one h2{
border-bottom: 1px solid #DBDFE7;
margin-right: 20px;
}

div#column-two img{
width: 100%

}

/*
-----------------------------------------------------------------------------
TABLE STYLES
-----------------------------------------------------------------------------*/

table{width: 100%; border: 1px solid #E5EBF7;}
td{border: 1px solid #E5EBF7;padding: 2px;}
tr.table-head{background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x center left;}
tr.table-head th{padding: 3px;}
tr.odd-row{background: #F0F0F0;}

table.tr-hover tr:hover{background: #D9D9D9;}
table.tr-hover tr.table-head:hover{background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x center left;}



/*
-----------------------------------------------------------------------------
Footer Styles
-----------------------------------------------------------------------------*/

div#footer{
background: #999;
clear: both;
margin-bottom: 50px;
padding: 5px;
background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x bottom left;
}

div#footer p{margin: 0;}

div#footer li{
float: none;
display: inline;
margin-right: .5em;
/*border-right: 1px solid #999; */
padding-right: .5em;
}

div#footer{
padding: 30px 0 0 30px;
}

div#footer li.list-header{
font-size: .8em;
border: none;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 2em;
}

li#troubleticket-submit{
background: url(http://www.brphomes.com/admin/assets/images/troubleticket-add.gif) no-repeat center left;
padding: 8px 0 8px 19px;
}

li#troubleticket-view{
background: url(http://www.brphomes.com/admin/assets/images/troubleticket-add.gif) no-repeat center left;
padding: 8px 0 8px 38px;
}

/*
-----------------------------------------------------------------------------
GENERIC FORM STYLES
-----------------------------------------------------------------------------*/
form{}
form p.submit label{visibility: hidden;}
p.login-error{
background: #AD0000;
padding: 10px;
color: #fff;
font-weight: bold;
border-top: 2px solid #EABDBD;
border-left: 2px solid #EABDBD;
border-bottom: 2px solid #999;
border-right: 2px solid #999;
background: #AD0000 url(http://www.brphomes.com/admin/assets/images/warning-icon.gif) no-repeat 10px center;
padding-left: 38px;
}

/*
-----------------------------------------------------------------------------
LOGIN STYLE
-----------------------------------------------------------------------------*/


div#login-box{
width: 30em;
margin: 150px auto 0px;
padding: 20px;
border: 10px solid #BBC3D0; 
background: url(http://www.brphomes.com/admin/assets/images/grad-bg.jpg) repeat-x 0 -26px;
}

div#login-box h2{font-size: 2em;}
div#login-box label{
float:left;
clear: left;
width: 20%;
}

/*
-----------------
MISC
----------------- */

img#company-logo{
margin: 50px 0 30px 0;
}

iframe {
	border-width: 0px;
	height: auto;
	width: 100%;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

table.calendar{
margin: 0 auto 2em auto;
background: url(http://www.brphomes.com/assets/images/form-bg-grad.gif) repeat-x left top;
}

table.calendar tr.expanded td{
width: 70px;
}

table.calendar td{
padding: 2px 4px;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
border-left: 1px solid #F0F0F0;
}

/* controls current day highlight */
table.calendar td.today{background: #FFC;}

/* controls link layout */
table.calendar td a{
font-size: 1em;
line-height: 1.2em;
display: block;
margin: 0 0 1em 0;
}

/* resets small calendar bottom margin */
table.calendar tr.preview td a{margin-bottom: 0;}

/* resets full view calendar bottom border */
table.calendar tr.expanded td{border-bottom: 1px solid #999;}

