/* KidCongo Blog Skin for CS 2.1 
   Version 0.34 - 12/07/2006
*/
/* Global White Space Reset 
   For more information about this technique, go to: 
	http://leftjustified.net/journal/2004/10/19/global-ws-reset/
*/
* {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd, blockquote, label, ul, ol { margin-left: 1em; }
fieldset { padding:1em; }
/* End Global White Space Reset*/
/* tags ------------------------------------------------------------------- */
html, body {
	background-color: #666;
	color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}
/* I have used Owen Brigg's font sizing technique in this blog skin. 
   You can read about this technique at:
	http://www.thenoodleincident.com/tutorials/typography/index.html
	
	To change the default font size throughout the site, simply change the
	font % tag in the body selector
*/
body {
	text-align: center;
	font: 115% Helvetica, "Trebuchet MS", Arial, sans-serif; 
	line-height: 1.2em;
}
h1{
	font-size: 1.6em;
}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{
	padding: 5px 10px 5px 10px;
	color: #222;
	font-size: 1.4em;
	font-weight: 800;
	margin: 1.5em 0 0.5em 0;
	border-top-color: #368096;
	border-top-width: 10px;
	border-top-style: solid;
	background-color: #419BB5;
	background-image: none;
}
h5{font-size: 1.1em;}
h6{font-size: 0.9em;}
a:link, a:visited, a:hover, a:active {
	color: #7FAC20;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #7FAC20;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
}
code {
color: #D72860;
font-family:"Courier New",monospace;
font-size: 1em;
line-height: 1.2em;}

blockquote{
	color: #666;
	background: url(../images/blockquote.gif) no-repeat top left;
	margin-right: 1em;
	padding: 1em 1em 1em 2.5em;
}
strong {
                color: #FFFFFF;
	font-weight: normal;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

/* End tags ---------------------------------------------------------------- */
/* Layout ------------------------------------------------------------------ */
#wrapper{
	background-color: #2F2F2F;
	text-align: left;
	padding-right: 10px;
	position: absolute;
	left: 0px;
	margin-top: 195px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mainwrapper {
	width: 980px;
	padding-top: 40px;
}
.altwrapper {width:735px;}
#content{
	float: left;
	width: 475px;
	margin-right: 10px;
	line-height: 1.4em;
	overflow: hidden;
	background: left top;
	margin-top: 2px;
}
#sidebar-a{
	float: right;
	font-size: 0.9em;
	/* height: 100%; */
}
.mainsidebar{
	width: 490px;
	/* height: 100%; */
}
.altsidebar{
	width:245px;
}
#footer{
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 2px solid #F1F1F1;
	margin: 30px 20px 0 20px;
	text-align: left;
	display: none;
}
/* End Layout --------------------------------------------------------------- */
/* Blog Content Styles ------------------------------------------------------ */
/*This is the header in the content section of pages*/
.contentheading{
	margin: 20px 10px 10px 20px;
	font-size: 1.4em;
	color: #acacac;
	font-weight: 600;
}
.contentheading a:link, .contentheading a:visited,
.contentheading a:hover, .contentheading a:active{
	color: #7FAC20;
	border: none;
	font-weight: normal;
}
/* This is the subheader on content pages*/
.contentsubheading{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #222;
	font-family: Helvetica;
	font-weight: 800;
	font-size: 1.4em;
}
/* This is the container div for Category Headings*/
.categorydisplay
{
   margin-bottom: 1em;}
/* Entry List Styles -  The Entry List shows the blog posts on the blog home page */
dl.entrylist{
	margin: 0px 10px 10px 10px;
}
dl.entrylist dt{
	font-size: 1.6em;
	font-weight: 100;
	padding: 0px 5px 15px 10px;
	margin: 0px;
	background: left top;
	background-color: #F4BC00;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #C49A00;
}
dl.entrylist dt a:link, dl.entrylist dt a:visited, dl.entrylist dt a:active{
	color: #222;
	text-decoration: none;
	padding-left: 5px;
	position: relative;
	top: 10px;
	padding-top: 10px;
	margin-top: 10px;
	font-weight: 800;
	letter-spacing: 0em;
	line-height: 1em;
}

