/********************************************
   HTML Elements
********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565758;
	background-color: #77797B;
	line-height: 150%;
}

body, p, li, form, ul li p, ol li p {margin: 0;padding: 0;}
ul, ol {margin: 15px;}
ul li {list-style-type: square; margin:0 0 5px 20px;}
ol li {list-style-type: decimal; margin:0 0 5px 20px;}

img {border:none;}

h1, h2, h3, h4, h5, h6 {margin:0; font-weight:normal; color: #565758;}
h1 {font-size: 19px;}
h2 {font-size: 15px; font-weight:bold;}
h3 {font-size: 14px;  font-weight: bold}
h4 {font-size: 14px; font-weight: bold}
h5 {font-size: 14px; font-weight: bold}
h6 {font-size: 12px; font-weight: bold}

p {padding-bottom:15px;}

/* Link */

a {
	color:#207AA6;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/* Tables */

table,
table.tableStyle{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
table thead tr td,
table thead tr td th,
table.tableStyle thead tr td,
table.tableStyle thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #003570;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
}
table tbody tr td,
table.tableStyle tbody tr td
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #D9E0E8;
}

table tbody tr th,
table.tableStyle tbody tr th
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #003570;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
	font-weight:bold;
	color: #FFFFFF;
}
a.footerLink {
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px; 
	color:#DBDBDC;*/
	text-decoration:none;
	padding-top:14px;
	padding-left:22px;
	background-image:url(/img/resenje.png);
	background-repeat:no-repeat;
	background-position: 22px 15px;
	text-indent:-2000px;
	display:block;
	width:160px;
	height:16px;
}
a:hover.footerLink {
	text-decoration:none;
}

.pet {
	margin-bottom: 20px;
}


.logout {
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: 30px;
	float: left;
}












.management {
	border: 0px;
}
.management tbody tr td {
	border: 0px;
	width: 33%;
	text-align: center;
	padding: 0px;
	padding-bottom: 20px;
}
.management tbody tr td img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}














