/* --- >>> CSS RESET by ERIC MEYER <<< --- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --- >>> PRIMARY STYLES <<< --- */
html, body  {
	font:12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666;
	height:100%;
	background: #000 url('/images_page/mainTile.jpg') repeat-x;
}
.clearfloat {
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto 0px;
	background: url('/images_page/mainBack.jpg') no-repeat top center;
}
#push {
	height:160px;
}
input, textarea {
	font:12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration:none;
}

/* --- >>> LAYOUT STYLES <<< --- */

#indexLogo {
	width:372px;
	margin:0px auto;
}
#indexLogo img{
	margin: 230px 0px 0px;
}
#indexIndicator {
	text-align:left;
	margin: 120px auto 0px;
	width:280px;
	height:70px;
	font-size:12px;
	font-weight:normal;
	color:#9eb2b5;
	text-shadow:#333 1px 1px 0px;
}
#indexIndicator span{
	font-size:10px;
}
#indexIndicator img{
	float:left;
	width:60px;
	height:70px;
	margin:-20px 0px 0px;
}

#globalMenu {
	width:900px;
	margin:0px auto;
}
#globalMenu #logo {
	width:297px;
	float:left;
	margin:21px 0px 0px;
}
#globalMenu #logo img{
	width:297px;
	height:90;
}
#globalMenu #menu {
	width:600px;
	height:90px;
	float:right;
}
#globalMenu #menu li{
	list-style:none;
	display:block;
	float:right;
	-webkit-transition-duration: 0.5s;	
}
#globalMenu #menu li:hover{
	background: url('/images_page/globalMenu-highlight.png') no-repeat top center;
}
#globalMenu #menu img{
	height:40px;
	margin:50px 0px 0px;
}
#globalMenu .separate {
	width:2px;
	height:40px;
	margin:50px 1px 0px;
	float:right;
	background: url('/images_page/globalMenu-separate.png') no-repeat;
}

#globalBanner {
	width:920px;
	height:170px;
	margin:0px auto;
	position:relative;
}
#globalBanner img {
	position:absolute;
	bottom:0px;
}
#globalBanner h1 {
	position:absolute;
	bottom:20px;
	right:0px;
	text-align:right;
	font-size:32px;
	font-weight:normal;
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
}

#subMenu {
	height:34px;
	margin:0px auto 10px;
	position:relative;
}
#subMenu div {
	height:34px;
	float:left;
}
#subMenu a:hover div {
	color:#658d90;
}
#subMenu .off, #subMenu .on{
	width:80px;
	height:26px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px rgba(255,255,255,0.6);
	padding:8px 5px 0px;
	color:#333;
}
#subMenu .off{
	background: url('/images_page/subMenu-tile.png') no-repeat;
}
#subMenu .on{
	background: url('/images_page/subMenu-tile-on.png') no-repeat;
}
#subMenu .left{
	width:18px;
	background: url('/images_page/subMenu-left.png') no-repeat;
}
#subMenu .right{
	width:18px;
	background: url('/images_page/subMenu-right.png') no-repeat;
}
#subMenu .leftOn{
	width:18px;
	background: url('/images_page/subMenu-left-on.png') no-repeat;
}
#subMenu .rightOn{
	width:18px;
	background: url('/images_page/subMenu-right-on.png') no-repeat;
}
#subMenu .splitOffOff {
	width:8px;
	background: url('/images_page/subMenu-split-offoff.png') no-repeat;
}
#subMenu .splitOffOn {
	width:8px;
	background: url('/images_page/subMenu-split-offon.png') no-repeat;
}
#subMenu .splitOnOff {
	width:8px;
	background: url('/images_page/subMenu-split-onoff.png') no-repeat;
}

.altContainer {
	width:900px;
	margin:0px auto 10px;
	background: rgba(0,0,0,0.4);
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 7px black;
	-webkit-box-shadow:2px 2px 7px black;
}
.altContainer .content {
	color:#FFF;
	padding: 10px 0px 0px;
}
.altContainer .content p{
	padding: 0px 10px 10px;
}
#proceedQuote{
	width:920px;
	margin:0px auto 10px;
}
#proceedQuote .content {
	padding:10px;
	text-align:right;
	font-size:18px;
	color:#000;
	text-shadow: 1px 1px 1px #666;
}