dl.entrylist dt a:hover{
	text-decoration: underline;
	font-weight: 800;
	color: #222;
}

dl.entrylist dt a.listdate:link, dl.entrylist dt a.listdate:visited,
dl.entrylist dt a.listdate:hover, dl.entrylist dt a.listdate:active{
	text-decoration: none;
	border: none;
	font-size: 0.5em;
	letter-spacing: 0px; /*
	line-height: 1.1em;
	*/;
	font-weight: 100;
	color: #666;
	position: relative;
	top: 7px;
}
dl.entrylist dd{
	margin-left: 0px;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	background: right
top;
	font-size: 1.1em;
}
dl.entrylist dd a:link, dl.entrylist dd a:visited, dl.entrylist dd a:active{
	text-decoration: underline;
	font-weight: normal;
}
.entrylistfooter{
	font-size: 0.9em;
	margin-top: 1.5em;
	padding-top: 1em;
	border-top-color: #F4BD00;
	border-top-style: dotted;
	border-top-width: 1px;
}
/* EntryView Styles - The Entry List shows the blog post on the post page*/
.entryview{
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	background-image: none;
}
.entryview p, .entryview li {
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: "Trebuchet MS";
}
.entryviewdate{
	font-size: 0.8em;
	letter-spacing: 0px;
	font-weight: 100;
	color: #666;
	position: absolute;
	top: 56px;
	left: 20px;
}
h4.entryviewheading
{
	padding: 20px 0px 3px 5px;
	color: #FFF;
	font-size: 0.9em;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F5BE00;
	background-color: #2F2F2F;
	letter-spacing: 0px;
	font-weight: bold;
}
.entryviewheading
{
	padding: 25px 10px 10px 10px;
	color: #222;
	border-top-color: #C49A00;
	border-top-width: 10px;
	border-top-style: solid;
	background-color: #F5BE00;
	font-weight: 600;
	font-size: 1.5em;
	letter-spacing: 0em;
	line-height: 1em;
}
.entryviewfooter{
	font-size: 0.9em;
	margin-top: 0em;
}
/* Detailedpostsubscription */
.subscriptions p{
	font-size: 0.9em;
}
/* Comment Styles*/
dl.comments{
	padding: 0px;
	margin: 10px;
	font-size: 0.95em;
	line-height: 1.2em;
}
dl.comments dt{
	border-width: 0px 0px 5px 0px;
	background: url(../images/comments.jpg) repeat-y left top;
	padding: 10px 10px 3px 10px;
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0px;
	line-height: 1.1em;
	font-weight: 100;
	color: #888;
	width: 428px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-color: #9EC312;
}
dl.comments dt a:link, dl.comments dt a:visited,
dl.comments dt a:hover, dl.comments dt a:active{
	color: #7FAC20;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
dl.comments dd{
	margin: 0em 0px 3em 20px;
	background: left top;
	padding: 10px;
	overflow: hidden;
	width: 406px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9EC312;
	border-bottom-color: #9EC312;
	border-left-color: #9EC312;
}
.commentsfooter{
   font-size: 0.9em;
	margin-top: 0.5em;
	color: #888;
}
dl.comments dt.owner{
	border-bottom-color: #F4BB00;
	color: #888;
}
dl.comments dd.owner{
	border-right-color: #F4BB00;
	border-bottom-color: #F4BB00;
	border-left-color: #F4BB00;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
dl.comments dt.owner a:link, dl.comments dt.owner a:visited,
dl.comments dt.owner a:hover, dl.comments dt.owner a:active{
	font-weight: bold;
	color: #9FD728;
	text-decoration: none;
	border: none;
}
dl.comments dd.owner a:link, dl.comments dd.owner a:visited,
dl.comments dd.owner a:hover, dl.comments dd.owner a:active{
	color: #9FD728;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
dl.comments dd.owner .commentsfooter{
	color: #888;
}
dl.comments dt.nocomments{
	background-image: none;
	border: none;
	font-size: 1em;
	color: #EDEDED;
}

/* This is the message that displays when someone has posted a new comment */
#commentmessage{
	font-size: 0.9em;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	color: #000222;
	background: #F5BE00;
}
/* Comment and Contact Forms*/
dl.commentform{
   margin: 10px 10px 10px 20px;
	font-size: 0.9em;
}
dl.commentform dt label{
	margin: 0px;
}
dl.commentform dd{
	margin-left: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
}
.textline{
	width: 20em;
	padding: 2px;
	font-size: 1em;
	border: 1px solid #888;
}
.textmultiline{
	width: 30em;
	height: 10em;
	padding: 2px;
	font-size: 1em;
	border: 1px solid #888;
}
/* These style the links page */
.linklist{
	float: left;
	width: 33%;
	font-size: 0.9em;
}
.linklist h4{
	margin: 0 1em 0 0;
}
.linklist dl{
	margin: 1em 1em 1em 0;
}
.linklist dl dt{
	margin: 0.5em 0 0.2em 0;
}
.linklist dl dd{
	margin: 0;
}
/* End Blog Content Styles
/* Blog Sidebar Styles ---------------------------------------------------------- */
/* Search Box */
.searchbox{
	border: 1px solid #2F2F2F;
	font-size: 0.9em;
	padding: 3px;
	width: 140px;
	margin-right: 10px;
	background-color: #DDD;
	margin-top: 10px;
	margin-left: 15px;
}
.searchbutton{
}
/* End Blog Sidebar Styles ------------------------------------------------------ */
#header{
	width: 245px;
	margin: 0px 0 20px 0;
	color: #999;
	vertical-align: top;
	width: 990px;
	height: 204px;
	background: url('http://blogs.technet.com/photos/mkedziora/images/2288079/original.aspx') left top repeat-x;
	position: absolute;
	top: -196px;
	left: 0px;
	z-index: 5;
}
.mainheader{
}
.altheader{
}
#header h2{
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 3px 0 0 0px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 20px;
	font-family: "Trebuchet MS";
	background-image: url('http://blogs.technet.com/photos/mkedziora/images/2291260/original.aspx');
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 7;
	height: 100%;
	padding-top: 60px;
}
#header h2 a:link, #header h2 a:visited,
#header h2 a:hover, #header h2 a:active{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 800;
}
#header p{
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.1em;
	position: inherit;
	margin: -170px 20px 0 0px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 0px;
	font-family: "Trebuchet MS";
	z-index: 7;
	padding-top: 0px;
	color: #FFFFFF;
}

