@import url("http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css");
@import url('basics.css');
@import url('forms.css');

html,body,#doc2
{
    margin: 0px;
    padding: 0px;
}
html{

}
h2#page-title{
    width: 98%;
    color: White;
    margin: 0 0 10px 0;
    padding: 0 0 0 2%;
    height: 40px;
    line-height: 40px;
    background: url(../img/grad-bar1.gif) repeat-x bottom;
    text-shadow: 1px 1px 1px #e5e5ee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#hd h2.page-title a{
    color: #333;

}
h5{
    padding-left: 1em;
    background-color: #d9d9d9;
}
ul > li{
    list-style: none;

}
ul.menu{
    width: 98%;
    padding: 0 1%;
    margin: 0.5em 0;
    border: 2px groove #333;
	clear: both;
	overflow: auto;
	background: #cccccc;
	
}
ul.menu, ul.menu li {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #e5e5ee;
}
ul.menu li
{
    list-style: none;
    float: left;
    margin: 5px 0.5em;
	border : 1px outset #666;
    background-color: #eee;
    padding-right: 2px;
    padding-bottom: 2px;

}
ul.menu li a{
   
}
ul.menu li:hover{
    background-color: #ddd;
}

fieldset{border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.expandable{
    cursor: pointer;
    padding-left: 15px;
    background-image: url('../img/iconset/8x8/edit_add.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.expandable:hover{
    text-decoration: underline;
}
.expandable.open{
    background-image: url('../img/iconset/8x8/edit_remove.png');
}

.panel {
    /*background: url(../img/page-bg.gif) repeat-x top left;*/
     background: url(../img/grad4.gif) repeat-x top left;
    /*border: 2px outset #808080;*/
    margin: 1%;
    padding:0;
    width: 98%;
    clear:both;
    float: left;
}
.panel > .title {
    display: block;
    width: 95%;
    padding-left: 5%;
    margin: 0 0 0.5em 0;
    background-color: Transparent;
    /*background: url(../img/th_bg.gif) repeat-x;*/
    color: #000;
    font-size: 110%;
    border-bottom: 2px groove #000;
    float: left;
    text-shadow: 0px 1px 1px white;
}

/** IMAGE DROP SHADOWING **/
.dropshadow{
	float:left;
	clear:left;
	background: url(../img/shadow.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.inner{
	position:relative;
	bottom:6px;
	right: 6px;
	/*border: 1px solid #999999;*/
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}



.clear {
	clear: both;
	overflow: auto;
	zoom: 1;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }






/** TABLES */
table{
    border-radius:5px;
    -webkit-box-shadow: 4px 4px 8px #818181;
    -moz-box-shadow: 4px 4px 8px #818181;
    /*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=4, offY=4, positive=true);*/
    box-shadow: 4px 4px 8px #818181;
}
tbody tr{ background: url(../img/stripe_b.gif);}
/*tr:nth-child(odd)*/
tbody tr.odd, .altrow
{
    background: url(../img/stripe_a.gif);
  /*background-color: #E4E3CB;*/
}
/*tbody tr:nth-child(2n+0) {background: url(../img/stripe_a.gif); }*/
th
{
    background: url(../img/th_bg.gif) repeat-x;
    color: White;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 2px outset #333;
}
tbody th
{
    text-align: right;
}
th a, th a:visited, th a:link, th a:active
{
    color:White;
}
th a:hover
{
    font-style: italic;
}
/* table sorter styles */
th.header {
    cursor: pointer;
}
th.header:hover {
    color: #ffffaa;
}
tfoot tr{
    background: #996633;
    color: #ffffff;
    font-family: Monospace;
    font-size: 90%;
}
table .error-state {
    background:#993333;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    display: block;
}

/* *** */

tbody tr:hover
{
    border-top: inset 2px #cccc00;
    border-bottom: inset 2px #cccc00;
}
table.form-view, table.detail-view
{
    width: auto;
}
.server-messages{
    margin:0;
}
.server-messages li
{
    background: #FFFFCC url("../img/iconset/32x32/actions/info.png") no-repeat;
    background-position: 2px 2px;
    width: 100%;
    border: 1px dashed #999;
    min-height: 32px;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 1.2em;
    padding: 0.25em 0.25em 0.25em 35px;
    font-family: Georgia, Sans-Serif, Arial;
    list-style-type: none;
    margin:0;
    margin-bottom: 0.25em;
    display: block;
    color: #666;
}
.server-messages li.error
{
    border-style: solid;
    border-color: #CC3300;
    background-color: #FF6666;
    background-image: url("../img/iconset/32x32/actions/messagebox_critical.png");
    color: #FFFFCC;
}
.server-messages li.warning
{
    background-image: url("../img/iconset/32x32/actions/messagebox_warning.png");
    border-style: solid;
    border-color: #cc9933;
    background-color: #ffcc99;
    color: #333333;
}
#errorExplanation ul li {
    list-style-image: url('../img/iconset/16x16/actions/status_unknown.png');
    font-weight: bold;
    margin-left: 20px;
    line-height: 16px;
}
table.detail-view th, table.form-view th
{
    text-align:right;

}
table.detail-view th
{
     background: transparent;
     color:Black;
}
#ft
{
    padding: 1em;
    margin-top: 5em;
    border-top: 2px #333 groove;
}
#ft .appinfo
{
    font-size: 75%;
    text-align: center;
}
.action{
    cursor: pointer;
}
span.editable 
{
    cursor: pointer;
    
}
.flag, td .action
{
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../img/iconset/16x16/apps/flag.png');
    width: 16px;
    padding-left: 16px;
    height: 16px;
    display: -moz-inline-stack;
    display:inline-block;
    vertical-align: text-top;
    font-size: 1px;
    background-color: Transparent;
    line-height: 16px;
    text-indent: 16px;
    overflow: hidden;
    border: 0px solid white;
}
td .action{
    display:block;
    float: left;
    margin: 2px;
}
li.action a{
    background-position: left;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 20px;
}
.flag-urgent, .flag.urgent
{
    background-image: url('../img/iconset/16x16/apps/clock.png');
    width: 16px;
    height: 16px;
    display:block;
    text-indent: -100em;
    overflow: hidden;
}
.flag-yes, .flag.yes
{
    background-image: url('../img/iconset/16x16/actions/ok.png');
    width: 16px;
    height: 16px;
    display:block;
    text-indent: -100em;
    overflow: hidden;
}
.flag.partial
{
    background-image: url('../img/iconset/16x16/actions/quick_restart.png');
}
.flag-no,.flag.no
{
    background-image: url('../img/iconset/16x16/actions/editdelete.png');
    width: 16px;
    height: 16px;
    display:block;
    text-indent: -100em;
    overflow: hidden;
}
li.action.list a, td .action.list{
    background-image: url('../img/iconset/16x16/actions/list.png');
}
li.action.attach a, td .action.attach{
    background-image: url('../img/iconset/16x16/actions/attach.png');
}
li.action.search a, td .action.search{
    background-image: url('../img/iconset/16x16/actions/filefind.png');
}
li.action.copy a, td .action.copy{
    background-image: url('../img/iconset/16x16/actions/editpaste.png');
}
li.action.overview a, li.action.dashboard a, td .action.overview{
    background-image: url('../img/iconset/16x16/filesystems/desktop.png');
}
li.action.save a, td .action.save {
    background-image: url('../img/iconset/16x16/actions/filesave.png');
}
li.action.report a{
    background-image: url('../img/iconset/16x16/apps/demo.png');
}
li.action.anchor a, li.action.section a{
    background-image: url('../img/iconset/16x16/actions/mail_forward.png');
}
li.action.return a{
    background-image: url('../img/iconset/16x16/actions/revert.png');
}
.flag.detail, li.action.detail a,
li.action.search a, td .action.search,
li.action.show a, td .action.show, td .action.detail {
    background-image: url('../img/iconset/16x16/actions/search.png');
}
.flag.delete, li.action.delete a, td .action.delete{
    background-image: url('../img/iconset/16x16/actions/remove.png');
}
.flag.add, li.action.create a, li.action.new a, td .action.create, td .action.new{
    background-image: url('../img/iconset/16x16/actions/edit_add.png');
}
.flag.edit, li.action.edit a, td .action.edit
{
    background-image: url('../img/iconset/16x16/actions/edit.png');
}
.flag.approved, .action.approve, .action .approve{
    background-image: url('../img/iconset/16x16/thumb-up.png');
}
.flag.disapproved, .action.disapprove, .action .disapprove{
    background-image: url('../img/iconset/16x16/thumb-down.png');
}
.flag.examine, a.action.examine
{
    background-image: url('../img/iconset/16x16/apps/kstars.jpg');
    width: 30px;
    height: 30px;
}
.flag.complete {
    background-image: url('../img/iconset/16x16/actions/ok.png');
}

.flag.contact-type {
    background-image: url('../img/iconset/16x16/actions/inbox.png');
}
.flag.contact-type.Email
{
    background-image: url('../img/Email.jpg');
}

.flag.contact-type.On.Site
{
    background-image: url('../img/On Site.jpg');
}
.flag.contact-type.In.Person
{
    background-image: url('../img/iconset/16x16/actions/edit_group.png');
}
.flag.contact-type.Phone, span.flag.contact-type.Call
{
    background-image: url('../img/iconset/16x16/apps/sipphone.png');
}
.flag.contact-type.Mail
{
    background-image: url('../img/Mail.jpg');
}


/* File type representations (mime types) */
li.file
{
    padding-left: 25px;
    min-height: 22px;
    margin: 5px 0 5px 0;
    background: url("../img/iconset/22x22/mimetypes/unknown.png") no-repeat
}
li.file.image-jpeg, li.file.image-pjpeg,li.file.image-gif,li.file.image-bmp
{
    background: url("../img/iconset/22x22/mimetypes/image.png") no-repeat;
}
li.file.application-vnd-ms-excel
{
    background: url("../img/iconset/22x22/mimetypes/spreadsheet_document.png") no-repeat;
}
li.file.application-msword
{
    background: url("../img/iconset/22x22/mimetypes/wordprocessing.png") no-repeat;
}
li.file.application-pdf
{
    background: url("../img/iconset/22x22/mimetypes/pdf.png") no-repeat;
}
li.file.application-octet-stream
{
    background:url("../img/iconset/22x22/mimetypes/zip.png") no-repeat;
}
h1.loading{
    background: white url("../img/loading.gif") no-repeat top center;
    padding-top: 20px;
    text-align: center;
}
div.loading-indicator
{
    border: 2px solid #333;
    display: none;
    position: fixed;
    z-index: 100;
    top:10%;
    width: 250px;
    margin: auto;
}
.emphasize
{
    font-weight: bold;
    text-decoration: underline overline;
}
/* Custom Visual Elements */
/* reset */
table.table.visual-planlist-chart, table.visual-planlist-chart tr,table.visual-planlist-chart td
{
    background-image: none;
    background-color: Transparent;
}
table.visual-planlist-chart
{
    width: 40em;
    border: 1px solid black;
    color: White;
    background: #666666;
}
table.visual-planlist-chart a
{
    color: white;
}
table.visual-planlist-chart td
{
    vertical-align: top;
    padding: 0.5em;
}
table.visual-planlist-chart tr.speclevel h4
{
    border-bottom: 1px solid #cccccc;
}
/* Plan specific themes */
table.visual-planlist-chart tr.speclevel.Bungalow td
{
    background-color: #2E833C;
}
table.visual-planlist-chart tr.speclevel.Bungalow td.garagetype.Alley
{
    background-color: #669933;
}
table.visual-planlist-chart tr.speclevel.Villa td
{
    background-color: #933547;
}
table.visual-planlist-chart tr.speclevel.Villa td.garagetype.Alley
{
    background-color: #5C437C;
}
table.visual-planlist-chart tr.speclevel.Estate td
{
    background-color: #690909;
}
table.visual-planlist-chart tr.speclevel.Estate td.garagetype.Alley
{
    background-color: #BB1313;
}
table.visual-planlist-chart tr.speclevel.Townhouses
{
    background-color: #2F85B3;
}
table.visual-planlist-chart tr.speclevel.Multi-Family td
{
    background-color: #ABA061;
}
table.visual-planlist-chart tr.speclevel.Cottage td
{
    background-color: #6A847C;
}
table.visual-planlist-chart tr.speclevel.Element td
{
    background-color: #bbaa00;
}
table.visual-planlist-chart tr.speclevel.Element td.garagetype.Alley
{
    background-color: #bbbb00;
}