.proceedContainer{
	z-index:10;
	width:100%;
	margin:0px;
	background: #EEE;
	text-align:left;
	-moz-box-shadow:2px 2px 7px black;
	-webkit-box-shadow:2px 2px 7px black;
}
.proceedContainer .content{
	width:920px;
	margin:0px auto;
	font-size:14px;
	font-weight:normal;
	color:#555;
	padding: 10px 0px 0px;
}
.proceedContainer .content h1{
	text-shadow:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:24px;
	font-weight:normal;
	padding: 0px 0px 0px 10px;
}
.proceedContainer .content h2{
	font-size:18px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	text-shadow:none;
}
.proceedContainer .content p{
	padding: 0px 10px 10px;
}

#proceedHighlights{
	z-index:20;
	width:100%;
	margin:0px;
	background: #DDD;
	text-align:left;
	-moz-box-shadow:2px 2px 7px black;
	-webkit-box-shadow:2px 2px 7px black;
}
#proceedHighlights #content{
	width:930px;
	margin:0px auto;
}
#proceedHighlights #content .box{
	width:290px;
	float:left;
	margin:0px;
	padding:10px 5px 0px 15px;
	color:#666;
}
#proceedHighlights #content .box h1, #proceedHighlights #content .box h2, #proceedHighlights #content .box h3{
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-shadow:0px 0px 0px;
	padding: 0px 0px 10px;
}
#proceedHighlights #content .box p{
	font-size:12px;
	font-weight:normal;
	padding: 0px 0px 10px;
}

.mainContainer {
	width:900px;
	margin:0px auto;
	background: url('/images_page/mainContainer-tile.png') repeat-y center;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 7px black;
	-webkit-box-shadow:2px 2px 7px black;
	clear:both;
}

/*.mainContainer .top{
	width:100%;
	height:40px;
	background: url('/images_page/mainContainer-top.png') no-repeat;
}
.mainContainer .bottom{
	width:100%;
	height:40px;
	background: url('/images_page/mainContainer-bottom.png') no-repeat;
}
.mainContainer .body{
	width:900px;
	background: url('/images_page/mainContainer-tile.png') repeat-y;
	background-position:center;
}*/

.mainContainer .sidebar{
	width:250px;
	float:left;
}
.mainContainer .sidebar .box{
	width:250px;
	float:none;
}
.mainContainer .sidebar .box h3{
	color:#00aaFF;
	font-size:14px;
	width:210px;
	float:none;
	padding: 0px 20px 0px 20px;
}
.mainContainer .sidebar .box a:hover h3, .mainContainer .sidebar .box a:hover p, .mainContainer .sidebar .box a:hover{
	color:#9EB2B5;
}
.mainContainer .sidebar .box p{
	color:#333;
	width:210px;
	float:none;
	padding: 0px 20px 10px;
}

.mainContainer .sidebar .header {
	width:250px;
	height:37px;
	background: url('/images_page/sidebarHeader-back.png') no-repeat;
}
.mainContainer .sidebar .header h5{
	font-size:16px;
	padding:9px 0px 0px 8px;
	color:#CCC;
	text-shadow: 1px 1px white;
}
.mainContainer .sidebar .box .projectThumb{
	width:200px;
	height:200px;
	margin:0px 20px 0px 30px;
}
.mainContainer .sidebar .box a.link{
	font-weight:bold;
	color:#00AAFF;
}
.mainContainer .sidebar .box a.link:hover;{
	color:#333;
}

#blogPageNo {
	text-align:center;
	font-size:16px;
	padding: 10px 0px 0px;
}
#blogPageNo a{
	display:inline-block;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	-moz-box-sizing:content-box;
	background:#9EB2B5 none;
	color:#46646e;
	margin:2px 2px;
	padding:0px 5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
#blogPageNo a:hover, #blogPageNo a.on{
	background:#00AAFF none;
	color:#003399;
}

.mainContainer .content{
	width:650px;
	float:left;
	padding: 0px;
	font-size:12px;
}
.mainContainer .content p{
	padding: 0px 10px 10px;
}

.mainContainer .content .portfolioLogoBox {
	width:250px;
	float:left;
	position:relative;
	margin:20px 30px 0px;
}
.mainContainer .content .portfolioLogoBox .imageBox{
	width:250px;
	height:150px;
	margin:0px 0px 10px;
}
.mainContainer .content .portfolioLogoBox p {
/*	width:250px;*/
	font-size:11px;
	padding:0px 5px 10px;
}

.mainContainer .content .portfolioWebBox {
	width:600px;
	height:400px;
	position:relative;
	margin:0px auto;
}
.mainContainer .content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#999;
	text-shadow:0px 0px 0px;
	padding: 0px 10px 10px;
}

