@import url(menus.css); 
@import url(editor.css);


.heading {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #555555;
margin: 2px 0 14px 0;
}

hr {
border-top: 2px dotted #d1d1d1;
border-bottom: none;
border-left: none;
border-right: none;
}
hr.home {
margin: 14px 0 14px 0;
}

/*div.act_point {
height: 120px;
}
div.act_point a {
padding: 4px 0px 100px 160px;
overflow: hidden;
height: 0px !important;
}*/

/*Left menu*/

.donate {
align: center
}

.about, .tools, .resource, .programs .donate {
width: 224px;
margin-bottom: 3px;
}
.about, .tools, .resource {
height: 28px; 
}

.about { background-color: rgb(53,113,180); }
.tools { background-color: rgb(136,148,157); }
.resource { background-color: rgb(184,74,100); }
.programs { background-color: rgb(127,195,60); }


.about a.gif, .tools a.gif, .resource a.gif, .programs a.gif {
float: left;
padding: 24px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:24px; /* for IE5/WIN */
}

.about a.gif {
width: 54px;
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-about.gif) no-repeat 0 5px;
}
.about a.gif:hover {
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-about-h.gif) no-repeat 0 5px;
}
.tools a.gif {
width: 153px;
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-tools.gif) no-repeat 0 5px;
}
.tools a.gif:hover {
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-tools-h.gif) no-repeat 0 5px;
}
.resource a.gif {
width: 118px;
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-resource.gif) no-repeat 0 5px;
}
.resource a.gif:hover {
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-resource-h.gif) no-repeat 0 5px;
}
.programs a.gif {
width: 71px;
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-programs.gif) no-repeat 0 5px;
}
.programs a.gif:hover {
background: url(http://www.communicationsleadership.org/themes/leadership/images/menu-programs-h.gif) no-repeat 0 5px;
}

#programs_white {
background-color: #e7e7e7;
margin: 8px 6px 6px 6px;
width: 212px;
}
/*#programs_white div {
padding: 8px 0 8px 0;
}*/
#programs_white div div {
padding: 9px 8px 9px 8px;
font-size: 11px;
}
#programs_white div div a {
text-decoration: none;
color: #0040ff;
}
#programs_white div div a:hover {
color: #0080ff;
}
.dotted {
border-bottom: 2px dotted rgb(127,195,60);
}


div.left {
}
div.center {  /* not used anywhere? */
width: 305px;
margin: 0 15px 15px 25px;
}
div.right {
width: 170px;
}

div.center-right {
width: 490px;
margin: 0 0 15px 25px;
}

table.menu_right {
width: 155px;
margin: 0 0 10px 15px;
background-color: #e7e7e7;
}
table.menu_right div {
margin: 0 0 7px 0;
}
table#about {
border: 2px dotted rgb(53,113,180);
}
table#tools_pubs {
border: 2px dotted rgb(136,148,157);
}
table#resource {
border: 2px dotted rgb(184,74,100);
}
table.menu_right div.block_title {
padding: 6px 7px 3px 7px;
font-weight: bold;
margin: 0;
}
table.menu_right div.block_content {
padding: 7px;
margin: 0;
}


table {
border: 0;
}
table.main {
margin-top: 14px;
}

td {
vertical-align: top;
padding: 0;
}


/* if styles are needed for specific divs and cells... */

div#verticallistbycats {
display:none;  /* hides the adminpanel on the public side... the better solution is to remove the adminpanel block from the left block group at http://sahfnet.org/x/index.php?module=blocks&type=admin&func=modify_instance&bid=1 */
}


div#footer {
text-align: center;
color: #666;
}
div#footer img {
margin: 4px 0 7px 0;
}
div#footer div {
margin-bottom: 1px;
}
div#footer div a {
color: #666;
text-decoration: none;
}


div#outer_login {
background-color: #d1d1d1;
padding: 4px;
width: 160px;
}
div#login {
background-color: rgb(241,179,16);
padding: 5px;
}
div#login form {
display:inline;
}
div#login p {
margin: 9px 0 4px 0;
}
div#login p#forgot {
font-size: 11px;
text-align: center;
}
div#login label {
font-size: 11px;
font-family: verdana;
color: #444;
padding: 5px 5px 8px 5px;
}
div#login p#submit {
text-align: center;
padding-right: 4px;
}
div#login input.xar-fullwidth {
margin-top: 2px;
text-align: left;
height: 15px;
border: 1px solid #777;
color: #111;
}

.reg input {
margin-bottom: 10px;
}