body {
    margin: 0;
    padding: 0;
    font: 75% tahoma, Verdana, Arial, sans-serif;
    line-height: 1.8em;
    background: #ffffff  top left repeat-x;    
}

#formStyle {
   
}


.blog_text  {
    visibility: hidden;
    width: 100%;
}

.iconbar {
    padding: 5px;
    margin-bottom: 5px;
    background: #eee;
    border: 1px solid #ccc;
    text-indent:5px;
}

.iconbar img {
    margin-right: 5px;
}

.under_post {
    padding-top:2px;
    padding-bottom:2px;
    padding-left:6px;
    background-color:#eee;
    font-weight:bold;
}

#right {
    float:right;
}
#left {
    float:left;

}

#break {
    clear:left;
}

#filterTitle {
    width: 14%;
    height: 30px;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
    background: #e6EEEE;
    font-weight: bold;
    float:left;
    border: solid 1px #fff;

}
#filterText {
    width:80%;
    height: 30px;
    padding-top: 5px;
    padding-left: 20px;
    background: white;
    float:left;
    border: solid 1px #fff;
    border-left: 0px;
}

#filterText input {
    width:90%;
}

.filterable a:link { color: #5b80b2; text-decoration:underline; }

.filterable a:visited { color: #5b80b2; text-decoration:underline; }


#formTitle {
    width: 120px;
    height: 30px;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
    background: #e6EEEE;
    font-weight: bold;
    float:left;
    border: solid 1px #fff;
}

#formTitleLarge {
    width: 120px;
    height: 200px;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
    background: #e6EEEE;
    font-weight: bold;
    float:left;
    border: solid 1px #fff;

}
#formText {
    width:500px;
    height: 30px;
    padding-top: 5px;
    padding-left: 20px;
    background: white;
    float:left;
    border-bottom: solid 1px #ccc;
    border-left: 0px;
}
#formTextLarge {
    width: 500px;
    height: 200px;
    padding-top: 5px;
    padding-left: 20px;
    background: white;
    float:left;
    border-left: 0px;
}
/*TOP BANNER*/
#header {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#blogheader {
    font-family: arial;
    padding-bottom: 10px;
    font-size: 25px;
}

.formLayout
{
    background-color: #f3f3f3;
    border: solid 1px #a1a1a1;
    width: 80%;
    padding: 10px;
}

#sortTable
{
    width: 80%;
}

input {
    border: 1px solid;
}

textarea {
    border: 1px solid;
    margin-bottom: 5px;
}

#login {
    width: 150px;
    margin-bottom:5px;
}

.formLayout label
{
    display: block;
    width: 30%;
    float: left;
    margin-bottom: 10px;
}

.error {
    color: red;
    font-weight: bold;
}

.formError
{
    color: red;
    float: right;
}

br
{
    clear: left;
}

#lcell {
    background: white
}

#eventHeader {  
    color: white;
    background: url('/include/themes/images/sidebar-2.gif') ;
    width: 100%;
    padding-right: 2px;
    /*border-right: solid 1px #000;*/
    /*border: solid #000 1px;*/
}

#eventHeader img {
    background-color:#eaeaea;
    /*border: solid #000 1px;*/
}

#eventHeader a {
    color: #ccc;
}

#eventText {
    color: black;
    float: left;
    border: solid #000 1px;
    padding-right: 8px;
}

#eventFooter {    
    background: white;
    border-top: 0px;
    float:right  ;
}

#picture_right {
    float: right;
    margin-top: 40px;
    margin-right: 10px;
}

#eventBody {
    width: 100%;
    background: white;
    border: 1px black solid;
    border-top: 0px;
    float:left;
}
#eventBody select {
    margin-left: 8px;
}
#eventBody input {
    margin-left: 8px;
}
#eventBody textarea {
    margin-left: 8px;
}
#popupHeader {
    width: 400px;
    background: #ccc;

    border: 1px black solid;

    float:left;
}

#popupBody {
    width: 400px;
    height: 200px;
    background: white;
    padding-top: 5px;
    border: 1px black solid;
    border-top: 0px;
    float:left;
}

#floatingComment {
    width: 400px;
    height: 200px;

    position: absolute;

    background-color: white;

    z-index:50
}

.blogRight {
    padding: 10px;
    float: right;
}

#categoryImage {
    width: 120px;
}

.blogLeft {
    padding-top:0px;
    float: left;
    padding-left: 8px;
}
#blogComment {
    float:left;
    width:inherit;
    padding-top:5px;
    padding-left: 5px;
}

.comments {
    width:auto;
    margin-bottom: 5px;
}

