@charset "utf-8";
/* CSS Document */

/* This Document contains classes that can always be used on any page of any website, these styles may be overridden within the site template CSS file */

.float_right { float:right; }
.float_left { float:left; }
.clear { display:block; height: 1px; clear:both;}

.dotted_line { width: 100%; border-top: 1px #000000 dotted; padding: 0px; margin:0px; line-height: 10px;}

.width_full { width: 100%;}

.hidden { display:none; }
.block { display:block; }
.inline { display:inline; }

.bold { font-weight:bold;}
.strong {font-weight:bolder;}
.italic { font-style:italic;}
.smallcaps {font-variant:small-caps;}

.padding5px {padding: 5px;}
.padding10px {padding: 10px;}

.topmargin5px {margin-top:5px;}
.topmargin10px {margin-top:10px;}
.topmargin15px {margin-top:15px;}
.topmargin20px {margin-top:20px;}

.slightlyrounded { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rounded { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.veryrounded { -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.red {color:#FF0000;}
.white {color:#FFFFFF;}
.black {color:#000000;}
.blue {color: #0000FF;}
.green {color: #00FF00;}
.darkgreen { color:#009900;}
.yellow {color: #FFFF00;}
.orange {color: #FF6600;}
.grey {color:#999999;}
.brown { color:#663300;}

.redbg {background-color:#FF0000;}
.whitebg {background-color:#FFFFFF;}
.blackbg {background-color:#000000;}
.bluebg {background-color: #0000FF;}
.greenbg {background-color: #00FF00;}
.yellowbg {background-color: #FFFF00;}
.orangebg {background-color: #FF6600;}
.greybg {background-color:#999999;}
.brownbg {background-color:#663300;}

.size10font {font-size:10px;}
.size11font {font-size:11px;}
.size12font {font-size:12px;}
.size14font {font-size:14px;}
.size16font {font-size:16px;}
.size18font {font-size:18px;}

/* All sites created with socket v1.2.1 onward contain the option to disable the website either by the admin or by the super admin. The following CSS controls this function. */
.text_align_centre { text-align:center; }

#deactivated {
width: 600px;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
text-align:center;
padding: 20px;
border: 3px #000 solid;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

#deactivated h1 {
margin: 0px;
margin-bottom: 5px;
}

#deactivated p {
margin-bottom: 10px;
}