﻿/* HTML Elements */
/* HTML Elements */
/* HTML Elements */
/* HTML Elements */



html
{
    min-height: 101%;
}

body
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    background-color: #e3eae8;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    color: #0D285D;
    font-family: Arial;
    font-size: 0.8em;
}




img
{
    border: none;
}


p
{
    font-size: 1.0em;
    color: #0D285D;
    line-height: 1.8em;
    margin: 0px 0px 18px 0px;
}

h1
{
    font-size: 1.6em;
    line-height: 1.7em;
    color: #0D285D;
    font-weight: normal;
    margin: 0px 0px 1px 0px;
}

h2
{
    font-size: 1.4em;
    line-height: 1.5em;
    color: #000000;
    font-weight: normal;
    margin: 0px 0px 1px 0px;
}


h3
{
    font-size: 1.3em;
    font-weight: bold;
    color: #0D285D;
    margin: 0px 0px 5px 0px;
}

h4
{
    font-size: 1.0em;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}


h5, h6
{
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 0px;
    padding-bottom: 2px;
}


table
{
    border: none;
}

th
{
    color: #0D285D;
    border: none;
    font-weight: bold;
}

tr
{
    border: none;
    color: #0D285D;
}

td
{
    border: none;
    color: #0D285D;
    padding: 5px;
}


strong
{
    font-weight: bold;
}


a
{
    text-decoration: none;
    color: #37631D;
}

a:hover
{
    text-decoration: underline;
    color: #37631D;
}



ul
{
    color: #0D285D;
    list-style-type: none;
    padding: 0px 0px 2px 20px;
    margin: 0px 0px 2px 20px;
}

ul li
{
    list-style-type: none;
    color: #0D285D;
    background-repeat: no-repeat;
    background: url(images/arrows-blue.gif) no-repeat top left;
    line-height: 1.6em;
    padding: 0px 0px 5px 8px;
    margin: 0px 0px 5px 8px;
}

li a
{
    text-decoration: none;
    font-weight: normal;
    color: #0D285D;
}

li a:hover
{
    text-decoration: underline;
    font-weight: normal;
    color: #0D285D;
}



.course-list
{
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
}





/* Form Classes */
/* Form Classes */
/* Form Classes */
/* Form Classes */


.form-input-testlink
{
    border: 1px solid #b596b5;
    width: 90px;
    padding: 2px;
    font-size: 0.9em;
    background-color: #efefef;
    color: #0D285D;
}


.form-input-75
{
    border: 1px solid #b596b5;
    width: 75px;
    padding: 2px;
    color: #0D285D;
}

.form-input-150
{
    border: 1px solid #b596b5;
    width: 150px;
    padding: 2px;
    color: #0D285D;
}

.form-input-200
{
    border: 1px solid #b596b5;
    width: 200px;
    padding: 2px;
    color: #0D285D;
}

.form-input-350
{
    border: 1px solid #b596b5;
    width: 350px;
    padding: 2px;
    color: #0D285D;
}

.form-input-blogcomment
{
    border: 1px solid #b596b5;
    width: 350px;
    height: 100px;
    padding: 2px;
    color: #0D285D;
}

.form-input-search
{
    border: 1px solid #b596b5;
    width: 150px;
    padding: 3px 2px 3px 2px;
    color: #0D285D;
}

.small-submit
{
    border: 1px solid #000000;
    background-color: #102663;
    padding: 1px;
    margin: 0px;
    color: #ffffff;
}

.normal-submit
{
    border: 1px solid #000000;
    padding: 2px;
    margin: 0px;
    background-color: #102663;
    color: #ffffff;
}


.coursesearch
{
    font-size: 0.9em;
}

.search-watermark
{
    
        border: 1px solid #b596b5;
    width: 150px;
    padding: 3px 2px 3px 2px;
   color:#bbbbbb;
}


/* ID Elements */
/* ID Elements */
/* ID Elements */
/* ID Elements */



#wrapper
{
    width: 770px;
    margin: auto;
    padding: 0px;
    background-color: #ffffff;
    border: 5px solid #ffffff;
    border-top: none;
}


#toplinks
{
    background-color: #324578;
    border-bottom: 1px solid #375b86;
    height: 22px;
    color: #faf8f9;
    font-size: 0.85em;
    line-height: 22px;
    padding: 0px 6px 0px 6px;
}

#toplinksleft
{
    float: left;
    text-align: left;
    width: 350px;
}

#toplinksleft p
{
    line-height: 22px;
    color: #faf8f9;
    margin: 0px;
    padding: 0px;
}



#toplinksright
{
    float: right;
    text-align: right;
    width: 350px;
}

#toplinks a
{
    color: #faf8f9;
    font-weight: normal;
    text-decoration: none;
}

