/**
  * 
  *
  * @author James Thatcher <james@brandfour.com> 
  * @version 0.2
  * @revision $Revision: 0.02 $
  * @date $Date: Thu, 27 Sept 2007 10:47:25 GMT $
  * $RCSfile: style.css,v $
  *
  * @todo
  *   
  * 
  * @history
  * Thu, 27 Sept 2007 10:47:37 GMT - Initially created file
  *
  *  UPDATES:
  *  27/08/09 Zack
  **/



*{border:0;margin:0;padding:0;background:transparent;}

body {
    background: #121A1D;
    font-family: Arial, Arial, Helvetica, sans-serif;
    /* font-family: 'lucida grande', 'myriad pro', sans-serif, verdana, 'helvetica neue', helvetica, arial; */
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}

.nice_vlight_gray  { color: #A0A0A0; } .nice_vlight_gray_bg { background: #A0A0A0; }
.nice_light_gray   { color: #797E79; } .nice_light_gray_bg  { background: #797E79; }
.nice_med_gray     { color: #464646; } .nice_med_gray_bg    { background: #464646; }
.nice_dark_gray    { color: #252525; } .nice_dark_gray_bg   { background: #252525; }
.nice_green        { color: #B0F950; } .nice_green_bg       { background: #B0F950; }
.nice_blue         { color: #8ECAFE; } .nice_blue_bg        { background: #8ECAFE; }

p {
    margin-bottom: 1em;
}

/* LVHA */
a:link {
    color: #262626;
	font-family: Arial, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 13px;

    }
	
a:visited {
    color: #262626;
	font-family: Arial, Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-size: 13px;

    }

a:hover {
    color: #ff9900;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 13px;

}

a:active {
    color:#262626;
	font-family: Arial, Arial, Helvetica, sans-serif;
    text-decoration:underline;
	font-size: 13px;

}

.item, .item1 {
    float: left;
    position: relative;
    width: 149px;
    height: 35px;
    margin: 5px;
    cursor: move;
    padding: 5px 3px 15px 3px;
    padding-bottom: 15px;
}
.item1 { cursor: default; }
.item span, .item1 span {
    position: absolute;
    bottom: 0px;
    left: 3px;
    font-size: 11px;
    width: 100%;
}

#pagesettings {
    display:block;
    text-align: center;
    margin: auto;
    text-align: center;
    z-index: 99999;
    color: #999;
    background: #f1f1f1;
}
#pagesettings #settings {
}
#pageConfig {
    /*width: 100%;*/
    display: block;
    z-index: 99999;
    color: #999;
}
label {
    position: relative;
    width: 140px;
    float: left;
    padding: 2px 0;
}
textarea {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
    height: 100px;
    font: inherit;
}
textarea:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
/*
.item,.item1 {
	float: left;
	position: relative;
        width: 156px;
        height: 41px;
	margin: 10px;
        margin-left: 30px;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
        border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: move;
        padding: 15px;
}

.item span,.item1 span
{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
 
}
*/

.headings {
    padding: 2px;
    background: #E9E9E9;
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    border: 1px solid #A7A9AB;
    color: #0F1416;
    position: relative;
    /*height: 16px;*/
}
.headings .left {
    float: left;
    width: 49%;
}
.headings .readmore {
    float: right;
    width: 49%;
    text-align: right;
    clear: right;
    display: block;
}
/*
 .headings .left {
    color: #0F1416;
}
.headings .readmore {
    position: absolute;
    right: 2px;
    color: #0F1416;
}
*/
.headings .content {
    clear: right;
    display: block;
}

.editbox {
    width: 540px;
    font-family: verdana;
    min-height: 300px;
}
#edittext {
        float: right;
        display: block;
        clear: both;
}
#savetextholder, #canceltextholder {
    float: right;
    width: 70px;
    height: 20px;
    background: #ccddaa;
    text-align: center;
    margin: 0 4px;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
} #savetextholder { width: 140px; }


/** .....EDIT BOX............................. **/


.editboxholder {
    background: url(images/editbox-bg.png) repeat-y 0 100%;
    padding: 1px;
    position: relative;
    width: 530px;
}
.editbox {
    border-top: 1px solid #959598;
    border-left: 1px solid #959598;
    border-bottom: 1px solid #959598;
    margin-right: 10px;
    background: #fff;
}

.submitbutton {
    background: #CACBCE;
    border: 1px solid #959598;
    color: #101416;
    font-family: arial, Fixedsys, Impact, arial;
    /*margin: 0 4px;*/
    padding: 1px;
    cursor: pointer;
    width:60px;
    display:block;
    float:left;
}
.submitbutton:hover {
    border-color: #69696B #959598 #959598 #69696B;
    color: #0F7A87;
    background: #E0E0E2;
}
.over {
    background: url(images/textarea_background.gif) repeat;
    cursor: pointer;
}
.hidden {display: none !important;}


/*.submitbutton {
    background: #ccddaa;
    text-align: center;
    margin: 0 4px;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
}*/

.subtitle {
        /*display: block;*/
        /*color: #16074D;*/
        color: #262626;
        /*border-bottom: 1px solid #C5C1D2;*/
        border-bottom: 1px solid #A7A9AB;
        padding-bottom: 1px;
        margin: 0;
        font-family: Arial, Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

.minititle {
        color: #262626;
	 	font-family: Arial, Arial, Helvetica, sans-serif;
 	    text-decoration: none;
  	    font-size: 13px;
    }
.fontbiggestclass {
    font-size: 18px;
    /*line-height: 35%;*/
    line-height: 26px;
}

.fontnormalclass {
    font-size: 15px;
    /*line-height: 16%;*/
    line-height: 22px;
}
.fontsmallestclass {
    /*font-size: 9px;
    line-height:13px;*/
    font-size: 12px;
    line-height: 18px;
}
/** .....HEADER............................. **/

#header {
    width: 100%;
    height: 115px;
    margin: auto;
    position: relative;
    background: url(images/header-right-bg.png) repeat-x;
    /*
    border-top: 1px solid #CDC7C1;
    border-bottom: 1px solid #CDC7C1;
    */
    color: #000;
}

    #header #headerleft {
        position: absolute;
        width: 57px;
        height: 115px;
        display: block;
        clear: none;
        background: url(images/header-left.png) no-repeat;
    }
        #header #headerleft-logoholder {
            position: absolute;
            margin-left: 56px;
            width: 116px;
            height: 115px;
            clear: none;
            outline: none;
        }
        #headerleft-logoholder #left-logo {
            width: 116px;
            height: 115px;
            background: url(images/header-left-logo.png) no-repeat;
            display: block;
            text-indent: -5000em;
        }
    
    #header #headermiddle {
        position: absolute;
        padding: 0;
        width: 687px;
        height: 80px;
        clear: none;
        display: block;
        vertical-align: middle;
        text-align: center;
        background: url(images/header-middle.png) repeat-x;
    }
    
    #newlogo {border:  0;
	float:  left;margin:  12px 0 0 56px;
}
    #header #headerright {
        position: absolute;
        margin-left: 687px;
        width: 280px;
        height: 80px;
        display: block;
        clear: right;
        background: url(images/header-right.png) no-repeat;
    }
    
    #header #headerbottomright {
        position: absolute;
        margin-left: 32px;
        margin-top: 80px;
        width: 796px;
        height: 35px;
        color: #fff;
        text-align: center;
    }

