@import url("common.css");

body {
 font-size:large;
 font-weight:bold;
 text-align:left;
}
#titleImage {
 text-align:left;
}
#main, #supporticons, #textbody, #footnote {
 width:98%;
}
#mainmenu, #tools, #contact, #textbody {
 border:thin solid black;
}
#googleSearch {
 border-top:2px solid black;
 font-size:smaller;
}
#icons {
 display:none;
}
.textbodyTitle {
 color:yellow;
 background-color:black;
 text-align: center;
 margin:1px;
}
#persianCD {
 text-align:center;
 font-size:smaller;
}
#footnote {
 font-size:smaller;
}

/* Top Menu */
#topmenucontainer {
 color:white;
 background-color:black;
 border:2px dashed yellow;
}
#topmenucontainer ul {
 color:white;
 background-color:black;
 height:auto;
}
#topmenucontainer li
{
 margin-right:1em;
}
#topmenucontainer li a
{
 color: yellow;
 text-decoration: none;
}
.topsubmenu {
 display: none;
}


#style_picker {
 font-size:small;
 position:fixed;
 top:1.3em;
 right:5px;
 background-color:yellow;
 width:15%;
 z-index:1;
}


/* Hover Effect for Pictures */
.picture_frame {
 width:100%;
}
.picture_frame td {
 text-align:center;
}
