/*
============================
Common
===========================
*/

.ConWrapper 
{
	margin-left:0px;
	margin-right:0px;
	
}
.ConWrapper280 
{
	width:255px;
	margin-left:15px;
}
.height200 
{
	height:150px;
}

.height80
{
	height:80px;
}
.ConMain680 {
    width:680px;
    overflow:auto; 
}
/*
============================
Gray Border
===========================
*/
.gray_border 
{
	border:1px solid gray;
	padding:3px;
	margin-top:0px;
	margin-left:2px;
	margin-right:2px;
}
.gray_tl 
{
    background: url(images/gray_tl.png) no-repeat;
    width:5px;
}
.gray_t
{
    background-image:url(images/gray_t.png);
}
.gray_tr 
{
    background: url(images/gray_tr.png) no-repeat;
    width:5px;
}
.graytitle 
{
	color:#333333;		//333333
	font-size:14pt;
	font-weight:bold;
}
/*
============================
Orange 
===========================
*/
.orange_border 
{
	border:1px solid #E76C0F;
	padding:3px;
	margin-top:0px;
	margin-left:2px;
	margin-right:2px;
}
.orange_tl 
{
    background: url(images/orange_tl.png) no-repeat;
    width:5px;
}
.orange_t
{
    background-image:url(images/orange_t.png);
}
.orange_tr 
{
    background: url(images/orange_tr.png) no-repeat;
    width:5px;
}
.OrangeLine 
{
	background: url(images/orangedash.gif) repeat-x;
	height:1px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	margin-top:5px;
	margin-bottom:2px;
}
.orangetitle 
{
	color:#E06A12;
	font-size:14pt;
	font-weight:bold;
}

/*
============================
Blue
===========================
*/
.blue_border 
{
	border:1px solid #6694B8;
	padding:3px;
	margin-top:0px;
	margin-left:2px;
	margin-right:2px;
}
.bluetitle 
{
	color:#005291;
	font-size:14pt;
	font-weight:bold;
}
.bluetitlebig
{
	color:#005291;
	font-size:30pt;
	font-family:Times New Roman;
}
/*
============================
Post-it
===========================
*/
.postittop 
{
	background:url(images/postittop.jpg) no-repeat;
	padding-top:8px;
	padding-left:10px;
	padding-right:13px;	
}
.postitbottom 
{
	background:url(images/postitbottom.jpg) no-repeat;
	background-position: left bottom;	
	padding-bottom:20px;
	width:244px;
}
/*
============================
Video
===========================
*/

.videotitle 
{
	color:#EA6A12;
	font-size:14pt;
	font-weight:bold;
	text-transform: uppercase;
}
/*
============================
Misc
===========================
*/
.whitetitle 
{
	color:#ffffff;
	font-size:14pt;
	font-weight:bold;
	
}

.whitetitle a:link {
	text-decoration:    none;
	color:#ffffff;
}

.whitetitle a:visited  {
	text-decoration:    none;
	color:#ffffff;
}

.whitetitle a:active   {
	text-decoration:    none;
	color:#ffffff;
}

.whitetitle a:hover    {
	text-decoration:    underline;
	color:#ffffff;
}

.graytitle a:link {
	font-size: 11pt;
	color: #4d4d4d;				//our change, before was #6E6E6E
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
.graytitle a:visited {
	font-size: 11pt;
	color: #4d4d4d;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
.graytitle a:active {
	font-size: 11pt;
	color: #4d4d4d;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}

.graytitle a:hover {
	font-size: 11pt;
	color: #6E6E6E;
	text-decoration: underline;
	font-family:Arial, Sans-Serif;
}