/* My Comment */
        #headerbottomright #Home,
        #headerbottomright #Service,
        #headerbottomright #Technograniti,
        #headerbottomright #Support_Systems,
        #headerbottomright #Company_Info,
        #headerbottomright #Case_Studies,
        #headerbottomright #Contact_Us{
            text-indent: -5000em;
            clear: none;
            float: left;
            outline: none;
        }
        #headerbottomright #Home {
            width: 80px;
            height: 35px;
            background: url(images/link-home.png) no-repeat top;
        } #headerbottomright #Home:hover { background-position: bottom; }
        #headerbottomright #Service {
            width: 75px;
            height: 35px;
            background: url(images/link-service.png) no-repeat top;
        } #headerbottomright #Service:hover { background-position: bottom; }
        #headerbottomright #Technograniti {
            width: 130px;

            height: 35px;
            background: url(images/link-technograniti.png) no-repeat top;
        } #headerbottomright #Technograniti:hover { background-position: bottom; }
        #headerbottomright #Support_Systems {
            width: 155px;
            height: 35px;
            background: url(images/link-support-systems.png) no-repeat top;
        } #headerbottomright #Support_Systems:hover { background-position: bottom; }
        #headerbottomright #Company_Info {
            width: 125px;
            height: 35px;
            background: url(images/link-company-info.png) no-repeat top;
        } #headerbottomright #Company_Info:hover { background-position: bottom; }
        #headerbottomright #Case_Studies {
            width: 120px;
            height: 35px;
            background: url(images/link-case-studies.png) no-repeat top;
        } #headerbottomright #Case_Studies:hover { background-position: bottom; }
        #headerbottomright #Contact_Us {
            width: 106px;
            height: 35px;
            background: url(images/link-enquiry.png) no-repeat top;
        } #headerbottomright #Contact_Us:hover { background-position: bottom; }


