/****** FILE: themes/regmo/css/layout.css *****/
/**
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */

/* Misc Styles and defaults
-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%;
	font-family: Verdana, Lucida, sans-serif;
}

html {
	background: #ebebeb;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 900px;
	margin: 10px auto;
}
#Container {
	width: 900px;
	padding-bottom: 15px;
	background: #fff;

    -moz-box-shadow: 5px 5px 10px #000; /* FF3.5+ */
    -webkit-box-shadow: 5px 5px 10px #000; /* Saf3.0+, Chrome */
    box-shadow: 5px 5px 10px #000; /* Opera 10.5, IE 9.0 */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);"; /* IE8 */
    zoom: 1;
}
#Layout {
	width: 850px;
	clear: both;
	overflow: hidden;
	margin: 15px 25px;
}
#Content {
	width: 578px;
	float: right;
	margin: 10px 0 0 0;
	text-align: left;
    overflow: hidden;
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 900px;
    height: 36px;
	margin: 0;
	overflow: hidden;
	background: #7f94ba url(../images/regmo_bg_nav.gif) repeat-x left center;
    color: white;
    padding: 0;

}
	#Navigation ul {
 		float: left;
		margin-left: 20px;
        width: 630px;
	}
		#Navigation ul li {
	 		list-style: none;
			margin: 0 2px;
			float: left;
			line-height: 36px;
            vertical-align: middle;
			display: block;
            line-height: 36px;
            vertical-align: middle;
		}
  			#Navigation ul li a {
                font-weight: bold;
				float: left;
				text-decoration: none;
				display: block;
				height: 2.0em;
				font-size: 1.2em;
				padding: 0 0 0 10px;
				color: white;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover {
						cursor: pointer;
                        text-decoration: underline;
					}
					#Navigation ul li a:hover span {
						cursor: pointer;
					}

    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover {
                    text-decoration: underline;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
                    text-decoration: underline;
                    font-weight: bolder;
				}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */





#Sidebar,  #infoBox {
    width: 245px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
.typography #infoBox {
    width: 250px;
    float: right;
    margin: 0 0 10px 10px;
}

	#Sidebar .sidebarBox, #infoBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF;
	}
    #Sidebar .sidebarBox a, #infoBox a {
        color: #252025;
    }
    #Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
            font-size: 11px;
		}
	#Sidebar h3, #infoBox h3 {
		clear: both;
		color: white;
		font-weight: 700;
		font-size: 1.4em;
		margin: 0 0 10px 0;
		line-height: 2em;
		padding: 0 0 0 5px;
        background: #7f94ba url(../images/regmo_bg_nav.gif) repeat-x left center;
	}

	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 245px;
		margin: -5px 0 20px 0;
		background: #EFEFEF;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p, #infoBox p {
		font-size: 11px;
	 	margin: 10px 10px 0 5px;
	}
    #Sidebar p{
        clear: both;
    }
    #Sidebar ul#news {
        margin-left: 5px;
    }
    #Sidebar ul#news li {
        margin-left: 0;
    }
	/* MENU2 */

    ul#Menu2 {
        width: 243px;
        overflow: hidden;
    }

    ul#Menu2 li {
    	font-size: 0.9em;
    	margin: 1px 0 5px -2px;
        list-style: none;
    }
    #Sidebar ul#Menu2 li a {
      color: #898989;
    }

    ul#Menu2 li a {
            display: block;
            width: 241px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
            font-weight: bold;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
        #Sidebar ul#Menu2 li a:hover,
        #Sidebar ul#Menu2 li a.current {
        color: #666;
        }

	  	ul#Menu2 li a.current {
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            width: 238px;
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			display: block;
			height: 100%;
		}
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
			display: block;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 2px;
            	width: 236px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC ;
      		}
      			ul#Menu2 li ul li {
            		width: 230px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}

					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 220px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}

			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 230px !important;
				background: transparent;
            	margin-left: 10px;
      		}
            ul#Menu2 li a.levelb.link {
                width: 226px !important;
            }
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
                width: 230px !important;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	display: block;
            	height: 100%;
      		}
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	display: block;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM
-----------------------------------------------*/
html #Navigation #SearchForm_SearchForm {
    float: right;
	width: 240px;
    margin: 3px 6px 0 0;
}
html #Navigation #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 2px 5px 0 0;
	padding: 2px;
    background: none;


}
	html #Navigation #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #Navigation #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
}
html #Navigation #SearchForm_SearchForm legend {
    display: none;
}
/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
 	clear: both;
	width: 900px;
	height: 3em;
    overflow: hidden;
	text-align: center;
    background: #7f94ba url(../images/regmo_bg_nav.gif) repeat-x left center;
    -moz-box-shadow: 5px 5px 10px #000; /* FF3.5+ */
    -webkit-box-shadow: 5px 5px 10px #000; /* Saf3.0+, Chrome */
    box-shadow: 5px 5px 10px #000; /* Opera 10.5, IE 9.0 */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);"; /* IE8 */
    zoom: 1;
}
	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 1em;
	}
  	#Footer p {
		color: #fff;
		font-size: 1.1em;
		text-align: center;
        line-height: 2.4em;
        vertical-align: middle;
	}
  		#Footer a {
	   		color: #fff;
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}