.mainContainer .content .blogBox {
	width:650px;
	font-size:14px;
	line-height:18px;
}

.mainContainer .content .blogBox h1{
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#00AAFF;
	text-shadow:0px 0px 0px;
	padding: 0px 10px;
}
.mainContainer .content .blogBox h2{
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#9EB2B5;
	text-shadow:0px 0px 0px;
	padding: 0px 10px;
}
.mainContainer .content .blogBox h3{
	display:inline;
	font-size:20px;
	font-weight:normal;
	color:#9EB2B5;
	text-shadow:0px 0px 0px;
	padding: 0px 10px;
}

.mainContainer .content .blogBox .imageBox {
	width:650px;
	height:200px;
	position:relative;
	margin:0px 0px 10px;
}
.mainContainer .content .blogBox:first-child .imageBox {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.mainContainer .content .blogBox .imageBox .postTitle {
	width:630px;
	height:80px;
	position:absolute;
	bottom:0px;
	background: rgba(0,0,0,0.6);
	padding:0px 10px;
	color:#fff;
	font-size:10px;
}
.mainContainer .content .blogBox .imageBox .postTitle h1{
	display:block;
	color:#fff;
	padding:10px 0px 5px;
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	text-shadow: 0px 0px 5px black;
}
.mainContainer .content .blogBox .tagIcon {
	width:16px;
	height:16px;
	margin:0px 3px 0px 0px;
	vertical-align:middle;
}

#bioContainer {
	width:920px;
	margin:0px auto;
	text-align:left;
	clear:both;
	color:#660000;
	position:relative;
}
#bioContainer .pictureframe{
	width:246px;
	height:282px;
	position:absolute;
	top:-50px;
	left:610px;
}
#bioContainer .top {
	width:920px;
	height:125px;
	background: url('/images_page/bio-top.png') no-repeat;
}
#bioContainer .bottom {
	width:920px;
	height:100px;
	background: url('/images_page/bio-bottom.png') no-repeat;
}
#bioContainer .topFull {
	width:920px;
	height:125px;
	background: url('/images_page/bioFull-top.png') no-repeat;
}
#bioContainer .bottomFull {
	width:920px;
	height:100px;
	background: url('/images_page/bioFull-bottom.png') no-repeat;
}
#bioContainer .content{
	background: url('/images_page/bio-tile.png') repeat-y;
	width:840px;
	float:none;
	padding:0px 40px;
}
#bioContainer .content p {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding: 0px 10px 10px;
}
#bioContainer .content a {
	color:#CC9966;
}
#bioContainer .content a:hover {
	color:#660000;
}

#clientContainer {
	width:870px;
	margin:0px auto;
	text-align:left;
}
#clientContainer .clientBox {
	width:164px;
	float:left;
	margin:0px 5px 30px;
	position:relative;
}
#clientContainer .clientBox img {
	width:164px;
	height:94px;
}
#clientContainer .clientBox .iconLogo {
	width:70px;
	height:80px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconProceed {
	width:80px;
	height:75px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconProceedCustom {
	width:80px;
	height:75px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconWeb {
	width:71px;
	height:75px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconPhoto {
	width:100px;
	height:70px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconPrint {
	width:71px;
	height:76px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconAd {
	width:80px;
	height:66px;
	position:absolute;
	display:none;
	z-index:100;
}
#clientContainer .clientBox .iconPainting {
	width:81px;
	height:71px;
	position:absolute;
	display:none;
	z-index:100;
}

#clientContainer .clientBox .bubble {
	display:none;
	width:185px;
	position:absolute;
	top:35px;
	left:-5px;
}
#clientContainer .clientBox .bubble .top{
	background: url('/images_page/clientBoxBubble-top.png') no-repeat;
	height:15px;
}
#clientContainer .clientBox .bubble .bottom{
	background: url('/images_page/clientBoxBubble-bottom.png') no-repeat;
	height:25px;
}
#clientContainer .clientBox .bubble .body{
	background: url('/images_page/clientBoxBubble-tile.png') repeat-y;
}
#clientContainer .clientBox .bubble .body .content{
	padding: 0px 15px;
}

