/* CSS Document */
@page :left {
  margin-left: 1cm;
}

@page :right {
  margin-left: 1cm;
}
body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
}
form label {
    width: 175px;
    display: block;
    float: left;
    font-weight: bold;
    clear: left;
    background-color: #DCE8FE;
    margin: 0 5px 0 5px;
}

a {  
    text-decoration: none;
    color: #1D61D8;
}
table td {
    padding: 1px;
    font-size: 80%;
}
table th {
   background-color: #3C636A;
   padding: 2px;
   #color: #fff;
}
form p {
    padding: 5px;
    margin: 5px 0;
    float: left;
    clear: both;
    background-color: #DCE8FE;
    width: 100%;
}


/* TEMPLATE RULES */ 
#templateFooter {
    display: none;
}

#templateTemplate {
    font-family: arial;
    font-size: medium;
    margin: 0;
    padding: 0;
}

#templateHeader {
    display: none;
}


#templateNav {
display: none;
}

/* CONTENT CONTAINER */

#templateContent  {
	background-color: #fff;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
#templateContent  {
    padding: 1.5%;
    margin: 0;
    background-color:#FFFFFF;
    float: left;
    width: 75%;
}
#templateContent  h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 175%;
    font-weight: normal;
}

#templateContent  h2 {
    margin: 0px 0 10px 0; 
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}


#templateContent ul {
   padding: 0;
   margin: 0;
}


#templateContent ul li {
   background-repeat: no-repeat;
   list-style: none;
margin: 0;
padding: 0 0 0 33px;
}

/* SUB NAV */ 
#templateSubNav {
display: none;
}

.listing li {
   padding: 3px 3px 3px 35px !important;
	background-position: 3px 5px;

}


#toolbar {
display: none;
}


.screen {
 display: none;

}
table {
	border: solid #000000 0px;
	background-color: #CCCCCC;
}
td {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
        font-size: 80%;

}
th {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
        font-size: 80%;
}
table {
width: 100%;
}

dl,dt,dd {
  margin: 0;
  padding: 0;
}
