﻿/* Default CSS Stylesheet for a new Web Application project */





BODY
{
	font-family:   Calibri, Trebuchet, sans-serif;
	font-size: .95em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
	height: 100%;
	color: #406b80;
}


/*Page layout elements*/




.PageWidth 
{
    margin-left: auto; 
    margin-right: auto; 
    width: 960px; 
    padding-top: 10px;
    display: table;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size: 95%;
    }
    
    
    .HalfWidth
{
    float: left; 
    width: 48%;  
}
    
.ImageShadow 
{
    background: #ceecff;
    border: 1px solid #abe4ff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EBF9FF), color-stop(1, #C2ECFF) );
	background:-moz-linear-gradient( center top, #EBF9FF 5%, #C2ECFF 100% );
	background:-o-linear-gradient(top, rgb(235,249,255) 5%, rgb(194,236,255) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF9FF', endColorstr='#C2ECFF');
	-ms-linear-gradient:(top, #EBF9FF 5%, #C2ECFF 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	background-color:#cbeeff;
    }


.MoreLink 
{
    font-size: 0.8em;
    font-weight:normal;
    font-style: normal;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -8em;
}


.FullWidth 
{
    width:100%;
    display:table;
}




.QuarterWidth
{
    float: left; 
    width: 22%; 
}


.ThreeQuarterWidth
{
    float: left; 
    width: 74%; 
}

.ThirdWidth
{
    float: left; 
    width: 30.66667%; 
}

.TwoThirdWidth
{
    float: left; 
    width: 65%; 
}

.LayoutGutter
{
    margin-right: 4%;
}


.VerticalGutter
{
    margin-bottom: 4%;
}

.BottomMenu
{
	font-size: 0.8em;
	color: #7d7d7d;
}

.BottomMenu a:link, 
.BottomMenu a:visited, 
.BottomMenu a:hover, 
.BottomMenu a:active
{
	color: #7d7d7d;
}


.BottomMenuTitle 
{
	font-size: 0.9em;
	color: #7d7d7d;
	font-weight: bold;
}


.BottomMenuTitle a:link, 
.BottomMenuTitle a:visited, 
.BottomMenuTitle a:hover, 
.BottomMenuTitle a:active
{
	color: #7d7d7d;
}

.push
{
    height: 10em;
    }

.FooterStrip
{    
      background: #ceecff;
    margin-top:10px;
    border-top: 1px solid #abe4ff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C2ECFF), color-stop(1, #EBF9FF) );
	background:-moz-linear-gradient( center top, #C2ECFF 5%, #EBF9FF 100% );
	background:-o-linear-gradient(top, rgb(194,236,255) 5%, rgb(235,249,255) 100% );
	-ms-linear-gradient:(top, #C2ECFF 5%, #EBF9FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2ECFF', endColorstr='#EBF9FF');

 	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);    
    }

form {
    height: 100%;
}

.InfoSquare
{
   background: #ceecff;
    border-top: 1px solid #abe4ff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C2ECFF), color-stop(1, #EBF9FF) );
	background:-moz-linear-gradient( center top,#C2ECFF 5%, #EBF9FF 100%  );
	background:-o-linear-gradient(top, rgb(194,236,255) 5%, rgb(235,249,255) 100% );
	-ms-linear-gradient:(top, #C2ECFF 5%, #EBF9FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2ECFF', endColorstr='#EBF9FF');
	
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);    
	padding: 20px; 
	margin: 0px 20px 0px 20px;
    }

H1 
{
    font-size: 1.3em;
    margin-top:0px;
     margin-bottom:15px;
}


H2
{
    font-size: 1.2em;
    margin-top:0px;
     margin-bottom:10px;
}

.iPadTitle
{
    font-size: 1.1em;
        margin-top:0px;
     margin-bottom:10px;
}

H3
{
    font-size: 1em;
    margin-top:5px;
      margin-bottom:5px;
} 

H4
{
    margin-top:0px;
    margin-bottom:1em;
    font-size: 1.05em;
    font-style: italic;
    font-weight: normal;
} 

P
{
	margin-top: 0px;
	margin-bottom: 15px;
}



.Breadcrumb 
{
    margin: 5px 15px 10px 0px;
    font-size: 0.8em;
}



/*  MENU  */

nav ul ul {
	display: none;
	width: auto;
	list-style: none; 
	margin-top: 0px;
			
}

	nav ul li:hover > ul {
		display: block;
		list-style: none;

	}

.IEMenu 
{
    width: 100%;
    font-weight: bold;
    border: 1px solid #abe4ff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EBF9FF), color-stop(1, #C2ECFF) );
	background:-moz-linear-gradient( center top, #EBF9FF 5%, #C2ECFF 100% );
	background:-o-linear-gradient(top, rgb(235,249,255) 5%, rgb(194,236,255) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF9FF', endColorstr='#C2ECFF');
	-ms-linear-gradient:(top, #EBF9FF 5%, #C2ECFF 100%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	background-color:#cbeeff;
	
	padding: 0px;
	margin: 5px 0px 5px 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}

.IEMenuItem 
{
    float:left;
    padding: 10px 15px;
    border-right: 1px solid #abe4ff;
    }

.IEMenuItem a:link, visited, active, hover 	
	{
	    color: #406b80; 
	    text-decoration: none;
	}

.IEMenuSubItemSelected
{
    float:left;
    background: #575f6a;
    text-decoration: none;
	color: #fff;
    font-size: 0.85em;
    padding: 5px 5px;  
    font-weight: normal;
    border-right: 1px solid #abe4ff;
}

.IEMenuSubItemSelectedDone
{
    float:left;  
    background: #BCC1C8;
    text-decoration: none;
	color: #fff;
    font-size: 0.85em;
    padding: 5px 5px;
    font-weight: normal;
    border-right: 1px solid #abe4ff;
}



.IEMenuSubItem 
{
    float:left;
    font-size: 0.85em;
    padding: 5px 5px;
    border-right: 1px solid #abe4ff;
      color: #406b80; 
	    text-decoration: none;
	    font-weight:normal;
    }
    
    .IEMenuSubItem a:visited
	{
	    color: #406b80; 
	    text-decoration: none;
	}
	
	.IEMenuSubItem a:link,active,hover 	
	{
	    color: #406b80; 
	    text-decoration: none;
	}

    
nav ul 
{
    width: 100%;
    /*font-weight: bold;*/
	border: 1px solid #abe4ff;
	background: #ceecff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EBF9FF), color-stop(1, #C2ECFF) );
	background:-moz-linear-gradient( center top, #EBF9FF 5%, #C2ECFF 100% );
	background:-o-linear-gradient(top, rgb(235,249,255) 5%, rgb(194,236,255) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF9FF', endColorstr='#C2ECFF');
	-ms-linear-gradient:(top, #EBF9FF 5%, #C2ECFF 100%);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	padding: 0px;
	margin: 5px 0px 5px 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}

	nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
		list-style: none; 
	}
	
	nav ul a:link, active, visited
	{
	       color: #1B2D36;
	}
	
nav ul ul 
{
    background: #5f6975;
	padding: 0;
	position: absolute; 
	list-style: none;
		
}
	nav ul ul li 
	{
	   
	    background-color: #4b545f;
		float: none;
		border: 0px; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		list-style: none;
		text-shadow: none;
	}
	
nav ul ul li a:link,visited,active {
			padding: 5px 15px;
			color: #fff;
			text-decoration: none;
	        font-weight:normal;
}	


.MenuHighlight
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FDECEF), color-stop(1, #FAC7CF) );
	background:-moz-linear-gradient( center top,#FDECEF 5%, #FAC7CF 100%  );
	background:-o-linear-gradient(top, rgb(253,236,239) 5%, rgb(250,199,207) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDECEF', endColorstr='#FAC7CF');
	-ms-linear-gradient:(top, #FDECEF 5%, #FAC7CF 100%);
	background-color:#FDECEF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);    


    }

nav ul ul li a:hover 
{
				background: #575f6a;
				text-decoration: none;
				color: #fff;
			
}
nav ul li li li {
				list-style: none;
}
			
nav ul li {
	float: left;
	border-right: 1px solid #abe4ff;
	list-style: none;
	text-shadow:1px 1px 0px #ffffff;
}

nav ul li a:visited 
{
   
    color: #1B2D36;
}



nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		-ms-linear-gradient:(top, #4f5964 5%, #5f6975 100%);
		text-shadow:none
	}
	
nav ul li:hover a {
	        text-decoration: none;
			color: #fff;
		}
	
nav ul li a:link,visited,active,hover {
		display: block; 
		padding: 7px 12px 7px 12px;
		text-decoration: none;
		  
	}
	
	nav ul  li a:visited{
		display: block; 
		padding: 7px 12px 7px 12px;
		text-decoration: none;
		  
	}
	


nav ul ul ul {
			    list-style: none;
	position: absolute; 
	    left: 100%; 
	        top:0;
}




































/* BUTTONS */

.AdminButton 
{
    	background: #cbeeff;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cbeeff), color-stop(1, #abe4ff) );
	background:-moz-linear-gradient( center top, #cbeeff 5%, #abe4ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbeeff', endColorstr='#abe4ff');
    background:-o-linear-gradient(top, rgb(194,236,255) 5%, rgb(235,249,255) 100% );
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #52c8ff;
	display:inline-block;
	color:#006699;
	font-size:1.0em;
	font-family:Arial;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

}.AdminButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #abe4ff), color-stop(1, #cbeeff) );
	background:-moz-linear-gradient( center top, #abe4ff 5%, #cbeeff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4ff', endColorstr='#cbeeff');

	border:1px solid #0092ce;
	text-decoration:none;
	color:#006699;
}.AdminButton:active {
	position:relative;
	top:1px;
}.AdminButton:link 
{    color:#006699;
	border:1px solid #52c8ff;
}.AdminButton:visited 
{    color:#006699;
	border:1px solid #52c8ff;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


.AdminButtonAction 
{
    	background: #EE4461;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8B4C0), color-stop(1, #EE4461) );
	background:-moz-linear-gradient( center top, #F8B4C0 5%, #EE4461 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B4C0', endColorstr='#EE4461');
    background:-o-linear-gradient(top, rgb(250,199,207) 5%, rgb(197,18,48) 100% );
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #c51230;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c51230;

}.AdminButtonAction:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EE4461), color-stop(1, #F8B4C0) );
	background:-moz-linear-gradient( center top, #EE4461 5%, #F8B4C0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE4461', endColorstr='#F8B4C0');

	border:1px solid #c51230;
	color:#ffffff;
	text-decoration:none;
}.AdminButtonAction:active {
	position:relative;
	top:1px;
}.AdminButtonAction:link {
	color:#ffffff;
	border:1px solid #c51230;
}
.AdminButtonAction:visited {
	color:#ffffff;
	border:1px solid #c51230;
}


.AdminButtonLarge 
{
    font-size:1.4em;
    padding:5px 7px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */




/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}



/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
   
    font-weight: bold;
    border-bottom:solid 5px #0092ce;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EBF9FF), color-stop(1, #C2ECFF) );
	background:-moz-linear-gradient( center top, #EBF9FF 5%, #C2ECFF 100% );
	background:-o-linear-gradient(top, rgb(235,249,255) 5%, rgb(194,236,255) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF9FF', endColorstr='#C2ECFF');
	-ms-linear-gradient:(top, #EBF9FF 5%, #C2ECFF 100%);
   	background-color:#cbeeff;
   	
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#406b80;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(img/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#000;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FDECEF), color-stop(1, #FAC7CF) );
	background:-moz-linear-gradient( center top,#FDECEF 5%, #FAC7CF 100%  );
	background:-o-linear-gradient(top, rgb(253,236,239) 5%, rgb(250,199,207) 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDECEF', endColorstr='#FAC7CF');
	-ms-linear-gradient:(top, #FDECEF 5%, #FAC7CF 100%);
	background-color:#FDECEF;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{

  
    padding:1em 1em;
    background-color:#ffffff;    
    border:solid 1px #808080;
    border-top-width:0px;
}



/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header 
{
    background:url(img/msngallery/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer 
{
    border:solid 1px #D7DCE1;
    padding:1px 1px 0px 1px;
    border-bottom:solid 2px #A8D4D9;
    background-color:#edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab 
{
    padding:6px 10px 6px 10px;
    color:#444444;
    display:block;
    text-align:center;    
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;
    border:solid 2px #A8D4D9;
    border-bottom-color:#ffffff;
    background-color:#ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body 
{
   
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 2px #A8D4D9;
    border-top-width:3;
}



.PasswordStrength1
{
	color: Red;
	}
	
	.PasswordStrength2
{
	color: Orange;
	}
	
	.PasswordStrength3
{
	color: Green;
	}

FIELDSET
{
	border: 1px solid #00a4de;
	background-color: White;
	padding: 5px;
	margin: 5px;
}

LEGEND
{
	font-weight: bold;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;

}


  .dragHandle li
    {
        list-style-type:none;
        margin-left:-35px;
        vertical-align:top;
    }

 

.PagingNumbers
{
	
	background-color: #d2f0ff;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-align: center;
}

.PagingNumbersSelected
{
	font-size: 1.1em;
	background-color: white;
}

.AdminBox
{
	border: 1px solid #00a4de;
	background-color: #d2f0ff;
	padding: 0px;
	width: 98%;
	margin-bottom: 10px;
}

hr
{
	border: none;
	 border-top: 1px solid #0099cc;
	
	
}

.FloatRight 
{
	float: right;
	padding-left: 7px;
}


.FloatLeft 
{
	float: left;
	padding-right: 7px;
}








HTML
{
	min-height: 100%;
	height: 100%;
	}
	

.Footer
{
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: Gray;
}



.Warning
{
	
	font-style: normal;
	font-weight: bold;
	color: Red;
}

.Info
{
	
	font-style: normal;
	font-weight: bold;
	color: #10A652;
}

.TextArea
{
    padding:5px;
    font-size: 1em;
	font-family: inherit;
	font-style: normal;
	font-weight: normal; /*	background-color: #eceff7;  */
}

.DropDown
{
	
	font-style: normal;
	font-weight: normal; /*	background-color: #eceff7;  */
	
}

SELECT
{
	padding:5px;
	font-style: normal;
	font-weight: normal;
}


INPUT
{
	padding:5px;
	font-style: normal;
	font-weight: normal;
}

a[disabled='disabled'] {
  color: Gray;
}


IMG
{
	border: none 0px;
}

A:link
{
	color: #3333FF;
	text-decoration: none;
	border: none 0px;
}

A:visited
{
	color: #3333CC;
	text-decoration: none;
}

A:active
{
	color: #3333FF;
	text-decoration: none;
}

A:hover
{
	color: #0000FF;
	text-decoration: underline;
}

UL
{
        margin-top:10px;
         
        
}

UL LI
{
    
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

