* {
    font-family: PT Sans,Arial,serif;
    font-size: 13px;
}

body, ul{
    margin:0px;
    padding:0px;
}

#page{
    width:960px;
    margin: 0 auto;
    border-left:1px dotted gray;
    border-right:1px dotted gray;
}

#header, #main, #footer{
    border-bottom:1px dotted gray;
}

#navigation{
    border-right:1px dotted gray;
    width:209px;
    float:left;
    min-height:600px;
}

#content{
    width:750px;
    float:left;
}

.embeded #content {
    margin: 0px;
    padding: 0px;
}

.category-label{
    width:100%;
    float:left;
}

.menu-container{
    min-height:20px;
}

#header-info{
    margin:0 50px 10px;
}

#header-name span{
    font-size:24px;
    font-weight:bold;
}

#header-message{
    margin:20px 50px 5px;
}

#header-welcome-message{
    float:left;
    width:500px;
}

#header-logout-text{
    float:right;
    text-align:right;
    width:200px;
}

#footer-message{
    padding:10px 50px;
}

body.embeded #page{
    width:800px;
    border: none;
}

body.embeded #header,
body.embeded #footer,
body.embeded #navigation{
    display:none;
}

body.embeded #content{
    float:left;
    width:100%;
}

.clear{
    clear:both;
}

#page #form-canvas {
    border: none;
    margin: 0px;
    padding: 0px;
}

body.rtl{
    direction:rtl;
}

body.rtl #header-logout-text {
    float: left;
    text-align: left;
}

body.rtl #header-welcome-message {
    float: right;
}

body.rtl #navigation {
    border-right:0;
    border-left: 1px dotted gray;
    float: right;
}

body.rtl #content {
    float: right;
}

.print-button{
    background: transparent url("../images/v3/action_print.gif") 0 0 no-repeat;
    padding-left:20px;
    display:inline-block;
    float:right;
    height:16px;
}
#main-action-help {
    background: url(../images/v3/console/icn_form_help.png) 0 0 no-repeat; 
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 5px;
    position: absolute;
    right: 5px;
}

.filesbox{
	float: right;
	width: 300px;
	border: 1px solid black;
	padding: 5px;
	/* clear: right; */
	background-color: white;
}
.petitionbox{
	width: 500px;
	border: 1px solid black;
	padding: 5px;
	background-color: white;
}
.boxheader{
	width: 100%;
	margin: -5px -5px 10px -5px;
	text-align: center;
	color: white;
	background-color: #7D110C;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
}
.petlabel { 
	font-weight: bold;
	width: 130px;
	text-align: right;
	margin-right: 10px; 
	clear: left;
	float: left;
}
.petdets {
	width: 350px;
	text-align: left;
	float: left;
}
.reclabel { 
	font-weight: bold;
	width: 105px;
	text-align: right;
	margin: 3px 5px 0 0; 
	clear: left;
	float: left;
}
.recdets {
	text-align: left;
	float: left;
}
.petdetsline {
	width: 480px;
	text-align: left;
	float: left;
	margin: 10px;
}
#approvalBox{
 text-align: center;
}

#approvalBox input{
	font-size: 1.5em;
	padding: 5px;
	margin: 10px;
}

.submitLink {
  background-color: transparent;
  color: #0077bb;
	font-family: 'Lucida Sans', Arial;
	text-decoration: none;
  border: none;
  color: blue;
  cursor: pointer;
}

submitLink:focus {
  outline: none;
}