.datelink a{
	color: #888;
	border: none;
}
#navbar{
	width: 400px;
	position: absolute;
	left: 684px;
	top: -43px;
	z-index: 10;
}
#navbar ul{
	list-style: none;
   margin: 20px 0px 60px 0;
}
#navbar li{
	float: left;
	width: 100px;
	background: #A2C813;
	text-align: center;
	margin: 0 3px 3px 0;
	display: block;
	padding-top: 0px;
	font-size: 1.2em;
	border-top-color: #86A40F;
	border-top-style: solid;
	border-top-width: 10px;
}
#navbar li.navselected{
	background: #A2C813;
}
#navbar a{
	font-size: 0.9em;
	display: block;
	width: 100px;
	padding: 3px 0;
	color: #FFF;
	font-weight: 800;
	margin: 0;
	text-decoration: none;
	border: none;
}
#navbar a:hover{
	background: #A2C813;
	border: none;
	font-weight: normal;
}
/* Sideboxes contain elements in the sidebar, except for the calendar */
.sidebox {
	position: absolute;
	left: 576px;
	width: 100px;
	z-index: 10;
	top: 154px;
}
.sideboxes{
}
.sideboxes h4{
	background-color: #419BB5;
	font-size: 1.4em;
	font-weight: 800;
	color: #222;
	font-family: Helvetica;
}
.sideboxes ul{
	list-style-type: square;
	margin-left: 16px;
	margin-top: 0px;
	padding-left: 4px;
}
.sideboxes ul li{
	padding: 2px;
	margin: 3px 0 3px 0;
	color: #4096B0;
}
.sideboxes ul li:hover{
}

