﻿.cardTopLeft
{
	float: left;
	width: 10px;
	height: 55px;
	background-image: url(images/Card/CardTopLeft.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	vertical-align: bottom;
	text-align: center;
	padding-top: 5px;
	
}

.cardTopLeftIcon
{
	float: left;
	width: 40px;
	height: 55px;
	background-image: url(images/Card/CardTopLeft.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	vertical-align: bottom;
	text-align: center;
	padding-top: 5px;
}

.cardTitleMiddle
{
	float: left;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left:5px;
	background-image: url(images/Card/CardTopMiddleFiller.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	font-weight: bold;
	font-size: small;
}

.cardTitleRight
{
	float: left;
	width: 34px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: Black;
	background-image: url(images/Card/CardTopMiddleEnd.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

/*.cardTopMiddle
{
	float: left;
	margin-left:0px;
	margin-right:0px;
	height: 40px;
	
}
*/

.cardTopRight
{
	float: right;
	width: 17px;
	height: 60px;
	background-image: url(images/Card/CardWrapperRight.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#899EB6;
}

.cardWrapper
{
	width: auto;
	background-image: url(images/Card/CardWrapperTop.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
}

.cardBody
{
	padding: 5px;
	clear: both;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	width: auto;
	background-color: #2C2CE8; /*B0BAF9*/
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 11px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	color: #000000;
}

.centerCard
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}
