﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   background-image: url('../Image/images3.jpg');
   background-color:#DDDDDD;
   font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 1px 10px 0 0;
    padding: 0px;
    color: #696969;
  
}


a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    }


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 950px;
    background-color: #fff;
 display:block;
    margin:2% 8% 2% 15%;
    border: 0px solid;
    -moz-box-shadow: 0 0 30px 5px black;
    -webkit-box-shadow:0 0 30px 5px black;
     box-shadow: 0 0 30px 5px black;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/*For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
.page1
{
    width: 980px;
    background-color: #fff;
  display:block;
    margin:2% 8% 2% 15%;
    border: 0px solid;
    -moz-box-shadow: 0 0 30px 5px black;
    -webkit-box-shadow:0 0 30px 5px black;
     box-shadow: 0 0 30px 5px black;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/*For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}


.header
{
    position: relative;
    margin:0px -4px 0px -1.2%;
    padding: 0px;
    top: 0px;
    background-image: url(../Image/index.jpg);
    left: 15px;
    width: 941px;
    height: 129px;
   
-moz-box-shadow: 0 0 30px 2px black;
-webkit-box-shadow: 0 0 30px 2px black;
box-shadow: 0 0 30px 2px black;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/*For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin:5px 4% 3px 4%;
    min-height: 420px;
    width: 886px;
    display:block;
}
.main1
{
    padding: 0px 12px;
    margin:5px 1% 3px 1%;
    min-height: 420px;
    width: 886px;
    display:block;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    
    height:5px;
   }


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   background-color:#465c71;
   color:White;
   margin:0% 2% 0;
   height: 50px;
}

div.menu
{
    padding: 0px 2px 0px 4px;
    height:38px;
    margin: -1% 5% 0 9%;
    text-align:left;
    display:inline-block;
    float:left;
  /*  text-shadow: 1px 1px #fff, -1px -1px #3d3d3d;*/
}
div.menu ul
{
    display:block;
    list-style:none;
    float:left;
    height:13%;
    padding: 0px;
    width:180px;
    font-size:13px;
    font-weight:bold;
   /*background-color:#465c71; */
    
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    float:none;
    display: block;
    line-height:15px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    height:26px;
    border-radius: 10px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100px;
    margin-left:9.6%;
  
  
}
.imagediv
		{
		    float:left;
			width:auto;
			padding: 50px 0 0 0;
			text-align:left;
			color:White;
			height: 0px;
            font-family: Verdana;
            font-size:50px;
            margin-left:10px;
      /*  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #AABED1, 0 0 30px #AABED1, 0 0 40px #AABED1, 0 0 50px #AABED1, 0 0 75px #AABED1;*/
        letter-spacing: 1px;
        color: #fff;
    font-family: MisoRegular;
    font-size: 50px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    display:block;
}
.loginDisplay
{
    font-size: 1.1em;
    display:block;
    text-align:right;
    margin-right:6px;
    color: White;
 
}
.flag
{
    margin:-3.9% 0 0 93%;
    display: block;
    float:left;
   color: White;
    width:65px;
    height: 25px;
    
}

.greeting
{  
    margin:4.3% 0 0 0;
   display: block;
    margin-right:6px;
  
    
  
}


.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
div .homePageContent
{
    margin:13% 4% 3px 4%;
      color:Black;
    font-family:Verdana;
    font-size:12px;
    display:block;
}
div .UserPageContent
{
    margin:1% 2% 3px 2%;
    color:Black;
    font-family:Verdana;
    font-size:12px;
    display:block;

}
.loginPanel
{
    display:block;
  border: 1px solid #a1a1a1;
  padding: 1px 40px;
  background: #dddddd;
  width: 250px;
  border-radius: 25px;
  -moz-box-shadow: 0 0 30px 5px #999;
  -webkit-box-shadow:0 0 30px 5px #999;
   box-shadow: 0 0 30px 5px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/*For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.preview
{
    border: 1px solid white;color: #fff;  font-size: 14px;
   
 
}
.editActivity
{
    
    color:Black;
    background-color:White;
    font-size: 14px;
/*-moz-box-shadow: 0 0 2px 2px #999;
    -webkit-box-shadow:0 0 2px 2px #999;
     box-shadow: 0 0 2px 2px #999;
      border: 1px solid #999;*/
     vertical-align:top;
     /*text-align:right;*/
    border:0px;
}
.loginRightPanel
{
    display:block;
   border: 1px solid #a1a1a1;
   padding: 1px 40px;
   background: #dddddd;
   width: 280px;
   border-radius: 25px;
    float: left; vertical-align: top;
     -moz-box-shadow: 0 0 30px 5px #999;
    -webkit-box-shadow:0 0 30px 5px #999;
     box-shadow: 0 0 30px 5px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/*For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


----------------------------------------------login page------------------------
.text { width:150px;  font-size:11px; border:1px solid #c0c0c0; font-size:1px;  height:12px; background:#fff;}
.label { width:150px;  font-size:11px; height:20px;  font-family:Verdana;
    text-align: left;
}
 .dropdown { width:158px; font-size:11px; height:20px; border:1px solid #c0c0c0; background:#fff;  font-family:Verdana;}
 ------------------------------------------GridView-----------------------------
 
 .GridViewStyle
{   
    border-right: 1px solid #A7A6AA;
    border-bottom: 1px solid #A7A6AA;
    border-left: 1px solid white;
    border-top: 1px solid white;
    margin-top:-50px;
    font-weight:bold;
    font-size:11px;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
    margin-right:0px;
    margin-left:0px;
    width:4px;
    }

.GridViewStyle a
{
     font-weight:bold;
    font-size:11px;
    color:Black;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    border-bottom: 1px solid #EBE9ED;
    border-top: 1px solid #EBE9ED;
    font-weight:bold;
    font-size:11px;
    caption-side:top;
   
    height:30px;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
}

.GridViewHeaderStyle
{
    background-color:#F4F5F5;
   font-weight:bold;
    font-size:11px;
    color:Black;
     width:100px;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
 }

.GridViewFooterStyle
{
    background-color: #F7F6F3;
   font-weight:bold;
    font-size:11px;
    color: White;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
}
.GridViewRowStyle
{
    background-color:White;
    color:#565656;
    font-weight:bold;
    font-size:11px;
    width:100px;
    
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
}

.GridViewAlternatingRowStyle
{
   
    background-color: White;
    color: #284775;
     font-weight:bold;
    font-size:11px;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
   
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
   
    font-size:11px;
    width:100px;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight:bold;
    font-size:11px;
    color: #333333;
    font-family:http://www.google.com/webfonts/specimen/Enriqueta,Verdana;
}

.GridViewPagerStyle
{
    background-color:#F4F5F5;
    color:Black;
   
    font-size:11px;
    
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

        

         .checkboxOne {
  background-color: #fafafa;
   
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin:10px  90px;
    height: 26px;
    width: 100px;
}
.language 
{
    margin:0 0 0 0;
}

    .modalPopup
    {
     position:fixed;
     top:10%;
    left:10px;
    width:500px;
    height:125px;
    text-align:left;
    background-color:White;
    border:solid 2px black;

   }
   
   .modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
   .modalBackground
        {
             background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.7;
            
   }
   
   .panelHeading
   {
        border: 1px solid #e78f08; background: #F4F5F5 ; color: Black;
   }   