/***************************************************/
/* CSS DEFINITIONS FOR GALLERY MODULE              */
/***************************************************/

#gallery img {
	border:4px solid #e6e6e6;
	margin-bottom:4px;
}
#gallery a:hover img {
	border:4px solid #ABC0CB;
	margin-bottom:4px;
}

#gallery {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float:left;
    height:auto !important;
}

div.row_1,
div.row1 {
    background-color: #CFE4FA;
    border-bottom: 1px solid #000080;
}
div.row_2,
div.row2 {
    background-color: #CFE4FA;
    border-bottom: 1px solid #000080;
}

#gallery div.category_tree,
#gallery div.category_comment,
#gallery div.category_images,
#gallery div.show_image,
#gallery div.image_navigation,
#gallery div.category_paging {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    float:left;
    height:auto !important;
}
#gallery div.category_image
 {
    width: 30%;
    float: left;
    height:auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#gallery div.category_informations {
    width: 70%;
    float: left;
    height:auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#gallery div.category_informations h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#gallery div.image_voting,
#gallery div.image_comment {
    float: left;
    height:auto !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
#gallery div.category {
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    float:left;
    height:auto !important;
}
#gallery div.category_images div.image {
    width: 33%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
    float: left;
}
#gallery div.show_image img, #gallery div.category_image img, #gallery div.category_images img{
    margin: 0px 15px 0px 0px;
}
#gallery div.show_image, #gallery div.image_navigation {
    text-align: center;
}


/***************************************************/
/* CSS DEFINITIONS FOR VOTING MODULE               */
/***************************************************/

#voting {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#voting div.form,
#voting div.voting,
#voting div.results,
#voting div.votes,
#voting div.archive{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	float:left;
}

#voting div.message{
	color: #ff0000;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#voting input[type=radio],
#voting  input.radio{
        float: none;
}

/* BLOG STYLE */
#blog {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#blog div.categories,
#blog div.posted_comment,
#blog div.entries,
#blog div.content,
#blog div.message_ok,
#blog div.message_error,
#blog div.entry,
#blog div.voting,
#blog div.link,
#blog div.addcomment,
#blog div.searchform
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#blog div.comments,
#blog div.networks, 
#blog div.code,
#blog div.statistics {
	float:left;
	width: 95%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	height:auto !important;
	background-color: #f9f9f9; 
	padding: 7px;
	border: 1px dotted #D0D0D0;
}

#blog div.message_error {
	color: #ff0000;
}

#blog div.message_ok {
	color: #029202;
}

#blog div.posted_comment {
	font-size: 0.9em;
	color: #888888;
	font-style: italic;
}

#blog div.image {
	float:left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#blog div.image img {
	margin: 0px 15px 15px 0px;
}

#blog div.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	height:auto !important;
}

#blog th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#blog tr.row2 {
	background-color: #f9f9f9;
}

#blog tr.row1 {
	background-color: #FFFFFF;
}

#blog td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#blog p {
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
    width: 500px;
}

#blog p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#blog p label.description {
    font-weight: normal;
    float: left;
    margin: 0px 0px 20px 0px;
    padding:  0px 0px 0px 0px;
    width: 95%;
}

#blog input[type=checkbox], #blog input[type=radio]{
    float: left;
    width: 20px;
    text-align:left;
}

#blog input[type=text], #blog input[type=password]{
    overflow: hidden;
    width: 250px;
}

#blog select {
    width: 254px;
}

#blog textarea {
    width: 250px;
    height: 150px;
}

#blog .blogTagCloud {
	list-style: none; 
	padding: 0px; 
	margin: 0px;
}

.blogTagCloudSmallest {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-size: 10px;
	color: #bbbbbb;
}

.blogTagCloudSmall {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-size: 12px;
	color: #999999;
}

.blogTagCloudMedium {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.blogTagCloudLarge {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.blogTagCloudLargest {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}




/* CALENDAR */
#calendar {
        float: left;
        height: auto !important;
	padding: 0px 0px 15px 0px;
        width: 99%;
}


#calendarBoxes {
        float: left;
        width: 205px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        height: auto !important;
}

#calendarSearch {
        float: none;
        width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
        height: auto !important;
}

#calendarSelectView {
        float: left;
        width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
        height: auto !important;
}


#calendarNotesList {
        float: left;
        width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        height: auto !important;
	
}

#calendarNotesList table tr.title td {
	
}


#calendarNotesList table tr.row2 td {
	background-color: #CFE4FA;
}

#calendarNotesList table tr.row1 td {
	background-color: #CFE4FA;
}


#calendarSelectcat {
        width: 190px;
}

