/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:			ENE
Filename:		coContact.css
Description:	Layout of the contact page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	02Dec05		MS			Implemented nice new layout for the categorys
2	29Nov05		MS			Made some changes!
1	11Nov05		MS			Created

*/

#mainPanel {
	width: 592px;
	overflow: hidden;
}

#coCategory
{
	float: left;
}

.coCategoryAnchors
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.coCategoryAnchors .categoryWrap
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
	padding-bottom: 5px;
	width: 592px;
}

.coCategoryAnchors .links1
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

.coCategoryAnchors .links2
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
	padding-left: 10px;
}

.coCategoryWrap
{
	width: 556px;
}

.coCategoryCategoryTitle
{
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 10px;
}

.coCategoryCategoryText
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	padding-bottom: 10px;
	width: 556px;
}

.coCategorySubCategoryTitle
{
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.coCategoryItemHeader1, .coCategoryItemHeader2, .coCategoryItemFooter1, .coCategoryItemFooter2
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 592px;
}
.coCategoryItemHeader1
{
	height: 33px;
}
.coCategoryItemHeader2
{
	height: 35px;
}
.coCategoryItemHeaderBackground1
{
	background: transparent url(/res/coCategoryPortalLocal/images/portals_header_1.png);
	height: 33px;
	width: 592px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
}
.coCategoryItemHeaderBackground2
{
	background: transparent url(/res/coCategoryPortalLocal/images/portals_header_2.png);
	height: 35px;
	width: 592px;
	position: absolute;
}
* html .coCategoryItemHeaderBackground1 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/coCategoryPortalLocal/images/portals_header_1.png', sizingMethod='crop');
}
* html .coCategoryItemHeaderBackground2 {
	height: 35px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/coCategoryPortalLocal/images/portals_header_2.png', sizingMethod='crop');
}

.coCategoryItemFooter1
{
	background: transparent url(/res/coCategoryPortalLocal/images/portals_footer_1.png);
	height: 18px;
}
.coCategoryItemFooter2
{
	background: transparent url(/res/coCategoryPortalLocal/images/portals_footer_2.png);
	height: 19px;
}
* html .coCategoryItemFooter1 {
	height: 18px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/coCategoryPortalLocal/images/portals_footer_1.png', sizingMethod='crop');
}
* html .coCategoryItemFooter2 {
	height: 19px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/coCategoryPortalLocal/images/portals_footer_2.png', sizingMethod='crop');
}
.coCategoryItemHeaderText
{
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 6px;
	z-index:10;
}

.coCategoryItem
{
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent url(/res/coCategoryPortalLocal/images/portals_middle.gif);
	width: 592px;
}

.coCategoryItemText
{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	width: 562px;
}

.coCategoryContact
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}