.sideboxes a:link, a:visited, a:hover, a:active {
	color: #B7DF15;
	text-decoration: underline;
	font-weight: normal;
}
.sideboxes a:visited {
	color: #7FAC20;
	text-decoration: underline;
	font-weight: normal;
}
.sideboxes a:hover {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
}

.recentposts a:link, a:visited, a:hover, a:active {
	color: #B7DF15;
	text-decoration: underline;
	font-weight: normal;
}
.recentposts a:visited {
	color: #7FAC20;
	text-decoration: underline;
	font-weight: normal;
}
.recentposts a:hover {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
}

/*
.sideboxes a:link{
}
.recentposts a:link{
	font-weight: bold;
}
.sideboxes a:hover, .sideboxes a:visited{
}
.recentposts a:hover, .recentposts a:visited{
}
*/

ul.rss{
	font-size: 0.9em;
	text-align: left;
	margin: 19px 0px 30px 5px;
	width: 100px;
	border-top-color: #85A410;
	border-top-style: solid;
	border-top-width: 9px;
	background-color: #A2C813;
}
ul.rss li{
	margin: 0px 3px 3px 10px;
	display: block;
	background: url('http://blogs.technet.com/photos/mkedziora/images/2288082/original.aspx') no-repeat left center;
	font-size: 1.2em;
	float: left;
	padding-top: 0px;
	padding-left: 25px;
}
ul.rss li a{
	padding-left: 20px;
	text-align: right;
	text-decoration: none;
	font-weight: 800;
	color: #FFFFFF;
	display: block;
	padding: 3px 0;
}
.commentslink{
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	color: #7FAC20;
}
.filedunder{
	padding-left: 20px;
	float: right;
	background: url(../images/tag.gif) no-repeat left center;
}
.attachment{
	padding-left: 20px;
	background: url(../images/attachment.gif) no-repeat left center;
	display:block;
}
.hiddentext{
	display: none;
}
/* Hacks */
/* Self Clearing Floated Elements - see
   http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.owner{
	background-color: Olive;
}
.floatright{
	float:right;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
.contentp{
	margin-left: 20px;
}
.smaller{
	font-size: 0.9em;
}
#container{
	width: 235px;
}
#container h4{
	font-size: 1.4em;
	color: #acacac;
	font-weight: 800;
	margin: 0.2em 0 0.5em 0;
	padding-top: 0.5em;
}
#container dl{
	color: #555
}
#container dt{
	font-weight: 800;
}
#container dt a:link, #container dt a:visited, #container dt a:hover, #container dt a:active{
	color: #7FAC20;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
#container dd{
	margin: 0em 1em 1em 0;
}

.souplogabout{
   background: #f1f0e5 url(../images/ownerbackground.jpg) no-repeat top left;
	color: #FFF;
	width: 235px;
	clear:left;
}
.rightsideboxes{
	margin: 0;
	/*
	width: 245px;
	text-align: left;
	clear: right;
	float: right;*/
}
.rightsideboxes h4 {
	padding: 5px 10px 5px 10px;
	color: #222;
	font-size: 1.4em;
	font-weight: 800;
	margin: 1.5em 0 0.5em 0;
	border-top-color: #368096;
	border-top-width: 10px;
	border-top-style: solid;
	background-color: #419BB5;
	background-image: none;
}

.rightsideboxes ul{
	margin-left: 16px;
	margin-top: 0px;
}
.rightsideboxes ul li{
	padding: 2px;
	margin: 3px 0 3px 0;
	list-style-type: square;
	color: #429BB5;
}
.rightsideboxes ul li:hover{
}

.rightsideboxes a:link, a:visited, a:hover, a:active {
	color: #B7DF15;
	text-decoration: underline;
	font-weight: normal;
}
.rightsideboxes a:visited {
	color: #7FAC20;
	text-decoration: underline;
	font-weight: normal;
}
.rightsideboxes a:hover {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
}

.recentposts ul{
	margin-top: 0px;
	margin-left: 12px;
}
.recentposts li{
	padding-bottom: 2em;}