/** .....MAIN............................... **/

#background {
    position: relative;
    width: 100%;
    height: 100%;
    background: #121A1D url(images/background1.png) repeat;
    background-repeat: repeat;
    margin: 0 auto;
    padding-bottom:100px;
    
}

#main {
    margin-left: 57px;
    width: 910px !important;
    width: 910px;
    /*height: 400px;*/
    background: #fff;
    position: relative;
    border-bottom: 1px solid #B7BABA;
}

#main #leftholder {
    width: 745px;
}
    #leftholder #left {
        border-right: 1px solid #B2B2B2;
        padding: 1px;
        background: #CACBCE;
    }

    #main #left #title {
        background: #fff;
        width: 743px;
        height: 234px;
        padding:0;
        margin:0;
        border-bottom: 1px solid #575959;
    }
    #main #left #bigtitle {
        background: #fff url(/images/loading_slideshow.gif) no-repeat top left;
        width: 743px;
        height: 362px;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #575959;
    }
        #main #left #middlelinks {
            height: 40px;
            width: 743px;
            background: #000;
        }
            #middlelinks #middlelinks-porcelain {
                background: url(images/middlelinks-porcelain.png) no-repeat top;
                width: 111px;
                height: 40px;
                float: left;
                text-indent: -5000em;
            } #middlelinks #middlelinks-porcelain.sel, #middlelinks #middlelinks-porcelain:hover { background-position: bottom; }
            #middlelinks #middlelinks-stancliffe {
                background: url(images/middlelinks-engineering.png) no-repeat top;
                width: 191px;
                height: 40px;
                float: left;
                text-indent: -5000em;
            } #middlelinks #middlelinks-stancliffe.sel, #middlelinks #middlelinks-stancliffe:hover { background-position: bottom; }
            #middlelinks #middlelinks-microcrystal {
                background: url(images/middlelinks-microcrystal.png) no-repeat top;
                width: 134px;
                height: 40px;
                float: left;
                text-indent: -5000em;
            } #middlelinks #middlelinks-microcrystal.sel, #middlelinks #middlelinks-microcrystal:hover { background-position: bottom; }
            
            #middlelinks #middlelinks-natural {
                background: url(images/middlelinks-natural.png) no-repeat top;
                width: 144px;
                height: 40px;
                float: left;
                text-indent: -5000em;
            } #middlelinks #middlelinks-natural.sel, #middlelinks #middlelinks-natural:hover { background-position: bottom; }
            #middlelinks #middlelinks-technical {
                background: url(images/middlelinks-technical.png) no-repeat top;
                width: 163px;
                height: 40px;
                float: left;
                text-indent: -5000em;
            } #middlelinks #middlelinks-technical.sel, #middlelinks #middlelinks-technical:hover { background-position: bottom; }
    #leftholder #left #middleleftholder {
        /*width: 240px;*/
        width: 200px;
        float: left;
        display: block;
    }
        #left #middleleftholder #middleleft {
            margin-top: 1px;
        }
            #middleleftholder #middleleft .leftlink:hover { background-position: bottom !important; }
            #middleleftholder #middleleft .leftlink {
                width: 198px;
                height: 17px;
                display: block;
                text-indent: -5000em;
                background-position: top;
            }
            #middleleftholder #middleleft #lefttextlinks {
                min-height: 280px;
                /*background: url(images/middleleft-bg.png) repeat-x;*/
                /*width: 220px;*/
                width: 180px;
                padding: 10px;
                line-height: 150%;
                padding-bottom: 4px;
            }
                #middleleftholder #middleleft #lefttextlinks ul {
                    list-style-image: url(/images/bull.png);
                    margin-left: 15px;
                }
                
                #middleleftholder #middleleft #lefttextlinks a {
                    color: #666666;
                    font-family: Arial, Arial, Helvetica, sans-serif;
                    text-decoration: none;
                    font-size: 13px;
                    display:block;
                    border: 1px solid #CACBCE;
					
                }
                #middleleftholder #middleleft #lefttextlinks a:visited {
                    color: #666666;
                    text-decoration: none;
                }
                #middleleftholder #middleleft #lefttextlinks a:hover,#middleleftholder #middleleft #lefttextlinks a.sel {
                    color: #101416;
                    border-bottom: 1px solid #999999;
                }
                
            #middleleft #left-quicklinks {
                /*width: 238px;*/
                width: 198px;
                height: 31px;
                background: url(images/left-quicklinks.png) no-repeat;
                text-indent: -5000em;
            }
            #middleleft #left-casestudies {
                display: block;
                /*width: 238px;*/
                width: 198px;
                height: 118px;
                background: url(images/left-casestudies.png) no-repeat top;
                text-indent: -5000em;
                cursor: pointer;
                outline: none;
            } #middleleft #left-casestudies.sel, #middleleft #left-casestudies:hover { background-position: bottom; }
            #middleleft #left-brochure {
                display: block;
                /*width: 238px;*/
                width: 198px;
                height: 118px;
                background: url(images/left-brochure.png) no-repeat top;
                text-indent: -5000em;
                cursor: pointer;
                outline: none;
            } #middleleft #left-brochure.sel, #middleleft #left-brochure:hover { background-position: bottom; }
            #middleleft #left-3d {
                display: block;
                /*width: 238px;*/
                width: 198px;
                height: 118px;
                background: url(images/left-3d.png) no-repeat top;
                text-indent: -5000em;
                cursor: pointer;
                outline: none;
            } #middleleft #left-3d.sel, #middleleft #left-3d:hover { background-position: bottom; }
        
    #leftholder #left #bigholder {
        width: 740px !important;
        width: 735px;
        background: #fff;
    }
        #left #bigholder #big {
            margin-left: 0px;
            padding: 10px 10px 10px 10px;
            min-height: 369px;
        }
    #leftholder #left #middlerightholder {
        /*width: 500px !important;
        width: 495px;*/
        width: 539px !important;
        width: 535px;
        /*margin-left: 243px;*/
        margin-left: 203px;
        background: #fff;
    }
        #left #middlerightholder #middleright {
            margin-left: 0px;
            padding: 0px 10px 10px 10px;
            min-height: 369px;
        }
        .pagetitle {
            display: block;
            padding: 10px;
            margin-top: 5px;
            margin-bottom: 0px;
        }
            .pagetexttitle {
				font-family: Arial, Helvetica, sans-serif;
                font-size: 65px;
				line-height:55px;
				letter-spacing: -1px;
				/*margin-bottom: 10px;*/
                padding: 10px 10px 0px 10px;
            }
            .head {
                font-size: 13px;
                border-bottom: 1px solid #B7BABA;
                margin-bottom: 3px;
                color: #0F1416;
            }
            .sub {
                font-size: 13px;
                border-bottom: 1px solid #B7BABA;
                margin-bottom: 3px;
                color: #25547B;
            }
            .textdark {
                color: #262626;
            }
            .textmed {
                color: #999999;
            }
            .textgreen {
                color: #1F807E;
            }
            .textgray {
                color: #A3A3A3;
                font-size: 14px;
            }