#comment1 {
    margin-left: 100px;
    width: auto;
    margin-top:2px;
    background: #73868c;
    color: #eee;
    border: solid #000 1px;
    padding-left: 10px;
}

#comment2 {
    margin-left: 100px;
    width: auto;
    margin-top:2px;
    background: #e1e1e1;
    color: #000;
    border: solid #aaa 1px;
    padding-left: 10px;
}

#comment1 a {

    color: #eee;
}

#comment2 a {
    color: #eee;
}

#indent {
    padding-left: 20px;
}

#header h1 {
    padding: 0;
    margin: 0;
    font-family: Georgia, sans-serif;
    font-weight: normal;
    font-size: 180%;
    color: #000;
}

/* TOP NAVIGATION */
#nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ccc;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
}

#nav a {
    float: left;
    display: block;
    padding: 0.5em 2.5em 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
    color: #73868c;
    background: #ccc url(images/nav_slant.gif) no-repeat top right;
}
#nav #nav-1 a {
    padding-left: 20px;
}
#nav a:hover {
    color: #000;
}
/*MAIN CONTAINER*/
#container {

    margin: 0 auto;
    padding: 0;
}

/* Optional Nav Bar*/
#navleft {
    width: 150px;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

#navleft li {
    margin-left: 20px;
    /*border-bottom: solid 1px #000;*/
    margin-right: 10px;
    list-style:none;
}

#content {
    width: 100%;
}

#contentleft {
    float: left;
    margin-top: 14px;
    margin-left: 5px;
    padding: 0 1em 1em 1em;        
    min-height: 320px;
    min-width: 300px;
    position:relative;
}

#contentright {
    float: left;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-right: 10px;
    width: 1%;
    padding: 1em 1em 1em 1em;
    color: #000;
    clear: right;
}
#logincontent {
    float: left;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-right: 10px;
    width: 90%;
    padding: 1em 1em 1em 1em;
    color: #000;
}
#contentright a {
    color: #000 ;
    text-decoration : none;
}

#spacer {
    padding: 0 0 0 0;
}

/*FOOTER */

#footer {
    font-size: 1em;
    clear:both;
    margin:0;
    padding: 0.5em;
    background: #333;
    color: #aaa;
}
/*TYPOGRAPHY */
h1 {
    font-family: Georgia, serif;
    font-size: 180%;
    padding: 30px 0 10px 0;
    color: #73868c;
}	

/*LINKS*/	

a:link, a:visited {
    color : #1d5783;
    background : inherit;
    /*text-decoration : underline;*/
}
a:hover {
    color : #73868c;
    background : inherit;
    text-decoration : none;
}

.navlist a:link, .navlist a:visited {
  color: #666;
}	

ul li {
    list-style-type: none;
}

.navlist ul li {
    list-style-image : url(images/arrow.gif);
    padding-left : 5px;
    margin-bottom : 0;
}

.controlpanel ul li {
    list-style-image : url(images/arrow.gif);
    padding-left : 5px;
    margin-bottom : 0;
}

a img {
    border: none;
}
/* IMAGES */	
.imgleft { 
    float : left;
    padding : 5px;
    margin-right : 10px;
} 
.imgright { 
    float : right;
    padding : 5px;
    margin-left : 10px;
} 
/*3 COLUMNS*/
#bottom {
    margin: 0 auto;
    width: 770px;
}
#bottom h1 {
    margin: 0;
    letter-spacing: 3px;
    font-family: Georgia, sans-serif;
    font-size: 130%;
    padding: 10px 0 10px 40px;
    color: #73868c;
}
.col3,.col3center {
    float: left;
    width: 33%;
    height: 120px;
    margin-bottom: 20px;
}
.col3center {
    margin: 0;
}

/* ================Sidebar================== */

#sidebar {
    float: left;
    width: 150px;
    padding: 0;
    margin-left:10px;
    margin-bottom: 10px;
    margin-top: 0px;
    /*border: solid 1px #ccc;*/
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#sidebar li {
    margin-bottom:5px;
    padding-left:1px;
    padding-right:1px;
}

#sidebar li ul {
    
}

#sidebar li li {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid black;
    color:#aaa;
}

#sidebar li a {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid black;
    color: #666;
}

#sidebar li h2 {
    border: solid 1px #ccc;
    padding-top:7px;
    text-align: center;
    height:18px;
    font-size: 14px;
    background: #7CA0C7 url(/include/css/img/admin/default-bg.gif) repeat-x scroll left top;
    color:#fff;
}

.close_box {
    float:right;    
}

.datePick {
    width: 100px;
}