#toplinks a:hover
{
    color: #efefef;
    font-weight: normal;
    text-decoration: underline;
}



#header, #header-admin
{
    clear: both;
    float: left;
    width: 770px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #12255A;
    background-image: url(images/header.jpg);
}


#header h1
{
    display: none;
}


#header-admin
{
    background-image: url(images/headeradmin.jpg);
}




#header-logo
{
    float: left;
    width: 270px;
    height: 100px;
}

#header-right
{
    float: right;
    width: 500px;
    margin-right: 25px;
    margin-top: 25px;
    text-align: right;
}

#header-right p
{
    color: White;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0px;
    padding:0px;
    line-height:normal;
}

#header-right select
{

    font-size: 0.7em;
    margin:0px;
    padding:0px;
   
}


#content-wrapper
{
    width: 770px;
    float: left;
    background-image: url(images/sidenavbackground.gif);
    background-position: top right;
    background-repeat: repeat-y;
}


#content-wrapper-single
{
    width: 740px;
    float: left;
    padding: 0px 15px 5px 15px;
    margin-top: 18px;
}






#col1
{
    width: 510px;
    float: left;
    background-color: #ffffff;
    padding: 0px 15px 5px 15px;
    margin-top: 18px;
}

#col2
{
    width: 204px;
    margin-left: 5px;
    float: left;
    padding: 10px;
    padding-top: 18px;
}

#content-wrapper-single li a,
#content-wrapper-single li a:hover,
#col1 ul li a,
#col1 ul li a:hover
{
    color:#37631D;
}


#footer
{
    width: 770px;
    clear: both;
    margin-top: 5px;
    background-color: #C8B6CB;
    padding: 10px 0px 10px 0px;
}


#footer-links-wrap
{
    font-size: 0.85em;
    float: left;
    margin: 5px 0px 15px 0px;
}

.footer-col
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 36px;
    width: 153px;
    border-right: 1px dotted #ead7ed;
}

.footer-col-last
{
    float: left;
    padding: 0px 0px 0px 36px;
    width: 154px;
}






/* Clear Floats / Dividers */
/* Clear Floats / Dividers */
/* Clear Floats / Dividers */
/* Clear Floats / Dividers */