#main #rightholder {
    width: 165px !important;
    width: 161px;
    background: #fff;
    float: right;
}
    #rightholder #right {
    }
        #rightholder #right #fontsizechanger {
            margin: 15px 10px !important;
            margin: 15px 5px 0 0;
            padding: 15px 1px 15px 1px;
            height: 15px;
            overflow: hidden;
            /*border-top: 1px solid #B2B2B2;*/
            /*border-bottom: 1px solid #B2B2B2;*/
            background: url(images/right-font.png) no-repeat top left;
        }
            #fontsizechanger #fontbiggest {
                background: url(images/font_large.png) no-repeat;
                background-position: top;
                width: 24px;
                height: 15px;
                display: block;
                text-indent: -5000em;
                float: left;
                outline: none;
                margin: 0;
                padding: 0;
            }
            #fontsizechanger #fontnormal {
                background: url(images/font_medium.png) no-repeat;
                background-position: top;
                width: 24px;
                height: 15px;
                display: block;
                text-indent: -5000em;
                float: left;
                outline: none;
                margin: 0;
                padding: 0;
            }
            #fontsizechanger #fontsmallest {
                background: url(images/font_small.png) no-repeat;
                background-position: top;
                width: 24px;
                height: 15px;
                display: block;
                text-indent: -5000em;
                float: left;
                outline: none;
                margin: 0;
                padding: 0;
            }
            #fontsizechanger #fontbiggest:hover,
            #fontsizechanger #fontnormal:hover,
            #fontsizechanger #fontsmallest:hover,
            #fontsizechanger #fontbiggest.sel,
            #fontsizechanger #fontnormal.sel,
            #fontsizechanger #fontsmallest.sel{ background-position: bottom; }
        
        #rightholder #right #backgroundchanger {
            margin: 15px 10px !important;
            margin: 15px 5px 0 0;
            padding: 15px 1px 5px 1px;
            /*border-top: 1px solid #B2B2B2;
            border-bottom: 1px solid #B2B2B2;*/
            background: url(images/right-background.png) no-repeat top left;
        }
            #backgroundchanger #bg-1 {
                width: 12px;
                height: 12px;
                display: block;
                float: left;
                margin: 0 4px;
                background: url(/images/bg-1.png) no-repeat;
                text-indent: -5000em;
            }
            
            #backgroundchanger #bg-2 {
                width: 12px;
                height: 12px;
                display: block;
                float: left;
                margin: 0 4px;
                text-indent: -5000em;
                background: url(/images/bg-2.png) no-repeat;
            }
            #backgroundchanger #bg-3 {
                width: 12px;
                height: 12px;
                display: block;
                float: left;
                margin: 0 4px;
                background: url(/images/bg-3.png) no-repeat;
                text-indent: -5000em;
            }
            
            #backgroundchanger #bg-4 {
                width: 12px;
                height: 12px;
                display: block;
                float: left;
                margin: 0 4px;
                text-indent: -5000em;
                background: url(/images/bg-4.png) no-repeat;
            }
        
        #rightholder #right #drag-palette {
            width: 156px;
            height: 125px;
            background: url(images/savearea.png) no-repeat;
            position: absolute;
            display: block;
            top: 236px;
            right: 5px;
            padding-top: 40px;
        }
        #rightholder #right #drag-technical {
            width: 156px;
            height: 125px;
            background: url(images/technical.png) no-repeat;
            position: absolute;
            display: block;
            top: 238px;
            right: 5px;
            padding-top: 27px;
        }

