/* Styles for this specific template */

body, td {
margin: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #292963;
}
#header {
width: 750px;
padding-top: 13px;
padding-bottom: 13px;
border: 1px solid #292963;
-moz-border-radius: 10px 10px 10px 10px;
}
#menu {
margin-top: 10px;
width: 100px;
padding: 5px;
border: 1px solid #292963;
-moz-border-radius: 10px 10px 10px 10px;
}
#body {
position: absolute;
top: 93px;
left: 126px;
border: 1px solid #292963;
-moz-border-radius: 10px 10px 10px 10px;
width: 620px;
padding: 5px;
}
.title {
font-size: 14px;
font-weight: bold;
}
.footer {
font-size: 11px;
text-align: center;
margin-top: 10px;
}
a {
color: #292963;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration : underline;
}
a.asubmenu, a.activeasubmenu {
text-decoration: underline;
}
a.asubmenu:hover, a.activeasubmenu:hover {
text-decoration: none;
}
.submenu {
margin-bottom: 10px;
}

img { 
border: 0; 
} 
.menu {
list-style: none; 
margin: 0; 
padding: 0; 
}

/* This template's versions of generic items */

.fl_loadbox { /* The box shown when an item is loading */
background-color: #292963;
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 32px;
border: 1px solid #fff;
color: #fff;
}
.fl_blogtitle { /* A blog title */
font-size: 20px;
font-weight: bold;
}
.fl_blogby { /* A blog byline and time*/
text-transform: uppercase;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_blogfooter { /* Text at the bottom of a blog */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_blogtags { /* Blog tags */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_readmore { /* The read more link */

}
.fl_comments { /* Where the comments should appear */
float: right;

}
.fl_blogentry1 { /* Style for odd-numbered blog entries */

}
.fl_blogentry2 { /* Style for even-numbered blog entries */
background-color: #eee;
}
.fl_blogdivider { /* The line between blogs */
margin-top: 5px;
height: 5px;
border-top: 1px dashed #292963;
}
.fl_commsheader { /* Comments title */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_bottomlinks { /* Links at the end */
text-align: right;
width: 100%;
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
width: 100%;
font-weight: bold;
}
.fl_prevnext { /* Previous and next entry links */
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 2px;
font-weight: bold;
}
.fl_comm1 { /* Style for odd-numbered comments */
border-left: 1px dotted #292963;
}
.fl_comm2 { /* Style for even-numbered comments */
border-left: 1px dotted #292963;
background-color: #eee;
}
.fl_newsheads { /* News headlines view style */
font-size: 9px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fl_showbox { /* The border for the scrolling bar in the gallery */
border: 1px dashed #292963;
}
.fl_arrowoff, .fl_arrowon { /* The left and right pointing arrows */
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.fl_arrowoff {
color: #666;
border: 1px solid #222;
background-color: #ccc;
}
.fl_arrowon {
color: #292963;
background-color: #ccc;
border: 1px solid #292963;
}
.fl_arrowoff:hover, .fl_arrowon:hover {
text-decoration: none;
}
.fl_arrowon:hover {
background-color: #eee;
}
.fl_imgcap { /* Picture captions in galleries */
background-color: #333;
border: 1px solid #292963;
}
.fl_pollvotebar { /* Colour of the bar showing percentages in polls */
background-color: #292963;
}
.fl_pollquestion {
font-weight: bold;
}
.fl_setuphead, .fl_setupheadoff:hover { /* Colour for the headers of contracting sections in admin */
background-color: #6969a3;
}
.fl_setupheadoff {  /* Colour for deselected headers of contracting sections in admin */
background-color: #99c;
}
.fl_setupbody { /* Colour for the body of the sections in admin */
background-color: #eee;
}

input, select, textarea { 
background-color: transparent; 
border: 1px solid #292963; 
color: #292963; 
font-family: Verdana, Arial, helvetica, sans-serif; 
font-size: 10px; 
} 
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus { 
background-color: #eee; 
} 
textarea { 
font-size: 10px; 
}