#calendarLogo {
        float: left;
        height: auto !important;
	padding: 0px 0px 15px 0px;
}

#calendarLogo img {
	margin: 0px 20px 0px 0px;
}

.calendarNote {
        float: left;
        height: auto !important;
	padding: 0px 0px 15px 0px;
}



/* FORUM STYLE */
#forum {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#forum td.smallfont {
	font-size: 0.9em;
}

#forum div.links, 
#forum div.dropdown, 
#forum div.latest, 
#forum div.category, 
#forum div.navtree, 
#forum div.paging, 
#forum div.anchor, 
#forum div.threads, 
#forum div.addthread, 
#forum div.posts, 
#forum div.addpost,
#forum div.forums,
#forum div.searchform,
#forum div.notification,
#forum div.message_error,
#forum div.message_ok,
#forum div.text,
#forum div.profile {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
}

#forum div.message_error {
	color: #ff0000;
}

#forum div.message_ok {
	color: #029202;
}


#forum .posts div.code{
	padding: 3px;
	background-color: #fcfce6;
	border: 1px solid #7390AF;
	font-family:"Courier New", Courier, mono;
	max-height: 150px;
	overflow:auto;
}

#forum .posts div.quote{
	padding: 3px;
	background-color: #fcfcff;
	border: 1px solid #7390AF;
	max-height: 150px;
	overflow:auto;
}

#forum div.navtree {
	width: 60%;
}

#forum div.notification_left, #forum div.notification_right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	width: 225px;
	height: 531px;
}

#forum div.notification_center {
	padding: 250px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	width: 10%;
	text-align:center;
	height: 281px;
}

#forum div.dropdown {
	width: 40%;
	text-align: right;
}

#forum div.links {
	text-align: right;
}

#forum table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#forum th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#forum tr.row2 {
	background-color: #f9f9f9;
}

#forum tr.row1 {
	background-color: #FFFFFF;
}

#forum td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#forum p {
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
    width: 500px;
}

#forum p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#forum p label.description {
    font-weight: normal;
    float: left;
    margin: 0px 0px 20px 0px;
    padding:  0px 0px 0px 0px;
    width: 95%;
}

#forum input[type=checkbox], #forum input[type=radio]{
    float: left;
    width: 20px;
    text-align:left;
}

#forum input[type=text], #forum input[type=password]{
    overflow: hidden;
    width: 250px;
}

#forum select {
    width: 254px;
}

#forum textarea {
    width: 250px;
    height: 150px;
}

.forumTagCloudSmallest {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-size: 10px;
	color: #bbbbbb;
}

.forumTagCloudSmall {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-size: 12px;
	color: #999999;
}

.forumTagCloudMedium {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.forumTagCloudLarge {
	height: 20px;	
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.forumTagCloudLargest {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


#docsys
{
 border-top: 1px solid #000099;
border-left: 1px solid #000099;
}

#docsys td
{
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099;
}

#docsys th
{
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099;
 font-weight: bold;
}

#media
{
 border-top: 1px solid #000099;
border-left: 1px solid #000099;
}

#media td
{
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099;
}

#media th
{
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099;
 font-weight: bold;
}

#news
{
 border-top: 1px solid #000099;
 border-left: 1px solid #000099;
}

#news td
{
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099;
}

#news th
{
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099;
 font-weight: bold;
}

#sitemap_level_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	font-weight: bold;
}

#sitemap_level_2,
#sitemap_level_3,
#sitemap_level_4,
#sitemap_level_5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	font-weight: normal;
}
/* DEFAULT CONTACT FORM */
form.contactForm p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 2px 0 3px 0;
	padding-left: 155px;
	_padding-left: 165px;
	height: 1%;
}

form.contactForm p label.noCaption {
	float: left;
	width: 120px;
	margin-left: 2px;
	margin-top: 2px;
}

form.contactForm .contactFormGroup {
	float: left;
	margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
	float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
	clear: left;
	float: left;
}

form.contactForm p input.contactFormClass_radio {
	clear: left;
	float: left;
}

form.contactForm p label, .contactForm p span {
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 250px;
}

form.contactForm input[type="text"] {
	width: 180px;
}

form.contactForm input{
	overflow: hidden;
}

form.contactForm img.captcha {
	float: left;
}

form.contactForm .is_required {
	color: red;
}

form.contactForm textarea {
	width: 250px;
	height: 150px;
}

form.contactForm #contactFormCaptcha {
	margin-left: 147px;
}


form.contactForm .contactFormClass_button {
	margin-left: 0px;
}

form.contactForm  #contactFormCaptcha {
	margin-left: 3px !important;
	margin-top: 5px !important;
}