ul.inline{
	display:inline;
}
ul.inline li{
	display:inline;
	float:left;
}
.inline li a{
	margin-right: 1em;
}
.dellink{
	font-size: 0.8em;
}
.dellink a:link, .dellink a:visited, .dellink a:hover, .dellink a:active{
}
.customfooterright{
        text-align: right;
        float: right;
		  color: #000;

}
.customfooterright ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

.customfooterright li {
        display: inline;
        margin: 0;
        padding: 0 0 0 10px;
}
.customfooterright a:link, .customfooterright a:visited, 
.customfooterright a:hover, .customfooterright a:active{
        color:#000;
}
.CommonSinglePager{
	margin: 10px 10px 10px 20px;
}
dl.mostcomments dt{
   font-weight: 800;
}
dl.mostcomments dt a:link, dl.mostcomments a:visited,
dl.mostcomments dt a:hover, dl.mostcomments dt a:active{
	color: #7FAC20;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
dl.mostcomments dd{
	color: #666;
	font-size: 0.9em;
	margin: 0em 1em 1em 0;
}
dl.mostcomments dd  a:link, dl.mostcomments dd  a:visited,
dl.mostcomments dd  a:hover, dl.mostcomments dd  a:active{
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.commentcount{
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 18px;
	line-height: 16px;
}
.addresslist{
	list-style : none;
	margin : 0px 0px 10px 20px;
	padding : 0px;
	font-size: 1em;
}
.intro{
font-size: 1.6em;
line-height: 1.5em;
margin: 0;
	
}
.subintro{
color: #666;
font-size: 1.1em;
line-height: 1.5em;

}
#commentmessage{
	padding: 10px 10px 10px 38px;
	font: 0.9em bold Tahoma, Arial, Helvetica;
	color: #334433;
	margin: 5px 10px 10px 20px;
} 
/* tag Styles */

.souptagcloud
{
	line-height: 200%;
	padding:0 10px;
	margin: 0px;
	margin-bottom:1em;
	list-style-type: none;
}
.souptagcloudlarge
{
	line-height: 200%;
	margin:20px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
}
.souptagcloud a{
	margin: 0 2px;
	text-decoration:none;
}
.souptagcloudlarge a{
	margin: 0 2px;
}
.souptagcloud a:hover, .souptagcloudlarge a:hover{
	background-color: #DDD;
}

.souptag1, .souptag2, .souptag3, .souptag4, .souptag5, .souptag6 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.souptag1 a:link, .souptag1 a:visited, .souptag1 a:active
{
   color: #FFF;
	font-size: 1.6em;
	font-weight: 900;
}

.souptag2 a:link, .souptag2 a:visited, .souptag2 a:active
{
color: #FFF;
font-size:1.4em;
font-weight: 800;
}

.souptag3 a:link, .souptag3 a:visited, .souptag3 a:active
{
color: #FEFEFE;
font-size:1.3em;
font-weight: 600;
}

.souptag4 a:link, .souptag4 a:visited, .souptag4 a:active
{
color: #FEFEFE;
font-size:1.1em;
font-weight: 400;
}

.souptag5 a:link, .souptag5 a:visited, .souptag5 a:active
{
color: #EEE;
font-size:1em;
font-weight: 200;
}

.souptag6 a:link, .souptag6 a:visited, .souptag6 a:active
{
color: #EEE;
font-size:0.9em;
font-weight: 100;
}

/* End tag Styles */
.clearleft{
	clear: left;
}
.breadcrumb{
font-weight: 400; 
font-size:1.1em;

margin: 5px 20px;

}
.aboutauthor{
	margin: 0 20px 20px 20px
}
.sidebarleft{
	width: 235px;
	float: left;
}
.sidebarright{
	width: 235px;
	float: right;
	background: left top;
	padding-left: 10px;
}

/* Inline tag editor */
.InlineTagEditor
{
	padding: 4px;
	border: solid 1px #999999;
	background-color: #f3f3f3;
}

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.TextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/* Modal Styles */

.ModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.Modal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.ModalTitle
{
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	text-align: left;
}

.ModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../../default/images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.ModalContent
{
	background-color: #ffffff;
}

.ModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.ModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../../default/images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
