body
{
	font-family: Verdana;
	line-height: 19px;
}


table
{
    border: 0px;
    border-collapse: collapse;
}

td
{
    padding: 0px;
    font-size: 12px;
    vertical-align: top;
}

img
{
	border: none;
}

.SideBar
{
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-x;
	width: 200px;
	height: 350px;
	background-color: White;
	padding: 10px;
	padding-top: 30px;
	float:left;
}

.SideBarFolder
{
	background-image: url(../images/sidebar_folder_bg.gif);
	height: 64px;
	width: 170px;
	padding: 15px;
	padding-top: 40px;
}

.PageContent
{
	padding: 20px;
	padding-top: 35px;
	width: 100%;
}

a.MenuLink, a.MenuLink:visited
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #353739;
	padding-left: 10px;
	padding-right: 10px;
}

a.MenuLink:hover
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #029F02;
	padding-left: 10px;
	padding-right: 10px;
}

a.MenuLink_selected, a.MenuLink_selected:visited
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #029F02;
	padding-left: 10px;
	padding-right: 10px;
}

a.SkodaLink, a.SkodaLink:visited, a.SkodaLink:active
{
	color: #029F02;
	border-bottom: dotted 1px #029F02;
	text-decoration: none;
	cursor: pointer;
}
a.SkodaLink:hover
{
	color: #029F02;
	border-bottom: solid 1px #029F02;
	text-decoration: none;
}

a.SkodaLinkSmall, a.SkodaLinkSmall:visited, a.SkodaLinkSmall:active
{
	color: #029F02;
	font-size: 10px;
	border-bottom: dotted 1px #029F02;
	text-decoration: none;
}
a.SkodaLinkSmall:hover
{
	color: #029F02;
	font-size: 10px;
	border-bottom: solid 1px #029F02;
	text-decoration: none;
}

.MainContent
{
	padding: 25px;
	font-size: 12px;
}

.MainContentLoggedIn
{
	position:relative;
	top: -2px;
	font-size: 12px;
}

.FormErrorBox
{
	color: #bb0000;
	padding-bottom: 15px;
}

.TextInput
{
	border: solid 1px #D1D0D0;
	margin-bottom: 5px;
}

.Divider
{
	height: 1px;
	background-color: #D1D0D0;
	margin-bottom: 30px;
	margin-top: 30px;
}

.Required
{
	color: #029F02;
}

.ProfileUpdateHeader
{
	background-color: White;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	height: 13px;
	background-image: url(../images/profile_header_bg.gif);
	border: solid 1px #C7CCD0;
	margin-bottom: 4px;
}

.ProfileUpdate
{
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #C7CCD0;
	margin-bottom: 4px;
}

.TestDrivePageCount
{
	padding-left: 15px;
	font-weight: bold;
}

.TestDrivePageCountSelected
{
	padding-left: 15px;
	font-weight: bold;
	color: #029F02;
}



