﻿a:link 
{
	color: #2D83CD;
	text-decoration:none;
}
a:visited 
{
	color: #2D83CD;
	text-decoration:none;
}
a:hover 
{
	color: Blue;
	text-decoration:none;
}
a
{
	color: #2D83CD;
	text-decoration:none;
	border: none;
}
body 
{
	font-family: Arial;
	font-size: 11px;
}
H3
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
H4
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
img
{
	border: none;
}
table
{
}
.blueBorder
{
	background-color: #2D83CD;
	border:solid 1px #909090;
	color: White;
}
.button
{
}
.content
{
	background-color: #f9f9ff;
	border: solid 1px #c0c0c0;
	padding: 0px;
}
.headingLarge
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;	
}
.headingLargeBlue
{
	background-color: #2D83CD;
	border:solid 1px #c0c0c0;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: White;	
}
.headingSmall
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;	
}
.headingSmallBlue
{
	background-color: #2D83CD;
	border:solid 1px #c0c0c0;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: White;	
}
.highlight
{
	background-color:#ffff66;
	border:solid 1px #0f0f0f;
}
.highlight_clickable
{
	background-color:#ffff66;
	cursor:pointer;
	border:solid 1px #0f0f0f;
}
.highlight_remove
{
	background-color:#ffffff;
	border:solid 1px #c0c0c0;
}
.highlight_selected
{
	background-color:#ffeec0;
	cursor:pointer;
	border:solid 1px #0f0f0f;
}
.smallFont
{
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
}
.tiny
{
    color: #333333;
    font-size: 9px;
}

.rnd_topLeft
{
	background-image: url(../../images/backgrounds/top_left.gif); 
	background-repeat: no-repeat;
	height: 6px; 
	width: 6px;
}
.rnd_topMiddle
{
	background-image: url(../../images/backgrounds/top_middle.gif); 
	background-repeat: repeat-x;
}
.rnd_topRight
{
	background-image: url(../../images/backgrounds/top_right.gif); 
	background-repeat: no-repeat;
	height: 6px; 
	width: 6px;
}
.rnd_bottomLeft
{
	background-image: url(../../images/backgrounds/bottom_left.gif); 
	background-repeat: no-repeat;
	height: 7px; 
	width: 6px;
}
.rnd_bottomMiddle
{
	background-image: url(../../images/backgrounds/bottom_middle.gif); 
	background-repeat: repeat-x;
}
.rnd_bottomRight
{
	background-image: url(../../images/backgrounds/bottom_right.gif); 
	background-repeat: no-repeat;
	height: 7px; 
	width: 6px;
}
.rnd_left
{
	background-image: url(../../images/backgrounds/left.gif); 
	background-repeat: repeat-y;
}
.rnd_center
{
	padding: 0px 10px 15px 10px;
}
.rnd_right
{
	background-image: url(../../images/backgrounds/right.gif); 
	background-repeat: repeat-y;
}
.rnd_tl
{
	background-image: url(../../images/backgrounds/thin_tl.gif); 
	background-repeat: no-repeat;
	height: 3px; 
	width: 3px;
}
.rnd_tm
{
	background-image: url(../../images/backgrounds/thin_tm.gif); 
	background-repeat: repeat-x;
}
.rnd_tr
{
	background-image: url(../../images/backgrounds/thin_tr.gif); 
	background-repeat: no-repeat;
	height: 3px; 
	width: 3px;
}
.rnd_bl
{
	background-image: url(../../images/backgrounds/thin_bl.gif); 
	background-repeat: no-repeat;
	height: 3px; 
	width: 3px;
}
.rnd_bm
{
	background-image: url(../../images/backgrounds/thin_bm.gif); 
	background-repeat: repeat-x;
}
.rnd_br
{
	background-image: url(../../images/backgrounds/thin_br.gif); 
	background-repeat: no-repeat;
	height: 3px; 
	width: 3px;
}
.rnd_lm
{
	background-image: url(../../images/backgrounds/thin_lm.gif); 
	background-repeat: repeat-y;
}
.rnd_rm
{
	background-image: url(../../images/backgrounds/thin_rm.gif); 
	background-repeat: repeat-y;
}
.tooltip
{
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	background-color: #ffffe0;
	padding: 6px;
	border: solid 1px #e6db55;
}