#overlayBackground
{
    position: absolute;
    background-color: Black;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: .5;
	filter: alpha(opacity=50);
}

#middleDiv
{
    position: absolute;
    background-color: #eeeeee;
    top: 200px;
    left: 200px;
    width: 400px;
    height: 300px;
    z-index: 3;
    border: 3px solid #2277ff; 
    font-size: 12px;
}


#articleSelectorHeading
{
	width: 400px;
}

.w700
{
	width:700px;
}

.w650
{
	width:650px;
}

.w600
{
	width:600px;
}

.w500
{
	width:500px;
}

.w400
{
	width:400px;
}

.w300
{
	width:300px;
}

.w200
{
	width:200px;
}
.w250
{
	width:250px;
}
.w100
{
	width:100px;
}

.200ml
{
	margin-left: 200px;
}


.alert {
	
	font-size: 14px;
	color: #990066;
	font-weight: bold;
}
.alert2 {
	font-size: 16px;
	color: #990066;
	font-weight: bold;
}


.pad-around { 
	float: left;
	PADDING-BOTTOM: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 5px;
	PADDING-RIGHT: 5px;
}  

.pad-around2 { 
	PADDING-BOTTOM: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 10px;
	PADDING-RIGHT: 10px;
} 

.pad-left { 
	PADDING-LEFT: 10px; 
} 
.pad-left2 { 
	PADDING-LEFT: 20px; 
} 

.pad-right { 
	PADDING-RIGHT: 10px; 
}

.pad-bottom 
{ 
	padding-bottom: 10px; 
} 
.pad-top 
{ 
	PADDING-TOP: 10px; 
} 

.right 
{
	float: right;
}
.left 
{
	float: left;
}
	
.latestHeading
{
	background-color: #eeeeee; 
	border-top: 2px solid #E5E5E5; 
	border-bottom: 2px solid #E5E5E5;
}

.grey
{
	background-color:#EEEEEE;	
}

.grey-border
{
	border-bottom: 2px solid #EEEEEE;
}
.grey-border2
{
	border-bottom: 2px solid #EEEEEE;
	border-top: 2px solid #EEEEEE;
}

.light-grey
{
	background-color:#F4F4F4;	
}

.clear {clear:both; width:800px; height:0em; border:none; }
.clear-contentunit {clear:both; width:700px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-650 {clear:both; width:650px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-600 {clear:both; width:600px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-500 {clear:both; width:500px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-400 {clear:both; width:400px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-300 {clear:both; width:300px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-200 {clear:both; width:200px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.clear-contentunit-100 {clear:both; width:100px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}


#test
{
	width:480px;
	height:150px;
	background:url(images/login_large.jpg) no-repeat;
	padding:5px;
}

.comments 
{
	color:#6CC7DC;
	background:url(/new/templates/templateOne/images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
}

.commentImage
{
	background:url(/new/templates/templateOne/images/icon-comment.png) no-repeat 0px 2px;	
}

.button
{
	background:url(/new/global/images/button.png) no-repeat 0px 0px;
	width:108px;
	height:60px;	
}

.hand
{
	cursor: pointer;	
}

.comments a:hover 
{
	color:#B4C835;
}
.comments a 
{
	color:#6CC7DC;
}

.blue
{
	font-weight: bold;
	font-size: 14px;
	color: #0066CC;
}

.title1
{
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	position:relative; 
	letter-spacing:1px;
	color:#aaaaaa;
}
.title2
{
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	position:relative; 
	letter-spacing:1px;
	color:#666666;
}

.date 
{
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
}