/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(../../../../QMAJOBS/css/layouts.css);
@import url(../../../../QMAJOBS/css/components.css);
@import url(../../../../QMAJOBS/css/modules.css);
@import url(../../../../QMAJOBS/css/navigation.css);
@import url(../../../../QMAJOBS/css/misc.css);
@import url(../../../../QMAJOBS/css/forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #000000;
background-color:#fff;
}

legend {
font-weight:600;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#333333;
padding:5px;
color:#FFFFFF;
font-weight:600;
}

label {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-bottom:5px;
}

.fabrikcheckbox{
	font-size:11px;
}



/*  Heading Formatting */
h1 {font-size:1.3em;line-height: 0.8em;font-weight: 700;color: #000;}
h2 {font-size:1.2em;line-height: 0.8em;font-weight: 700;color: #000;}
h3 {font-size:1.1em;line-height: 0.8em;font-weight: 700;color: #000;}
h4 {font-size:1.0em;line-height: 0.8em;font-weight: 700;color: #000;}
h5 {font-size:0.9em;line-height: 0.8em;font-weight: 700;color: #000;}
h6 {font-size:0.8em;line-height: 0.8em;font-weight: 700;color: #000;}

/*links*/
a:link {color: #333333;}
a:hover {color: #999999;}
a:visited {color: #333333;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
.bgcolor {
	background-color:#0099FF;
}
.bgimg {
background-image:url(images/bg.gif);
background-repeat:repeat-x;
}

.-TableHead {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-variant:small-caps;
font-weight:bold;
}

.-Element {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.-ElementLabel {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
font-variant:small-caps;
}

.-GroupLabel {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;

}

.-Border {
border:thin;
border-style:groove;
padding-top:0px;
padding-bottom:10px;
padding-left:0px;
padding-right:0px;
}