/* CSS Document */

.RedBold {
	color:#D50909;
	font-weight:bold;
}

.Summary {
	background-image:url(/Layout/summary.gif);
	text-align:justify;
	width:700px;
	height:300px;
	margin-left:30px;
	margin-right:50px;
}

.SumLeft {
	float:left;
	width:350px;
	padding-top:6px;
}

.SumLeft h2 {
	margin-left:20px;
	font-size:24px;
	font-weight:bold;
}

.SumRight {
	float:right;
	width:350px;
	text-align:center;
	padding-top:60px;	
}

.Hline {
	text-align:center;
	width:700px;
	margin-right:20px;
}

.Hline h1 {
	font-size:22px;
}

h3 {
	font-weight:bold;
	font-size:14px;
}

.LeftSide {
	float:left;
	padding-left:10px;
	width:390px;
	margin:0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.RightSide {
	float:right;
	width:350px;
	padding-right:90px;
	font-size:12px;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Highslide CSS starts here */

.highslide {
	cursor: url(http://www.modularm.com/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image {
	border:none;
    background-color: #232F79;
	padding:5px;	
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: none;
    padding: 5px;
    background-color: #232F79;
	text-align:center;
}

.highslide-caption a {
	font-size:12px;
	font-weight:bold;
}

.highslide-caption h1 { 
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}