/* forumk */

#headerwrapper {
    position: relative;
}


#headerpics {
    width: 900px;
    height: 150px;
    overflow: hidden;
    margin: 0;
/*    margin-bottom: -3px;*/
}
#headerpics img {
    margin: 0;
}

#headerwrapper #mondseelandSalzkammergut {
    position: absolute;
    right: 0px;
    bottom: 37px;
    width: 245px;
    height: 31px;
    z-index: 100000;
    background: white;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
#headerwrapper #mondseelandSalzkammergut img{
    border: 0;
    position: absolute;
    right: 10px;
    bottom: 3px;
    width: 230px;
    height: 24px;
}
#wappen {
    position: absolute;
    width: 272px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 100000;
}
.overlay {
   background: white;
   width: 450px;
   padding: 5px;
}
#tooltip {
        position: absolute;
        z-index: 3000;
        border: 1px solid #111;
        background-color: #796969;
        padding: 5px;
        opacity: 0.98;
}
#tooltip h3, #tooltip div { margin: 0; }

.typography .memberTextLeft, .typography .memberTextLeft p {
    text-align: right;
}
.typography .memberTextRight, .typography .memberTextRight p {
    text-align: left;
}
.typography p.subtitle{font-size:13px;}

.dock-container { position: relative; }
.dock-item span { display: none; }
a.dock-item {  width: 34px; top:0;  text-align: center; text-decoration: none; font-weight: bold; color: black;}
.dock-item img { border: 0; margin: 0; width: 34px; float: left;}

.typography table.ProjektInfo td {
    border: none;
    padding-left: 0;
}
.gemeindeInfo img {
    float: right;
    margin: 0 5px 5px 5px;
}
.typography .gemeindeInfo p {
    overflow: visible;
}
#sidebarBannerAds {
width: 240px;
height:120px;
overflow: hidden;
display: block;
}

/****** FILE: themes/regmo/css/typography.css *****/
/**
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */


/* GENERIC STYLES
-------------------------------------------- */

.typography * {
	font-family: Tahoma, Verdana, Lucida, Arial, Sans-Serif;
}

/* PARAGRAPHS
-------------------------------------------- */
.typography p {
 	color: #666;
 	line-height: 18px;
 	font-size: 12px;
	margin: 0 0 10px 0;
        overflow: hidden;
    text-align: justify;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS
-------------------------------------------- */

.typography a {
 	text-decoration: none;
	color: #5760a7;
}
	.typography a:hover {
 		text-decoration: underline;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
		font-size: 12px;
	}
		.typography li li {
			font-size: 10px;
		}

/* HEADER STYLES
-------------------------------------------- */

.typography h1,
.typography h2 {
	margin: 20px 0 5px 0;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography>h1 {
    margin-top: 0;
}
.typography h1 {
	font-size: 24px;
}
.typography h2 {
 	font-size: 18px;
}
.typography h3 {
	color: #222;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES
-------------------------------------------- */
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 1px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}

		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
	border: none;
}
/*
.typography img {
    border: 1px solid black;

}*/
	.typography img.right {
		float: right;
		margin-left: 10px;
	}
	.typography img.left {
		float: left;
        margin-right: 10px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
a.more,
#Sidebar a.more {
    padding: 5px;

    background: #252025;
    color: white;
}


/****** FILE: themes/regmo/css/form.css *****/
/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1.2em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 1em;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}


/****** FILE: thickbox/css/thickbox.css *****/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/****** FILE: themesregmo_blog/css/blog.css *****/


