
body { margin-top:30px; 
	font-family: verdana, helvetica, arial;}

#hd {
	padding: 0 5px 5px 0;
	margin: 0;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	text-align: right;
}



#title {
    background-image: url(/style/synergy/images/synergy_logo.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 38px;
}


#title h1 {
    display: none;
}

a {
 text-decoration: none;   
}

h1 {
 font-weight: bold;
    font-size: 120%;
}

div.mainpanel {
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
    min-height: 400px;
    padding: 12px;
}

#sidebar {
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	background-color: #FCF0F0;
}

#menu {
    padding: 0px;
}

#ft {
	border-right: 1px #999 solid;
	font-size: 9px;
	color: #999;
	text-align: right;
    padding: 5px;
}

#ft a {
	font-size: 9px;
	color: #999;
}

#ft a:hover {
	color: #666;
}



#menu a {
	color: #4659ED;
    text-decoration: none;
    font-weight: bold;
display: block;
	font-family: verdana, helvetica, arial;
    padding: 2px 5px 2px 5px;
    font-size: 90%;
}


#menu a.selected {
    font-style: italic;
    border-left: 5px solid #F4116E;
}

#menu a:hover {
	color: white;
	background-color: #52C1EF;
}

#menu ul {    
    margin: 0;
    //border-left: 2px solid #F4116E;
}

#menu ul li  {
 list-style: none;
}

h1 { margin-top: 2px; margin-bottom: 3px; 
	font-family: verdana, helvetica, arial;
font-size: 100%;
}


.dotted {
	padding: 2px 6px 6px 6px;
	border-bottom: 1px #ccc dotted;
	border-right: 1px #ccc dotted;
}

td { border: 0; }



table.datagrid {
            border: 1px solid #aFaFaF;
    width: 100%;
}

.datagrid th {
    background:url(/yui/assets/skins/sam/sprite.png) repeat-x 0 0; /* header gradient */ 
    text-align: left;
    border:  1px solid #aFaFaF;
    padding : 3px;
}

.datagrid td {
    padding : 3px;
}

.datagrid td.odd {
    background-color: #eff3ff;
	background-color: #FCF0F0;
}

.formdata td { padding: 3px; }

h2.contentwindow {
//    border-top:  1px solid #aFaFaF;
//    border-left:  1px solid #aFaFaF;
//    border-right:  1px solid #aFaFaF;
    padding: 3px;
//    background:url(/yui/assets/skins/sam/sprite.png) repeat-x 0 0;
    font-weight: bold;
    
}