﻿/* Left Hand Side Name Badge */
.name_badge_top {
	background:white url(Images/Controls/NameBadge/top.png) no-repeat;
	height:50px;
}

.name_badge_title {
	font-size:18px;
	font-weight:bold;
	color:White;
	padding-left:18px;
	vertical-align:middle;
	text-align:left;
}

.name_badge_image {
	width:95px;
	padding-left:25px;
	padding-bottom:8px;
}

.name_badge_details {
	padding-left:25px;
	width:285px;
	padding-bottom:10px;
}

.name_badge_body_text {
	width:170px;
	padding-right:20px;
}

.name_badge_body {
	background:white url(Images/Controls/NameBadge/body.png) repeat-y;
}

.name_badge_bottom {
	height:14px;
	background:white url(Images/Controls/NameBadge/bottom.png) no-repeat;
}

.left_box_text_details {
	width:260px;
	padding-bottom:10px;
}

/* Right Hand Side Name Badge */
.large_badge_top {
	background:white url(Images/Controls/LargeBadge/top.png) no-repeat;
	height:52px;
	text-align:left;
}

.large_badge_body {
	background:white url(Images/Controls/LargeBadge/body.png) repeat-y;
}

.large_badge_bottom {
	height:13px;
	background:white url(Images/Controls/LargeBadge/bottom.png) no-repeat;
}

.large_badge_details {
	padding-left:25px;
	width:407px;
	padding-bottom:10px;
}

/* Full Sized Badge (used for calendars and stuff ) */
.full_badge_top {
	background:white url(Images/Controls/FullPageBadge/top.png) no-repeat;
	height:52px;
	text-align:left;
}

.full_badge_body {
	background:white url(Images/Controls/FullPageBadge/body.png) repeat-y;
}

.full_badge_bottom {
	height:22px;
	background:white url(Images/Controls/FullPageBadge/bottom.png) no-repeat;
}

.full_badge_details {
	padding:0 25px 10px 25px;
	width:785px;
}

.more_button a:link,
.more_button a:visited,
.more_button a:hover,
.more_button a:active {
	text-align:right;
	color:White;
	font-size:10px;
	font-weight:bold;

	background-color:#446D8C;
	padding-right:5px;
	display:block;
}

.more_button a:hover {
	background-color:#FFD350;
}

.edit_panel_header {
	width:575px;
	height:19px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#150185;
}

.summary_box {
	width:575px;
	background-color:#C8D9EA;
	overflow:hidden;
}

.collapsible_box {
	width:575px;
	overflow:hidden;
}

.top-border {
	border-bottom:solid 1px black;
}

.gray_box_573 {
	background-color:#F4F4F4;
	width:563px;
	padding:5px;
}

/* Custom Badge Properties Stuff */

.custom_badge_top_left {
    width:25px;
    height:55px;
	background:transparent url(Images/Controls/CustomBadge/top_left.png) no-repeat;
}

.custom_badge_top_right {
    width:25px;
    height:55px;
	background:transparent url(Images/Controls/CustomBadge/top_right.png) no-repeat;
}

.custom_badge_bottom_left {
    width:25px;
    height:20px;
	background:transparent url(Images/Controls/CustomBadge/bottom_left.png) no-repeat;
}

.custom_badge_bottom_right {
    width:25px;
    height:20px;
	background:transparent url(Images/Controls/CustomBadge/bottom_right.png) no-repeat;
}			

.custom_badge_top {
	height:55px;
	background:transparent url(Images/Controls/CustomBadge/top.png) repeat-x;
	font-size:18px;
	font-weight:bold;
	color:White;
	vertical-align:middle;
	text-align:left;
}

.custom_badge_bottom {
	height:20px;
	background:transparent url(Images/Controls/CustomBadge/bottom.png) repeat-x;
}

.custom_badge_left {
	width:25px;
	background:transparent url(Images/Controls/CustomBadge/left.png) repeat-y;
}			

.custom_badge_right {
	width:25px;
	background:transparent url(Images/Controls/CustomBadge/right.png) repeat-y;
}