
/*GENERIC STYLESHEET for web build*/
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
	margin: 2px;
	margin-top: 5px;
}
.button a{
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6997B2;
}
.button a:visited{
	padding: 2px;
	font-weight: bold;
	color: #F0F0F0;
	background-color: #6997B2;
}
.button a:hover{
	background-color: #CCCCCC;
	color: #000000;
}

/*Generic styles across all pages- This also contains all of the default colours and layouts from the initial web build. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family:  Helvetica, Arial, sans-serif;
}

a, a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

ul{
	list-style: none;
}

img, img a{
	border:0;
}
p {
	margin: 2px;
}

/* used as main heading */
h1 {
}
h2 {
}
h1, h2, h3{
}
/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
}
/*table styles*/
table{
}

th {
}

td {
	padding: 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

tr{
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/
#frame{
}
#header{
}
#topnav li{
}
#topnav a{
}
#topnav a:hover{
}
#topnav li a{
}
#maincontent{
}
#leftcol{
}
#rightcol{
 }
#middlecol{
}
#footer{
}
#footer ul{
}
#footer li{
}
#footer li.end{
}
/*specific overrides here, for page specific h1s for example*/
.calOuterTable .calDataTitle {
	color:#000;
}


#main-comp-text
{
    padding: 50px 0px 0px 40px;
    float:left;
}

#main-comp-text ul li
{
    padding-left: 20px
    
}

#thedmsNameAddressBlock
{
    padding:0px;
    margin:0px;
}

.content_padding
{
    padding-left:40px;
}

.comp
{
    border:1px solid #B7C0A1;
    padding: 8px;
    margin-left: 5px;
    float:right;
    background: white;

}

div#thedmsProfiling input 
{
    margin-right:4px;
}

#thedmsProfiling .thedmsQuestion, #thedmsFilters .thedmsQuestion, #thedmsProfiling .thedmsAnswers, #thedmsFilters .thedmsAnswers 
{
    margin-top: 20px;
}