#footerholder {
    position: relative;
    clear: both;
    width: 910px;
}

#footerleft {
    float: left;
    width: 744px !important;
    width: 745px;
    height: 24px;
    border-top: 1px solid #B7BABA;
    border-right: 1px solid #B7BABA !important;
    border-right: 0px;
    background: #fff;
    font-size: 10px;
}

#footerleft ul {
margin: 0.5em 1em 0 1em !important;
margin: 0.5em 0.5em 0 1em;
padding: 0;
}

#footerleft ul li {
display: inline;
list-style: none;
}

#footerleft ul li a {
    float: left;
    padding: 0 1em 0 1em;
    text-decoration: none;
    color: #A3A8AD;
    border-right: 1px solid #B7BABA;
}

#footerleft ul li a.last {
padding-right: 0;
border-right: 0;
}

#footerleft ul li a:hover {
color: #3B5D77;
}
#footerright {
    width: 165px !important;
    width: 164px;
    height: 24px;
    float: right;
    background: #fff;
    border-top: 1px solid #B7BABA;
    margin-bottom: 10px;
    border-left: 0px !important;
    border-left: 1px solid #B7BABA;
}
#footerright div {
    font-size: 11px;
    margin: 5px 2px 3px 10px;
    color: ##262626;
	
}

#footerleft a:link {
    font-size: 11px;
    color: #262626;
	
}