#projectsContainer {
	width:880px;
	margin:0px auto;
	text-align:left;
}
#projectsContainer .projectBox {
	width:200px;
	float:left;
	margin:0px 10px 20px;
}
#projectsContainer .projectBox img{
	width:200px;
	height:200px;
}
#projectsContainer .projectBox h1{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	padding:0px 0px 0px 20px;
}
#projectsContainer .projectBox p{
	color:#999;
	font-size:10px;
	padding:0px 0px 0px 20px;
}
#projectsContainer .projectBox a:hover h1, #projectsContainer .projectBox a:hover p{
	color:#9EB2B5;
	-webkit-transition: all 0.1s ease-in;
}
#projectViewContainer{
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

#contactContainer {
	width:740px;
	height:375px;
	margin:0px auto;
	text-align:left;
	background: url('/images_page/contact-envBack.png') no-repeat center;
	position:relative;
}
#contactContainer .form {
	position:absolute;
	width:480px;
	height:310px;
	top:25px;
	left:50px;
}
#contactContainer .form .item {
	width:230px;
	height:25px;
	margin:10px 10px 0px 0px;
	float:left;
}
#contactContainer .form label {
	display:inline;
	float:left;
	width:45px;
	height:25px;
	padding:5px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#603811;
}
#contactContainer .form input {
	width:170px;
	height:20px;
	float:left;
	border:1px solid;
	border-color:#8A5D3B;
	background:#FFF;
	font-size:12px;
	-webkit-transition: all 0.2s ease-in;
}
#contactContainer .form input:focus, #contactContainer .form textarea:focus {
	-moz-box-shadow:0px 0px 5px #8A5D3B;
	-webkit-box-shadow:0px 0px 5px #8A5D3B;
}
#contactContainer .form textarea {
	width:447px;
	height:170px;
	border:1px solid;
	border-color:#8A5D3B;
	background: transparent;
	margin:10px 10px 0px 0px;
	padding: 5px;
	resize: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	-webkit-transition: all 0.2s ease-in;
}
#contactContainer .form #send {
	width:151px;
	height:34px;
	background: url('/images_page/contact_btnSend.png') no-repeat;
	background-position:top;
	border:none;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
	cursor:pointer;
	margin:5px 0px 0px -5px;
	padding:2px 6px 3px;
	-webkit-transition-property: opacity;
}
#contactContainer .form #send:hover {
	background-position:bottom;
}
#contactContainer .form #send:active {
	color:#FFF;
	background-position:bottom;
}

#contactContainer #toIdol {
	width:146px;
	height:63px;
	position:absolute;
	top:15px;
	left:350px;
}

#contactContainer #warning {
	position:absolute;
	width:170px;
	height:110px;
	top:190px;
	left:530px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#603811;
}
#contactContainer #warning .header{
	color:#8A5D3B;
	font-weight:normal;
	font-size:14px;
}

#footer {
	width:900px;
	height:70px;
	margin:10px auto 0px;
	position:relative;
	text-align:center;
	color:#9eb2b5;
}
#footer .tagline {
	margin:auto;
	font-size:10px;
	color:#666;
	text-align:center;
	margin:20px 0px 20px;
	text-shadow: 1px 1px 2px black;
}
#footer .tagline img{
	vertical-align:bottom;
}

/* --- >>> CONTENT STYLES <<< --- */

/* Headlines */
h1 {
	font-size:18px;
	font-weight:bold;
	color:#648C13;
}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#9eb2b5;
	text-shadow:#333 1px 1px 0px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#648C13;
}
/* Sidebar headers */
h4 {
	font-size:12px;
	font-weight:bold;
	color:#00AEEF;
}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#648C13;
}
.title {
	font-size:24px;
	font-weight:bold;
	color:#A12D0D;
}
.header {
	font-size:16px;
	font-weight:bold;
	color:#132E28;
}
.highlight {
	font-size:12px;
	font-weight:bold;
	color:#648C13;
}
.comment {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.attention {
	color:#A12D0D;
	font-weight:bold;
}

/* Links */
.link {
	color:#00AAFF;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in;
}
.link:hover{
	color:#006699;
}
.sidelink {
	color:#00AEEF;
	text-decoration:none;
}
.sidelink:hover{
	color:#FFF;
}
.linkBold{
	font-weight:bold;
	color:#648C13;
	text-decoration:none;
}
.linkBold:hover{
	color:#000000;
	background:
}
.linkBig{
	font-size:14px;
	font-weight:bold;
	color:#648C13;
	text-decoration:none;
}
.linkBig:hover{
	color:#000000;
}

.sidebarLink {
	color:#00aaFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
.sidebarLink:hover{
	color:#0080C0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox basics <<<-------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#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(/images_admin/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;
}