.postlist-ajax
{
    border-bottom-style: outset;
    border-width: thin;
    border-color: #0000FF;
    padding-bottom: 5px;
}

html
{
    height: 100%;
}
body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(../images/background-tile.jpg) repeat-x;
    background-color: #87aae1;
}

a img
{
    border: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    margin: 5px 0;
    color: #808080;
    padding: 5px 0;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first
{
    margin-top: 0;
}

.side-bucket-heading-content h1, .side-bucket-heading-content h2, .side-bucket-heading-content h3, .side-bucket-heading-content h4, .side-bucket-heading-content h5, .side-bucket-heading-content h6
{
    color: #FFF;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 1.3em;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1em;
    color: #333300;
}

h4
{
    font-size: .9em;
}

h5
{
    font-size: .8em;
    color: #333300;
}

h6
{
    font-size: .8em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

form fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}
form label
{
    display: block;
    margin-bottom: .5em;
}

form input[type=text], form input[type=password], form textarea
{
    display: block;
    margin: 0 0 .5em;
    color: #333;
    border: 1px solid #CCC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

form textarea
{
    width: 90%;
    height: 26em;
}

form input[type=text], form input[type=password]
{
    width: 15em;
}

form optgroup
{
    color: #F90;
    font-style: normal;
    font-size: 1.1em;
    background-color: #333;
}

form option
{
    color: #333;
    background-color: #F7FBFF;
    padding: .1em .3em;
}

form input[type=checkbox], form input[type=radio]
{
    display: block;
    clear: both;
    float: left;
    margin: .1em .5em 0 0;
    height: 1em;
    width: 1em;
    color: #333;
}

form input[type=checkbox]
{
    background-color: #F7FBFF;
    border: 1px solid #333;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=checkbox]:focus, form input[type=radio]:focus form textarea:focus
{
    background-color: #F7FBFF;
    border: 1px solid #F90;
}

form input[type=button], form input[type=submit], input[type=reset], form button
{
    padding: .15em;
    font-size: .9em;
}

form table input[type=text], form table input[type=password], form table textarea
{
    float: none;
    margin: 0;
}

form table label
{
    width: auto;
}
fieldset fieldset
{
    margin: 10px 0;
}

legend
{
    font-weight: bold;
    font-size: 1em;
    padding: 10px 15px 0 15px;
    color: #FFF;
    margin: 0 0 0 10px;
    background: #3366cc url(../images/bg-legend.png) repeat-x;
    min-height: 32px;
    _height: 32px;
    display: block;
    width: 50%;
}

.input-box
{
    display: block;
    vertical-align: top;
    padding: 4px;
    color: #666666;
    border: 1px solid #467acc;
}

label
{
    font-size: .7em;
    display: block;
}

.checkbox
{
    margin: 12px 0;
    width: 60%;
}

.checkbox input
{
}

input.button
{
    font-size: .7em;
    font-weight: bold;
    padding: 0 5px 2px 5px;
    cursor: pointer;
}

input.button-big
{
    padding: 2px 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
    color: #3366cc;
}

a:visited
{
    color: #3366cc;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: underline;
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login
{
    font-size: .8em;
    text-align: right;
    margin: 0 auto;
    width: 864px;
    padding: 7px 30px 0 30px;
    min-height: 30px;
    _height: 30px;
}

/* LOGIN LISTS */

.nav-login ul
{
    margin: 0;
    padding: 0;
}
.tweet_list
{
    list-style: none;
    padding: 1px 0 1px 1px;
}
.tweet_list li
{
    padding: 1px 0 1px 1px;
    list-style: none;
}
.nav-login li
{
    list-style: none;
    padding: 0 5px;
    display: inline;
    background: none;
}

.nav-login li.first
{
    list-style: none;
    border: none;
}

/* LOGIN LINKS */

.nav-login a:link, .nav-login a:visited
{
    color: #343434;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container
{
    position: relative;
    color: #000;
    width: 944px;
    padding: 0;
    margin: 0 auto;
}

/* LOGO */

.logo
{
    float: left;
}

/* LOGO LINK */

.logo a:link, .logo a:visited
{
    text-decoration: none;
    color: #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main
{
    float: right;
}
/* NAV Cat LINKS */
.nav-cat a:link, .nav-cat a:visited
{
    color: #3366cc;
    text-decoration: none;
    min-width: 10px;
    _width: 10px;
    min-height: 10px;
    _height: 10px;
}

.nav-cat li.first a:link, .nav-cat li.first a:visited
{
    min-width: 10px;
    _width: 10px;
}

.nav-cat li.scfirst a:link, .nav-cat li.scfirst a:visited
{
    min-width: 10px;
    _width: 10px;
    padding-left: 15px;
}

.nav-cat .active a:link, .nav-cat .active a:visited
{
    color: #FFF;
    text-decoration: none;
    min-width: 10px;
    _width: 10px;
    background: #3366cc url(../images/bg-nav-main-active.png) repeat-x;
}

.nav-cat a:hover, .nav-cat .active a:hover
{
    min-width: 10px;
    _width: 10px;
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NAV FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-footer-container
{
    position: relative;
    min-height: 23px;
    _height: 23px;
    position: relative;
    margin-top: -2.5em;
}

.nav-footer
{
    position: relative;
    width: 923px;
    _height: 130px;
    margin: 0 auto;
    font-weight: bold;
}

.nav-footer ul
{
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
}

.nav-footer li
{
    background: none;
    display: inline;
    padding: 0 10px;
}

.nav-footer li.first
{
}
.nav-footer .active a:link, .nav-footer .active a:visited
{
    color: black;
    text-decoration: none;
    min-width: 10px;
    _width: 10px;
}

.nav-footer a:hover, .nav-footer .active a:hover
{
    min-width: 10px;
    _width: 10px;
    text-decoration: underline;
}
.nav-footer a:link
{
    text-decoration: none;
    color: White;
}

.nav-footer a:visited
{
    text-decoration: none;
    color: White;
}

.nav-footer a:hover
{
    text-decoration: underline;
}

/* COPYRIGHT */

.copyright
{
    text-align: center;
    padding: 15px 15px 0 0;
    font-weight: bold;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.content-container
{
    padding: 0px;
    position: relative;
    _height: 1px;
    min-height: 1px;
    margin: 0px auto 10px auto;
    width: 944px;
    font-size: .9em;
    position: relative;
    min-height: 100%;
}

* html #content-container
{
    height: 100%;
}

.content-container-inner
{
    _height: 1px;
    min-height: 1px;
    padding: 0 0px;
    position: relative;
    padding-bottom: 9em;
    background-color: #FFFFFF;
}

.content-main
{
    padding: 0 0 4px;
    margin: 7px 0px 0px 7px;
    position: relative;
    min-height: 1px;
    _height: 1px;
    float: left;
    width: 785px;
}

.content-right
{
    margin: 6px 7px 0px 0px;
    padding: 5px 5px 10px 8px;
    float: right;
    position: relative;
    width: 125px;
}

.thecontent
{
    margin: 1px 5px -6px;
    padding: 0px 6px 3px 4px;
    background-color: #FFFFFF;
}
.thecontent_sidebar
{
    margin: 2px 1px 2px -3px;
    background-color: #FFFFFF;
    font-size: small;
    overflow: hidden;
}
.spacer
{
    height: 2px;
}
.spacer_head
{
    height: 10px;
}
.spacer_head_right
{
    height: 6px;
}
.spacer_top
{
    height: .0580em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table
{
    font-size: .8em;
    border-top: 1px solid;
    border-left: 1px solid;
    margin: 10px 0 30px 0;
    background-color: #FFFFFF;
}

table.data-table caption
{
    background: #bbb;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 1.2em;
    margin-top: 30px;
    border-bottom: 3px solid #FFF;
}

table.data-table td, table.data-table th
{
    padding: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

table.data-table th
{
    text-align: left;
    background: #bbb;
    color: #000000;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

table.data-table td
{
}

table.data-table tr.row-alternating td
{
    background: #ebebeb;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LISTS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sidebar-ul
{
    margin-top: 0;
    padding: 0;
}
p, ul
{
}
.first
{
    list-style: none;
    padding: 1px 0 1px 1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none
{
    display: none;
}

.clear
{
    clear: both;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

.align-left
{
    float: left;
    margin: 0 20px 15px 0;
}

.align-right
{
    float: right;
    margin: 0 0 15px 20px;
}

.align-middle
{
    vertical-align: middle;
}

.inline
{
    display: inline;
}

.no-margin
{
    margin: 0;
}

/* Comments */
#article-comments
{
    margin-top: 20px;
}

.comment, .reply
{
    position: relative;
    margin-top: 1.2em;
}
blockquote
{
    margin: 0;
}
.comment .comment-header, .reply .reply-header
{
    margin: 0;
    padding: 5px 10px;
    border-top: 3px solid grey;
    font-size: .7em;
}

.reply blockquote
{
    margin: .7em 2.5em;
    font-style: normal;
}
.commentbox
{
    width: 95%;
    height: 75px;
}
.commentbox-reply
{
    width: 95%;
    height: 175px;
}
.comments-area
{
    padding: 0px 20px 20px 20px;
    background-color: #87aae1;
    width: 90%;
}
.comment
{
    width: 100%;
    background-color: White;
}

.commentreply-container
{
    text-align: left;
}
/* End Comments */
.left
{
    float: left;
    width: 400px;
}
.right
{
    background-color: #93AAE0;
    border: thin ridge;
    float: right;
    font-size: small;
    padding: 5px;
    width: 200px;
}
.ppbutton
{
    text-align: center;
}
a.active
{
    background-color: #000000;
    color: #FFFFFF;
}
.altlangisloading
{
    height: 25px;
    width: 25px;
    text-align: center;
    background-image: url('../images/wait24.gif');
    background-repeat: no-repeat;
}
.isloading
{
    height: 25px;
    width: 25px;
    text-align: center;
    background-image: url('../images/wait24.gif');
    background-repeat: no-repeat;
}
.cms-msg-top
{
    height: 0px;
}
.modules-sidebar
{
    width: 100%;
}
.rsslink
{
    font-size: xx-small;
}
.rssheader
{
    font-size: small;
}
.search
{
    float: right;
}
.gobutton
{
    width: 40px;
}
.s
{
    max-width: 42em;
    font-size: small;
}
.nav-right
{
    float: right;
}
.nav-left
{
    float: left;
}
.field-validation-error
{
    color: Red;
}
.xxsmall
{
    font-size: xx-small;
}
.small
{
    font-size: small;
}
.manageusershead
{
    font-weight: bold;
    background-color: #A8C3CB;
}
.contentpage-outerdiv
{
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
}
.comments-outerdiv
{
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
    background-color: #FFFFFF;
}
.content-background
{
    background-color: #DDDDDD;
}
.ajaximage
{
    cursor: pointer;
}
.mvccmsnotify
{
    height: 40px;
}
.isloading-container
{
    height: 30px;
}
.languages
{
    width: 100%;
}

.languageinlist
{
    cursor: pointer;
}
.languageinlist-active
{
    border: 4px solid #999999;
    cursor: pointer;
}


