﻿body,div,p,ul,li {
    padding: 0 ;
    margin: 0;
    /*font-family : Arial, helvetica, sans-serif;*/
}
.clear{
    clear:both;
}
/*Body*/
body {
    background-color: rgb(237,237,237);
}

fieldset {
    width:628px;
}

label {
    display: block;
}

label.checkbox {
    display: inline;
}

input, textarea {
    padding:5px 5px 0px .4em;
    color: black;
    border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
    text-transform:none;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-size:1.1em;
}

textarea {
    font-family: inherit;
    }

    input:focus, textarea:focus {
            box-shadow:3px 3px 10px #446;
           outline:none;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

/*Page*/
.wrapper{

    width:900px;
    margin:auto;
}
/* Home page*/
.content{
    width:100%;
    background-color : rgb(254,254,254);
    border:1px solid rgb(254,254,254);
    border-radius: 5px 5px 5px 5px;
    float:left;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 400px;
}
/*Menu*/
.menu{
    background-color: darkgray;
    width:900px;
    margin:auto;
    padding: 0px;
    height: 40px;
    color: rgb(243,243,243);
    border-radius: 5px 5px 5px 5px;
}
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    /*background-color: #465c71;*/
    /*border: 1px #4e667d solid;*/
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    /*white-space: nowrap;*/
}

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;
}

.menu ul{

}
.menu ul li {
        float: left;
        display: block;
        list-style: none;
         border-right: 1px solid rgb(10,85,125);
    border-left: 1px solid rgb(67,153,200);
 }
.menu navigation_firstitem:hover {
    border-radius: 5px 0 0 5px;
}
.menu lu li a{
    font-size:13px;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 20px;
    color: rgb(255,255,255);
    text-decoration: none;

}
.menu lu li:hover{
     background-color: rgb(14,79,114);
  border-right: 1px solid rgb(14,89,130);
}
.footer{
    height: 50px;
     background-color: rgb(10,110,178);
     color: rgb(255,255,255);
     border-radius: 5px 5px 5px 5px;
}
.footer h2 {
    padding: 15px;
    text-align:center;
}
  .dropdown {
            /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
            /*font-size: 13px;
            font-weight: 400;*/
            display: block;
            padding: 5px;
            margin-bottom: 5px;
            border: 3px solid #ebe6e2;
            border-radius: 5px;
            transition: all 0.3s ease-out;
        }

.otherforms {
    width: 525px;
      /* Size and position */
       position: relative;
       /* Styles */ 
      border-radius: 4px;
   color:#6c6763; 
      box-shadow:
          0 2px 2px rgba(0,0,0,0.2),
          0 1px 5px rgba(0,0,0,0.2),
          0 0 0 12px rgba(255,255,255,0.4);
    top: 0px;
    left: 6px;
}

.createCaseform {
      width: 630px;
              /* Size and position */
       position: relative;
       /* Styles */ 
      border-radius: 4px;
   color:#6c6763; 
      box-shadow:
          0 2px 2px rgba(0,0,0,0.2),
          0 1px 5px rgba(0,0,0,0.2),
          0 0 0 12px rgba(255,255,255,0.4);
    top: 0px;
    left: 6px;
}
.createCaseform input{
    width:520px

}

.createCaseform textarea{
    width:520px;
    height:70px

}
.Createformdropdown {
            width: 520px;
            /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
            /*font-size: 13px;
            font-weight: 400;*/
            display: block;
            padding: 5px;
            margin-bottom: 5px;
            border: 3px solid #ebe6e2;
            border-radius: 5px;
            transition: all 0.3s ease-out;
        }
 .login {    
    /* Size and position */
      width: 600px;
      margin: 60px auto 30px;
      padding: 15px;  
      /*border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
      position: relative;
 
       background: white;
       color:#6c6763; 
       box-shadow: 0 2px 2px rgba(106, 118, 117, 1),0 1px 5px rgba(106, 118, 117, 1), 0 0 0 12px rgba(106, 118, 117, 1); */
   }
        .login h1 {
            font-size: 15px;
            font-weight: bold;
            color: #bdb5aa;
            padding-bottom: 8px;
            border-bottom: 1px solid #EBE6E2;
            text-shadow: 0 2px 0 rgba(255,255,255,0.8);
            box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        }
            .login h1 .log-in, .login h1 .sign-up {
                display: inline-block;
                text-transform: uppercase;
            }
  
        .login h1 .log-in {
                color: #6c6763;
                padding-right: 2px;
            }
            .login h1 .sign-up {
                color: #ffb347;
                padding-left: 2px;
            }
        .login .float {
            width: 50%;
            float: left;
            padding-top: 15px;
        }

            .login .float:first-of-type {
                padding-right: 5px;
            }
            .login .float:last-of-type {
                padding-left: 5px;
            }
        .login label {
            display: block;
            padding: 0 0 5px 2px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 400;
            text-shadow: 0 1px 0 rgba(255,255,255,0.8);
            font-size: 11px;
        }
            .login label i {
                margin-right: 5px; /* Gap between icon and text */
                display: inline-block;
                width: 10px;
            }
        .login input[type=text], .login input[type=password] {
            /*font-family: 'Lato', Calibri, Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            display: block;*/
            width : 400px;
            padding: 5px;
            margin-bottom: 5px;
            /*border: 3px solid #ebe6e2;
            border-radius: 5px;
            transition: all 0.3s ease-out;*/
        }
 
            .login input[type=text]:hover, .login input[type=password]:hover {
                border-color: #CCC;
            }
        .login label:hover ~ input {
            border-color: #CCC;
        }
        .login input[type=text]:focus, .login input[type=password]:focus {
            border-color: #BBB;
            outline: none; 
        }
    .no-boxshadow .submitButton:hover {
 background: #ffb347;
    /*margin-left: 1%;*/
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    width: 49%;
    height: 38px;
    float: left;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 38px; 
    text-align: center;
    font-weight: bold;

    }
td {
    width: 250px;
    padding-right: 15px;
  }
	

TABLE[id=Wizard1_SideBarContainer_SideBarList] TD[style] A
{
  background-color: blue;
  color: white;
  font-size: 30px;
}
	
.SideBarButtonStyle {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
}
.Grid {background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; font-family:Calibri; color: #474747;}

.Grid td {

      padding: 2px; 

      border: solid 1px #c1c1c1; }

.Grid th  {
      width:50px;
      padding : 4px 2px; 

      color: #fff; 

      background: #5A5A5A repeat-x 50% top; 

      border-left: solid 1px #525252; 

      font-size: 0.9em; }

.Grid .alt {
      background: #fcfcfc repeat-x 50% top;
}
.Grid .pgr {background: #5A5A5A repeat-x top; }

.Grid .pgr table { margin: 3px 0; }

.Grid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   

.Grid .pgr a { color: Gray; text-decoration: none; }

.Grid .pgr a:hover { color: #000; text-decoration: none; }
 .breadcrumbs {
	border-bottom: solid 1px #E0E0E0;
	display: block;
	padding: 0.75em 30px;
}

 ul#case-notes li {
	border-top: solid 1px #ccc;
	width: 96%;
}

ul#case-notes li p.note-data {
	color: #666;
	font-size: 0.85em;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul#case-notes li a.note-attachment {
	float: right;
	font-size: 0.85em;
}

ul#case-notes li p.note-content {
	clear: both;
	margin-bottom: 1.5em;
}
.CP table{

  width:800px
}
