/* ------------------------------------- */
/* PRIORITY TRAFFIC MANAGEMENT
/* APRIL 2010
/* HARMONY INTERNET LTD
/* www.harmony.co.uk
/* Simon Newton & Alex Hollyman
/* ------------------------------------ */


/*================================
COLOUR KEY

Orange: #df7229
Dark ORange: #B9460F
Yellow: #FFE400
Grey: #CCC
Dark Grey: #484848
=================================*/

/*================================
RESET
=================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
strong,b{font-weight:bold;}i,em{font-style:italic;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}
* {margin:0;padding:0;} 


/*================================
WRAP AND FOOTER PUSH
=================================*/
html, body  {height: 100%;}
#wrap {min-height: 100%;margin:0 auto;width:924px;}
#main {overflow:auto; padding-bottom: 54px;}  /* must be same height as the footer */
#footer {position: relative; margin:-54px auto 0 auto;height: 54px;clear:both;width:924px;background-image:url('/images/footer-border.gif');background-repeat:repeat-x; background-position:top;} 


/*================================
MISC
=================================*/
.clear{clear:both;}
.left{float:left;}
.right{float:right;}


/*================================
LAYOUT
=================================*/
#logo{text-indent:-9999px;background-image:url('/images/priority-logo.png');background-repeat:no-repeat; background-position:top;width:202px;height:52px;display:block;float:left;margin-top:14px;border:0;}
#mainmenu{float:right;margin-top:30px;}
#mainmenu li{display:inline;padding:0 14px;background-image:url('/images/menu-border.gif');background-repeat:no-repeat; background-position:right;}
h1{clear:both;display:block;;margin-top:450px;margin-bottom:20px;}
#leftcol{width:300px;padding-right:26px;float:left;border-right:1px dotted #FFF;margin-bottom:20px;}
#rightcol{width:570px;float:right;margin-bottom:20px;}
#fullcol{margin-bottom:20px;}
#footer img{float:right;margin-top:14px;border:0;}
#footer p{float:left;margin-top:17px;}
li.selected{padding-left:20px;background-image:url('/images/list-selected.gif');background-repeat:no-repeat;background-position:left;}

/*================================
TEXT AND COLOURING
=================================*/
body{background-color:#000;background-image:url('/images/background.jpg');background-repeat:no-repeat; background-position:top;}
body,h1,h2,h3,h4,h5,h6,p,li,td,label,input,textarea,select,option,small{font-family:"Segoe UI",verdana,arial,sans-serif;}
h1{font-size:22px;color:#FFF;}
h2,h3,h4,h5,h6{font-size:15px;color:#df7229;margin-bottom:4px;}

body,p,li,td,label{font-size:14px;color:#CCC;line-height:16px;}
li{margin-bottom:4px;}
p{margin-bottom:20px;}
#footer p{font-size:11px;}
a:link,  a:visited{color:#B9460F; text-decoration:none;}
a:focus, a:hover{color:#df7229; border-bottom:1px dotted #df7229;}
a:active{color:#CCC; border-bottom:1px dotted #CCC;}
li.selected a:link, li.selected a:visited{color:#FFE400;}
a#logo{border:0;}

#mainmenu{font-size:14px;}
#mainmenu a:link, #mainmenu  a:visited{color:#FFF; text-decoration:none;}
#mainmenu a:focus, #mainmenu a:hover{color:#FFE400; border-bottom:1px dotted #FFE400;}
#mainmenu a:active{color:#CCC; border-bottom:1px dotted #CCC;}
/*================================
FORMS
=================================*/
label{display:block;clear:both;margin-top:8px;margin-bottom:4px;}
input.text,select{width:300px;height:20px;}
textarea{width:300px;height:100px}
input.submit{margin-top:12px;width:120px;height:40px;}

/*================================
INDIVIDUAL ELEMENTS
=================================*/
ul.filelist{}
ul.filelist li{height:50px;clear:both;}
ul.filelist li img{float:left;height:48px;width:48px;padding-right:4px;}
ul.imglistleft{margin-right:14px;margin-bottom:14px;float:left;}
ul.imglistright{margin-left:14px;margin-bottom:14px;float:right;}
ul.imglisthorz{margin-top:14px;display:block;clear:both;}

ul.imglisthorz li{float:left;margin-right:14px;}
ul.imglistleft li, ul.imglistright li{margin-bottom:14px;}

ul.imglistleft img, ul.imglistright img, ul.imglisthorz img {border:1px solid #CCC;width:120px;height:80px;}
