﻿*
{
    padding: 0px;
    margin: 0px;
}
body
{
    background-color: #FFFFFF;
}
html
{
    font: small/1.4 "Lucia Grande" , Tahoma, sans-serif;
}

p
{
    padding-bottom: 7px;
    color: #000000;
}
a b
{
    visibility: hidden;
}
a:link, a:visited
{
    text-decoration: none;
    color: #CEBC8A;
}
a:hover
{
    text-decoration: none;
}
ul
{
    list-style: none;
}
ol li
{
    margin-left: 25px;
    padding-bottom: 5px;
}
ul li ol li
{
   
}
.clear2column
{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0px;
    height: 0px;
    clear: both;
}
.clearR
{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0px;
    height: 0px;
    clear: right;
}
h2
{
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
}
h2
{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
img
{
    border: none;
}
.floatL
{
    float: left;
}
.nofloat
{
    float: none;
}
.red
{
    color: #B56149;
}
.red, h5.red
{
    color: #B56149;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

/* topbar styling */
#top
{
    display: block;
    padding-top: 0px;
    background-color: #0B3048;
}
.topBG1
{
    background-repeat: no-repeat;
}
.andy
{
    background-image: url(images/plantBG.jpg);
    background-position: center bottom;
}
.band
{
    background-image: url(images/band1.jpg);
    background-position: center bottom;
}

#header
{
    display: block;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#logo h1 a
{
    background-position: left top;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    font-size: 10px;
    width: 180px;
    height: 90px;
    float: left;
}
.quote
{
    background-repeat: no-repeat;
    background-position: 110px 30px;
    background-image: url(images/quote1.png);
    display: block;
    width: 625px;
    height: 190px;
    margin-left: 40px;
}
.quoteSmall
{
    background-repeat: no-repeat;
    background-position: center 30px;
    background-image: url(images/quoteSmall.png);
    display: block;
    height: 170px;
    margin-left: 450px;
    margin-right: 90px;
}
.quote .logoLeft a
{
    background-position: left center;
    background-image: url(images/uniShefLogo.jpg);
    float: left;
    width: 120px;
    height: 180px;
    background-repeat: no-repeat;
}
.quote .logoRight a
{
    background-image: url(images/manchLogo.jpg);
    background-position: right center;    
    float: right;
    width: 120px;
    height: 190px;
    background-repeat: no-repeat;
}
.quoteSmall .logoLeft a
{
    background-position: left 35px;
    background-image: url(images/uniShefLogo.jpg);
    float: left;
    width: 120px;
    height: 170px;
    background-repeat: no-repeat;
}
.quoteSmall .logoRight a
{
    background-image: url(images/manchLogo.jpg);
    background-position: right 40px;    
    float: right;
    width: 120px;
    height: 170px;
    background-repeat: no-repeat;
}

.newsBox
{
    display: block;
    padding-left: 40px;
    margin-right: 400px;
    height: 175px;
}
.newsBox h3
{
    color: #9C7D46;
    display: block;
    padding-top: 25px;
}
.newsBox h4
{
    font-size: 12px;
}
.newsBox p
{
    font-size: 90%;
}
.newsBox a
{
    color: #000000;
}
.subNewsBox
{
    width: 320px;
    float: left;
    margin-left: 80px;
    margin-top: 10px;
    color: #CEBD8A;
}


/* main content styling */
#main
{
    background-position: -200px top;
    display: block;
    background-color: #0B3048;
    color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 15px;
    border-bottom-color: #5E8D01;
    background-image: url(images/bg1.jpg);
    background-repeat: no-repeat;
}
#mainBox
{
    display: block;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* miniLinks */
.miniLinks ul
{
    display: block;
    margin-left: 800px;
    height: 15px;
}
.miniLinks ul li
{
    float: left;
}
.miniLinks a
{
    padding: 3px 6px 3px 6px;
    display: block;
    color: #082F3E;
    font-size: 8px;
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    background-color: #D8D5C2;
}
.miniLinks a.contacts
{
    background-position: 4px center;
    background-image: url(images/icons/email.png);
    background-repeat: no-repeat;
    padding-left: 22px;
}
.miniLinks a.links
{
    background-position: 4px center;
    background-image: url(images/icons/link.png);
    background-repeat: no-repeat;
    padding-left: 22px;
}
.miniLinks a:hover
{
    color: #FFCC00;
    background-color: #000000;
}

/* dropdown menu */

#menu
{
    display: block;
    padding-top: 25px;
    margin-left: 180px;
}
#menu ul
{
    list-style: none;
}
#menu ul li
{
    position: relative;
    float: left;
    display: inline;
}
#menu li ul
{
    position: absolute;
    left: 0px;
    top: 23px;
    display: none;
    width: auto;
    color: #FFFFFF;
}
#menu a:link, #menu a:visited
{
    padding: 3px 4px 3px 4px;
    display: block;
    text-decoration: none;
    color: #5F9EBF;
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-left: 7px;
    text-transform: uppercase;
    margin-right: 7px;
}
/*
#menu a:hover, #menu a.up
{
    color: #FCD85C;
}*/
#menu a:hover, #menu a.up
{
    color: #FFFFFF;
}
#menu .drop a:link, #menu .drop a:visited
{
    display: block;
    color: white;
    text-transform: none;
    padding: 5px;
    width: 150px;
    font-size: 12px;
    background-color: #4787AD;
}
#menu .drop a:hover
{
    color: #E5E1D5;
    background-image: none;
}
#menu li:hover ul, #menu li.over ul
{
    display: block;
}

#main .textBox .menuText a
{
    color: #9D986F;
}
#main .textBox .menuText a:hover
{
    color: #A8B3AF;
    text-decoration: underline;
}
.textBox .menuText a i
{
    color: #6D7C77;
}
.textBox .menuTextWhite a
{
    color: #A8B3AF;
}
.textBox .menuTextWhite a:hover
{
    text-decoration: underline;
}
.textBox .menuTextWhite a i
{
    color: #6D7C77;
}

/* picture blocks for links */


#leftBar
{
    float: left;
    margin-left: 20px;
    width: 330px;
}
#leftBar p, #leftBar a
{
    color: #FFFFFF;
}
#mainContent
{
    display: block;
    margin-left: 380px;
    margin-right: 20px;
    text-align: justify;
}


#main a:hover
{
    color: #CFBCD8;
}
#main h2 a.up, span.up
{
    color: #CEBC8A;
}
#main h2 a, #main h2
{
    color: #87B5CD;
    padding-right: 20px;
}
#main h2 i
{
    font-style: normal;
}
#mainBox img, .whiteBorder
{
    padding: 2px;
    background-color: #CEBD8A;
}
#mainBox #leftBar img
{
    
}
#main h3
{
    padding-top: 4px;
    font-size: 90%;
    color: #E4DABE;
}
#main h3 i
{
    font-size: 90%;
    color: #B6B692;
}
#main h3 a
{
    color: #FFFFFF;
    text-decoration: underline;
}
#main h3 a:hover
{
    text-decoration: none;
}
#main h4
{
    font-size: 10px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #B7B191;
    display: block;
    clear: left;
    text-decoration: underline;
    padding-top: 4px;
}
#main p
{
    font-size: 90%;
    color: #E3E3D7;
}
#main p a
{
    text-decoration: underline;
    color: #FFFFFF;
    display: inline-block;
}
/* text padding elements */
#mainContent .nextPrevBox
{
    display: block;
    padding-left: 35px;
    color: #C0C0C0;
    padding-right: 15px;
    padding-bottom: 15px;
}

.textBox
{
    padding: 0px;
    display: block;
}
#main .textBox h3
{
    display: block;
    color: #AAD3E1;
}
#main .textBox h3 a
{
    color: #88B4CD;
}

#leftBar p:first-line
{
}
#leftBar p
{
    font-size: 80%;
}
#leftBar img
{
    float: left;
    margin-top: 10px;
}
img.png
{
    margin-left: -7px;
}
.imgPadder
{
    float: left;
    margin-bottom: 5px;
}
.videoPadder
{
    float: left;
    padding: 4px;
}

/* picture headings and logos */

h3
{
    font-size: 18px;
}
h3.topHeading
{
    font-size: 24px;
}
h3 b
{
    margin: 0px;
    float: left;
    font-size: 60px;
    padding-right: 10px;
    line-height: 1em;
}
/* buttons */

#leftBar p a
{
    color: #FFFFFF;
    padding: 3px 8px 4px 5px;
}
#main p a.readmore
{
    color: #86B2CD;
    background-image: none;
}


/* block bgheadings */

#mainContent .threed h2, #leftBar .threed h2
{
}
#mainContent .threed
{
    display: block;
    padding-bottom: 10px;
}

#leftBar .threed h2
{
}
.threed h2 i
{
}

/* map styling */

.googleMap
{
    display: block;
    padding: 5px;
    background-color: #FFFFFF;
}
.googleMap iframe
{
}

/* form box styling */

.formBox
{
    display: block;
    margin-bottom: 20px;
    background-color: #104468;
    border: 1px solid #0B3551;
    padding-bottom: 15px;
}
.formBox p
{
    padding-left: 20px;
}
.formBox label
{
    display: inline-block;
    width: 150px;
    text-align: right;
}
.formBox .shortTB
{
    width: 200px;
}

/* edit boxes styling */

.editbox
{
    padding: 20px;
    background-color: #104468;
    border: 1px solid #0B3551;
    display: block;
    margin-bottom: 20px;
    color: #E6E6E6;
}

.editbox .fullTB
{
    width: 100%;
}

/* photo album styling */
.membercard
{
    width: 100%;
    float: right;
    clear: right;
}
.membercard img
{
    float: left;
}


/* footer elements */

#footer
{
    color: #000000;
}
#footer a
{
    color: #FFFFFF;
}
#footer a:hover
{
    text-decoration: underline;
}

/************************************************************************
* 
* Page Numbers and Next / Previous specific formatting 
*
************************************************************************/

.nextlink
{
    padding-right: 0px;
    float: right;
}
.prevlink
{
    padding-left: 0px;
    float: left;
  }
.toggletops
{
    text-align: center;
    display: block;
}
.PageNumbers
{
    display: inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    padding-right: 2px;
    color: #FFFFFF;
    font-weight: bold;
}
.newscrumbs
{
    letter-spacing: 0.4em;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall
{
    margin: 2px;
    border: 1px solid #596456;
    padding: 3px;
    color: #FFFFFF;
    font-size: 9px;
    cursor: pointer;
    background-color: #778883;
    float: right;
}

.formBox .buttonsmall
{
    float: right;
}

.buttonsmall-ovr
{
    border: 1px solid #596456;
    padding: 3px;
    color: #596456;
    font-size: 9px;
    cursor: pointer;
    background-color: #CFD5D6;
    float: right;
    margin: 2px;
}
.dissabledBtn
{
    border: thin solid #E2E2E2;
    background-color: #CCCCCC;
}


/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #E4E4E4;
    font-size: 0.7em;
}

#popupinner
{
    background-position: #C0C0C0;
    border: 1px solid #EAEAEA;
    margin: 2px;
    background: #C0C0C0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px;
    display: block;
}

.selected, .unselected
{
    padding: 2px;
}

.unselected
{
    background-color: #E9E7DC;
}

.selected
{
    background-color: #596456;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 590px;
    border: 1px solid #DDE1E0;
    background-color: #F3F3F3;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 180px;
    border: 1px solid #F3F3F3;
    background-color: #F8F8F8;
}


.scrolledtable
{
}

.selectablephoto
{
    background-position: center;
    background: #82918C repeat-x center;
    border: 1px solid #CFD5D6;
    padding: 2px;
}

.contextbuttons
{
    margin: 5px 3px 5px 3px;
}
#main a img.photo
{
    padding: 0px 5px 5px 0px;
    margin: 0px;
    border-style: none;
}
.imageCrop
{
    height: 129px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 292px;
    display: block;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #FFFFFF;    
}
.imageShrink
{
    height: 204px;
    overflow: hidden;
    display: block;
}
.imageShrink img
{
    width: 292px;
}




/* ............................ sliders ................................. */

#sliderboxes
{
    display: block;
    height: 235px;
    width: 1000px;
}
#sliderwrap
{
    overflow: hidden;
    position: relative;
    z-index: 100;
    margin-left: 26px;
    margin-right: 26px;
    display: block;
    width: 940px;
}
#slidertext
{
    overflow: hidden;
    position: relative;
    height: 235px;
    z-index: 100;
    float: left;    
    width: 940px;
}
#slidertext li
{
    overflow: hidden;
    position: relative;
    height: 235px;
    z-index: 100;
    width: 940px;
}

a.prev
{
    float: left;
    margin-top: 70px;
    width: 30px;
    height: 100px;
    background-image: url(images/prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    
}
a.next
{
    background-position: right center;
    float: right;
    margin-top: 70px;
    width: 30px;
    height: 100px;
    background-image: url(images/next.png);
    background-repeat: no-repeat;
}
.switchbox
{
    display: block;
    margin-left: 360px;
    padding-right: 15px;
}
#slidertext img
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}





/* i think it may work toggle */


.archive ul
{
    display: none;
    list-style: none;
}
.archive li
{
    background-image: none;
}
.archive ul ul
{
    display: inline;
}
.archive ul ul li a:link, .archive ul ul li a:visited, .nonToggle li a
{
    margin-left: 20px;
}

ul.archive a
{
    cursor: pointer;
    display: block;
    padding-left: 15px;
}
a.expanded
{
    background-image: url(images/minus.png);
    background-repeat: no-repeat;
    background-position: 3px left;
}
a.collapsed
{
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-position: 4px left;
}
a.extended
{
    background-image: url(images/linksbtn.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}
.archive a.hide
{
    color: #FF00FF;
}
.archive a:hover
{
    text-decoration: none;
}
.archive ul a
{
    display: block;
    font-weight: normal;
    padding-left: 15px;
}
.archive ul a:hover
{
    text-decoration: underline;
}
.archive li.active a
{
    background: #fff;
}
.archive li.active li a
{
    background: #e8e8e8;
}
.archive .footer
{
}
.archive .footer span
{
    display: none;
}
/************************************************************************
* 
* styles for skins 
*
************************************************************************/

/* table format */

.GridMain
{
    border: 1px solid #F5F5F5;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 90%;
    color: #000000;
}

.GridRow
{
    background-color: #FFFFFF;
}
.GridSelectedRow
{
    background-color: #990000;
    color: #FFFFFF;
}
.GridHeader
{
    font-weight: bold;
    background-color: #2C2825;
    color: #FFFFFF;
    text-align: left;
    padding-left: 5px;
}

.AltGrid
{
    background-color: #F5F5F5;
}
.GridMain th
{
    padding: 3px;
}
.GridMain td
{
    padding: 3px;
}

.GridHeader a:link, GridHeader a:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}
#main .GridHeader a:hover
{
    color: #FFCC59;
}


/* infoBoxes styling */

#infoBoxes
{
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #577DBC;
    background-color: #FFFFFF;
}
#infoBoxesContainer
{
    display: block;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
#infoBoxes h2
{
    color: #5E8D01;
}
.partners
{
    color: #D8D5C4;
    display: block;
}
.partners .imgBtn
{
    margin-right: 15px;
}
.sponsors
{
    float: left;
    background-color: #FFFFFF;
    margin-left: 20px;
}
.short
{
    width: 360px;    
}
.bigger
{

    width: 600px;
}
.sponsors h2
{
    padding-bottom: 10px;
}

#contactBoxes
{
    background-position: center -100px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background-color: #0D3956;
    background-image: url(images/botBg1.jpg);
    background-repeat: no-repeat;
}
#contactBoxesBottom
{
    display: block;    
}
#contactBoxContainer
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: left;
    color: #CCD2D0;    
    height: 1700px;
}
#contactBoxContainer p
{
    color: #CCD2D0;
}
#contactBoxContainer h3
{
    margin-left: 40px;
    padding-bottom: 20px;
}
.contactfloats
{
    float: left;
    width: 310px;
    margin-left: 10px;
    font-size: 90%;
}
.contactRepeater
{
    float: left;
    width: 190px;
    padding: 5px;
}
#loginBottom
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000000;
}
#loginBottomContainer
{
    display: block;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    color: #C0C0C0;
}
#loginBottomContainer a
{
    color: #FFFFFF;
}
.loginBox
{
    float: left;
}
.loginBox p
{
    color: #D6DDCA;
}
.membersbox
{
}
.hireme
{
    display: block;
    margin-left: 450px;
    color: #BFC4C2;
}
.hireme h1.level2
{
    color:#B1B8B6;
    padding-left: 100px;
}
.hireme h1.level3 a
{
    color: #9CA5A3;
    padding-left: 220px;
}
.hireme h1.level3 a:hover
{
    color: white;
}
.notloggedInBox, .loggedInBox
{
    float: left;
    width: 320px;
}
.loginSmallBox
{
    float: left;
    width: 120px;
    margin-right: 10px;
    font-size: 80%;
}
.loggedInRepeater
{
    float: left;
    width: 200px;
    padding: 5px;
}
.toplink
{
    display: block;
    text-align: center;
}
.toplink a:link, .toplink a:visited
{
    padding-top: 60px;    
    display: block;
    color: #0D3956;
    width: 100%;
    font-size: 80%;
    clear: both;
}
.toplink a:hover
{
    color: #C1CAC7;
}
.copyright
{
    display: block;
    padding-top: 50px;
    padding-bottom: 100px;
}

/*    icons  */

span.phoneIcon, p.phoneIcon
{
    background-image: url(images/icons/phone.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}
span.emailIcon, p.emailIcon
{
    background-image: url(images/icons/email.png);
    background-repeat: no-repeat;
    padding-left: 19px;
}
p.emailIcon, p.phoneIcon
{
    margin-left: 20px;
}

.loginBox a 
{
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 19px;
    margin-left: -3px;
    padding-bottom: 2px;
}
.loginBox a:hover
{
    color: #FFFFFF;
}

a.services
{
    background-image: url(images/icons/wrench.png);
}
a.addnews
{
    background-image: url(images/icons/page_white_edit.png);
}
a.folders
{
    background-image: url(images/icons/application_add.png);
}
a.subpage
{
    background-image: url(images/icons/application_cascade.png);
}
a.addalbum
{
    background-image: url(images/icons/photo_add.png);
}
a.photos
{
    background-image: url(images/icons/photos.png);
}
a.group
{
    background-image: url(images/icons/group.png);
}
a.committee
{
    background-image: url(images/icons/rosette.png);
}
a.logout
{
    background-image: url(images/icons/lock_open.png);
}
a.register
{
    background-image: url(images/icons/pencil.png);
}
h5 .unlocked
{
    background-image: url(images/icons/lock_open.png);
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 19px;
    padding-bottom: 7px;
    display: block;
}

h5 .locked
{
    background-image: url(images/icons/lock.png);
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 19px;
    padding-bottom: 7px;
    display: block;
}

a.edit
{
    background-image: url(images/icons/page_white_edit.png);
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 80%;
    color: #E9E7DC;
}
a.pdf
{
    background-image: url(images/icons/page_white_acrobat.png);
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
a.groups
{
    background-image: url(images/icons/group.png);
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.actionbuttons a.edit
{
    float: right;
}
span.wink
{
    background-image: url(images/icons/emoticon_wink.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    display: inline-block;
}


/* extras */

#main .addressBox p
{
    padding: 0px;
    margin: 0px;
    color: #82918C;
}