.error
{
    color: Red;
    font-weight: bold;
}
.center-it
{
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.clearboth
{
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}

.float-right
{
    float: right;
}

.divider
{
    clear: both;
    height: 1px;
    border-top: 1px dotted #b596b5;
    margin: 15px 0px 15px;
}





/* Images */
/* Images */
/* Images */
/* Images */


.photo img, .photo-item
{
    border: 1px solid #D8D8D8;
    margin-bottom: 5px;
    padding: 6px;
    background-color: #ffffff;
}

a.photo img
{
    border: 1px solid #DEDEDE;
}

a:hover.photo img
{
    border: 1px solid #88A5CD;
}


/* HTML Element Overides */
/* HTML Element Overides */
/* HTML Element Overides */
/* HTML Element Overides */

#col2 p
{
    color: #0D285D;
    margin: 0px 0px 10px 0px;
    line-height: 1.5em;
}

#col2 ul
{
    padding: 1px 0px 0px 0px;
    margin: 1px 0px 0px 0px;
}


/* Blog Specific CSS */
/* Blog Specific CSS */
/* Blog Specific CSS */
/* Blog Specific CSS */

.blogcomment
{
    background-color: #EDE8EE;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 15px 5px;
}

.blogcomment .title
{
    border-bottom: 1px dotted #b596b5;
    margin-bottom: 5px;
}

.blogcomment .title p
{
    padding: 0px;
    margin: 0px;
    font-style: normal;
}

.blogcomment p
{
    padding: 0px;
    margin: 0px;
    font-style: italic;
}

.blogpost
{
    margin-top: 15px;
}

.postfooter
{
    border-top: 1px dotted #b596b5;
    padding-top: 8px;
    margin-bottom: 60px;
}

.postfooter ul
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

.postfooter li
{
    background-image: none;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
    float: left;
    color: #0D285D;
}

.posttitle
{
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}

.posttitle a
{
    text-decoration: none;
    font-size: 1.1em;
    color: #0D285D;
}

.posttitle a:hover
{
    text-decoration: underline;
}


.PostDate
{
    float: left;
    text-align: center;
    width: 70px;
    height: 70px;
    margin: 0px 12px 0px 0px;
    background-image: url(images/calendar.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

.PostDate small
{
    font-size: 10px;
    line-height: 14px;
    color: #8a98a2;
    font-weight: bold;
}

.PostDate .month
{
    display: block;
    padding: 1px 0px 2px 0px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 10px;
}

.PostDate .day
{
    display: block;
    font-size: 24px;
    line-height: 16px;
    font-family: 'Arial';
    letter-spacing: -1px;
    font-weight: normal;
    color: #4a5a65;
}

.PostDate .year
{
    display: block;
    line-height: 14px;
    padding: 3px 4px 0px 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

.filedunder
{
    color: #0D285D;
    font-size: 11px;
    padding: 0px;
    margin: 0px 0px 0px 2px;
    font-weight: normal;
}

.filedunder a, .postfooter a
{
    text-decoration: none;
    color: #b097b7;
    font-weight: normal;
}

.filedunder a:hover, .postfooter a:hover
{
    text-decoration: underline;
    color: #b097b7;
    font-weight: normal;
}



/* Coloured Box Areas */
/* Coloured Box Areas */
/* Coloured Box Areas */
/* Coloured Box Areas */

.box-highlight
{
    background-color: #f2ecf3;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 15px 5px;
}

.box-highlight p
{
    padding: 0px;
    margin: 0px;
}

a.course-blog-link
{
    color: #0D285D;
    font-weight: bold;
    text-decoration: none;
}

a.course-blog-link:hover
{
    text-decoration: underline;
}



.blog-headlines-wrapper
{
    margin: 0px 0px 8px 0px;
    background-color: #0D285D;
    padding: 6px 5px 6px 5px;
}


.blog-headlines
{
    margin: 10px 0px 0px 0px;
}

.blog-headlines P
{
    padding-bottom: 5px;
}

.blog-headlines h5 a
{
    color: #0D285D;
    text-decoration: none;
}

.blog-headlines h5 a:hover
{
    color: #0D285D;
    text-decoration: underline;
}






/* Tables and Grids */
/* Tables and Grids */
/* Tables and Grids */
/* Tables and Grids */

.grid-courses
{
    margin: 10px 0px 18px 0px;
    background-color: #ffffff;
    border: 1px solid #f2ecf3;
}

.grid-courses th
{
    background-color: #102663;
    color: #ffffff;
    padding: 5px;
}

.grid-courses td
{
    padding: 5px;
    border: 1px solid #f2ecf3;
    border-collapse: collapse;
}

.grid-courses td.coursecode
{
    color: #666666;
}




.grid-admin
{
    width: 100%;
    margin: 10px 0px 18px 0px;
    background-color: #ffffff;
    border: 1px solid #f2ecf3;
}

.grid-admin th
{
    background-color: #102663;
    color: #ffffff;
    padding: 5px;
    text-align: left;
}

.grid-admin th a
{
    color: #ffffff;
    text-decoration: underline;
}

.grid-admin th a:hover
{
    color: #ffffff;
    color: #efefef;
}

.grid-admin-row:hover
{
    background-color: #f2ecf3;
}

.grid-admin-pager a
{
    text-decoration: none;
}
.grid-admin-pager a:hover
{
    text-decoration: underline;
}










.grid-admin td
{
    padding: 5px;
    border: 1px solid #f2ecf3;
    border-collapse: collapse;
}



/* Misc */
/* Misc */
/* Misc */
/* Misc */

.CKFinderFrame
{
    border: solid 2px #e3e3c7;
    background-color: #f1f1e3;
}


#footer a
{
    color: #ffffff;
}

#footer a:hover
{
    color: #ffffff;
}


#footer-links-wrap ul
{
    margin: 0px;
    padding: 0px;
}

#footer-links-wrap li
{
    background-repeat: no-repeat;
    background: url(images/arrow-footer.gif) no-repeat top left;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 7px;
}

#footer-links-wrap a
{
    color: #271a2b;
}

#footer-links-wrap a:hover
{
    color: #271a2b;
}



#footer p
{
    color: #ffffff;
    font-size: 0.85em;
    margin: 0px 0px 6px 0px;
    padding: 0px;
    line-height: normal;
}



/* Application / Admin Form CSS */
/* Application / Admin Form CSS */
/* Application / Admin Form CSS */
/* Application / Admin Form CSS */


.appform, adminform
{
    border: none;
    background-color: #ede8ef;
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
}

.appform td, .adminform td
{
    padding: 10px 5px 10px 10px;
    border-bottom: 1px solid #ffffff;
}

.appform th, .adminform th
{
    text-align: left;
    background-color: #102663;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
}




.appform td.heading, .adminform td.heading
{
    border-bottom: none;
}

.appform td table td, .adminform td table td
{
    padding: 0px;
    border-bottom: none;
}

.checklist label
{
    margin-right: 15px;
}


.form-appform, .form-adminform
{
    border: 1px solid #b596b5;
    width: 300px;
    padding: 2px;
    color: #0D285D;
    margin: 0px 4px 0px 0px;
}

.form-appform-multiline, .form-adminform-multiline
{
    border: 1px solid #b596b5;
    width: 300px;
    height: 100px;
    padding: 2px;
    color: #0D285D;
    margin: 0px 4px 0px 0px;
}

.form-adminform, .form-adminform-multiline
{
    width: 450px;
}



.form-notification
{
    border: 1px solid Green;
    background-color: #efefef;
    display: none;
    color: Red;
    width: 725px;
    height: 50px;
    margin: 0px 0px 10px 0px;
}
.form-notification p
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    line-height: 50px;
    color: Green;
}


.validation-summary
{
    color: Red;
    font-weight: bold;
}

.validation-summary ul
{
    margin-top: 10px;
    padding-top: 10px;
}

.validation-summary li
{
    color: Red;
    font-weight: bold;
}


#admin-menu 
{
    margin:10px 0px 20px 0px;
    padding:10px 0px 20px 0px;
   }
   
#admin-menu ul
{
}   
    
#admin-menu li 
{
    float:left;
    padding:0px;
    margin:2px;
   
}

#admin-menu li a
{
  
    display:block;
    width:120px;
    height:120px;
    line-height:120px;
    text-align:center;
    background-image:none;
    background-color:#98789F;
    color:#ffffff;
}

#admin-menu li a:hover
{
     color:#ffffff;
     background-color:#B097B4;
}


/*Ad News Widget*/

.news-widget 
{
    float:left;
    width:510px; 
    margin: 0px 0px 18px 0px;    
}  
    
    .news-widget-content
    {
        position:relative;
        width:510px;
        height:200px;
        overflow: hidden;     
        background: #ffffff;              
        margin: 0px; 
    } 
    
    .news-widget #ad_items
    {
        position:absolute;
        bottom:0;        
        right:0;         
        z-index:3;
        margin:8px;
    }    
    
        #scroller
        {
            width :510px;
            height:200px;
            margin:0px;
        }
                
            #carousel {
                float:left;
                width: 510px;
                height: 200px;
                text-align: center;                

            }                
            
                    #carousel .scrollerInt {
                        float: left;
                        overflow: hidden; 
                        width: 510px;
                        height: 200px;                     
                        text-align: left;
                    } 

                        #carousel .scrollerInt ul {
                            float: left;
                            position: relative; 
                            list-style-type: none; 
                        }
                        
                            #carousel .scrollerInt ul li {
                                overflow: visible; 
                                float: left; 
                                width: 510px; 
                                height: 200px; 
                                text-align: center;
                                background: none!important;
                                margin-left: -8px!important;
                            }
                            
                            #carousel .scrollerInt ul li img.scrollerImage{
                                width: 510px;
                                height: 200px;
                            } 
    
    .jumpbutton{
	padding: 0px 6px;
	background: #ffffff;
	/* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
	margin: 0px 0px 0px 6px;
	line-height: 20px;
	float: left;
    font-family:Arial, Verdana, Times New Roman;
    font-size: 11px;
    line-height:1.6em;
    color: #000000;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor:pointer;
    }

    .jumpbutton a
    {        
        text-decoration: none;
    }

    .jumpbutton.active
    {   
        /* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;
    }

        .jumpbutton.active a
        {
            text-decoration: none;
        }     
    
    
    /**SOCMA layout**/
    
    .socma-style p
    {
        color:#000000!important;        
    }
    
    .socma-style h1
    {
        color: #E2007A!important;        
    }
    
    .socma-style h2
    {
        color: #E2007A!important;
        font-size:1.3em!important;
        font-weight:bold!important;       
    } 
    
    .socma-style h3
    {
        font-size:1.2em!important;
        font-weight:bold!important;
        color:#000000!important;        
    } 
    
    .socma-style ul
    {        
        color:#000000!important;        
    } 
    
    .socma-style ul li
    {        
        color:#000000!important;        
    } 
    
    .socma-style p.pre-bullet-p
    {
        margin-bottom:2px!important;
    }
    
    .socma-style img
    {
        margin: 10px 0px 12px 0px;
    }
    
    .socma-style tr
    {
        color:#000000!important;
    }
    
    .socma-style tr td
    {
        color:#000000!important;
    }    
    
    

  /* new-campus-2011.aspx page css  */



.ad-gallery {
  width: 530px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left:0%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(/SiteFiles/newcampus/1non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(/SiteFiles/newcampus/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(/SiteFiles/newcampus/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(/SiteFiles/newcampus/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;color:#284C76;
      font-weight:bold;
      font-size:12px;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
      color:#284C76;
      font-size:11px;
      font-weight:bolder;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width:470px;
    position: relative;
    margin-left:20px;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(/SiteFiles/newcampus/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -35px;
      width: 13px;
      background: url(/SiteFiles/newcampus/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 2px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 2px solid #12255A;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}






