﻿body
{
	background-color: #f5f5f5;
}

a
{
	color: #333333;
	text-decoration: none;
}

a:hover, a:focus
{
	color: #0074bf;
	text-decoration: underline;
}

img
{
	max-width: none;
}

select, input
{
	outline-style: none !important;
}

select, input[type="text"]
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 0px;
}

.gray
{
	background-color: #f5f5f5 !important;
}

select
{
	width: auto;
}

.nav li, .dropdown-menu > li
{
	list-style-type: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a
{
	color: #ffffff;
	text-decoration: none;
	background-color: #0074bf;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #0087df, #00619f);
}