#footerleft a:visited {
    font-size: 11px;
    color: #262626;
	
}

#footerleft a:hover {
    font-size: 11px;
    color: #262626;
	
}

#footerleft a:active {
    font-size: 11px;
    color: #262626;
	
}

#footerright a:link {
    font-size: 11px;
    color: #262626;
	
}

#footerright a:visited {
    font-size: 10.5px;
    color: #262626;
	
}

#footerright a:hover {
    font-size: 11px;
    color: #262626;
	
}

#footerright a:active {
    font-size: 11px;
    color: #262626;
	
}

/** .....FORMS............................... **/

form.general {
}

/* 10/07/07 - thatch - Fixed opera bug; removed form.general from inputs */
form.general fieldset{
    border:none;
    margin:2px 5px 2px 8px !important;
    margin:0;padding:0;
}
.ajax-loading {
    padding: 20px 0;
    background: url(/images/spinner.gif) no-repeat center;
    z-index: 99999;
}
form.general fieldset legend{
    color:#cc0033;
}

form.general br {
    display: none;
}

form.general label {
    position: relative;
    width: 140px;
    float: left;
    padding: 2px 0;
}
form.general input.t{
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
}
form.general input.ts{
    background-color: #F4F4F4;
    border-color: #CBCBCB #B2B2B2 #B2B2B2 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 143px !important;
    width: 149px;
    /*width: 154px;*/
    margin-left: 0px;
    margin-right: 0px;
}
form.general input.t:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
form.general input.ts:focus {
background: #E0E0E0;
    border-color: #B2B2B2 #CCCCCC #D3D3D3 #B2B2B2;
}
form.general textarea {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
    height: 100px;
    font: inherit;
}
form.general textarea:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
form.general option {
    background: #F4F4F4;
    padding: 1px 0px 1px 5px;
}
form.general select {
    background: #F4F4F4;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
}
form.general input.s {
    color: #16074D;
    border: 1px solid #C5C1D2;
    padding: 1px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
} form.general input.s:hover { background: #E0E0E0; }
.cls {
    clear: both;
    display: block;
    height: 3px;
}

.toolTip { cursor: pointer; }
.tool-tip {
	color: #fff;
	width: 150px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #000 url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
        display:block;
	padding: 4px 8px 8px;
	background: #000 url(images/bubble.png) bottom right;
}

.validation-failed {
    border: 1px solid #f00;
}
.validation-passed {
}
.validation-advice {
    margin-left: 100px;
    margin: 2px 2px 0px 140px;
    font-style: italic;
    padding: 2px; 
    color:#fff; 
    background-color:#f00;
    width: 182px;
}
.warning {
    border: 1px solid #c66;
}
.warning-advice {
    margin: 2px;
    padding: 2px;
    color:#fff;
    background-color:#bbb;
}

/* This is the div that contains the admin links on the case study section */
#admin_casestudy {
    margin-top: 25px; /* seperate the admin functions from the case study links*/
    background: #DCDCDC;
    border: 1px solid #99999A;
}
/* This is the title for the admin features */
#admin_casestudy span {
    background: #000;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
/* this is for the links */
#admin_casestudy div {
    padding: 5px;
}

/* @group Zack */

#cse-search-results {
	margin:0   20px;}

ul.indent {
	margin: 0 0 1em 2em;;
}

        #main #left #middlelinks {
        background: url(images/middlelinks.png) repeat;
        }

            #middlelinks #middlelinks-stancliffe {
                background: url(images/middlelinks-elementd.png) no-repeat top;
                width: 85px;
                height: 40px;
                float: left;
                text-indent: -5000em;
            } 
            
 .download {float: left;
	width:  250px ;height:  370px; margin:  0 5px 5px 0; overflow:  hidden;background:  #efefef; border:  1px solid #B0AEAE;}


.download .dltitle
{
	background:  #111A1D; color:  #E3790A;font-weight: bold;padding: 5px;
}  

.download .dltitle a 
{
	 color:  #fff;
}  

.download .dltext {
	padding:  15px;
}
.download .dltext img {float: left;
	padding: 0  15px 0 0; border: 0;
}


            
/* @end */