﻿@charset "utf-8";

/* 

corners.css

*/

.white-top-left,
.white-top-right,
.white-bottom-left,
.white-bottom-right {
	height: 12px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-color: #003399;
	background-image: url(../images/white-background.gif);
	background-repeat: no-repeat;
}

.white-top-left,
.white-bottom-left { margin: 0 12px 0 0; }

.white-top-right,
.white-bottom-right { margin: -12px 0 0 12px; }

.white-top-left { background-position: top left; }
.white-top-right { background-position: top right; }
.white-bottom-left { background-position: bottom left; }
.white-bottom-right { background-position: bottom right; }

.white-body {
	margin: 0;
	padding: 0 12px 0 12px;
	border: none;
	background-color: #ffffff;
}


.blue-top-left,
.blue-top-right,
.blue-bottom-left,
.blue-bottom-right {
	height: 12px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-color: #003399;
	background-image: url(../images/blue-background.gif);
	background-repeat: no-repeat;
}

.blue-top-left,
.blue-bottom-left { margin: 0 12px 0 0; }

.blue-top-right,
.blue-bottom-right { margin: -12px 0 0 12px; }

.blue-top-left { background-position: top left; }
.blue-top-right { background-position: top right; }
.blue-bottom-left { background-position: bottom left; }
.blue-bottom-right { background-position: bottom right; }

.blue-body {
	margin: 0;
	padding: 0 12px 0 12px;
	border: none;
	color: #ffffff;
	background-color: #003399;
}


.green-top-left,
.green-top-right,
.green-bottom-left,
.green-bottom-right {
	height: 12px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-color: #159c43;
	background-image: url(../images/green-background.gif);
	background-repeat: no-repeat;
}

.green-top-left,
.green-bottom-left { margin: 0 12px 0 0; }

.green-top-right,
.green-bottom-right { margin: -12px 0 0 12px; }

.green-top-left { background-position: top left; }
.green-top-right { background-position: top right; }
.green-bottom-left { background-position: bottom left; }
.green-bottom-right { background-position: bottom right; }

.green-body {
	margin: 0;
	padding: 0 12px 0 12px;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #159c43;
	font-weight: bold;
	color: #ffffff;
	background-color: #159c43;
}


.blue-border-top-left,
.blue-border-top-right,
.blue-border-bottom-left,
.blue-border-bottom-right {
	height: 12px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-color: #ffffff;
	background-image: url(../images/blue-border.gif);
	background-repeat: no-repeat;
}

.blue-border-top-left,
.blue-border-bottom-left { margin: 0 12px 0 0; }

.blue-border-top-right,
.blue-border-bottom-right { margin: -12px 0 0 12px; }

.blue-border-top-left { background-position: top left; }
.blue-border-top-right { background-position: top right; }
.blue-border-bottom-left { background-position: bottom left; }
.blue-border-bottom-right { background-position: bottom right; }

.blue-border-body {
	margin: 0;
	padding: 0 12px 0 12px;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #003399;
	background-color: #ffffff;
}

