﻿/* Default CSS Stylesheet for a new Web Application project */

b
{
     font-weight: normal;
    }

th
{
     font-weight: normal;
    }

H1 
{
    font-size: 1.3em;
    margin-top:0px;
     margin-bottom:15px;
     font-weight: normal;
}


H2
{
    font-size: 1.2em;
    margin-top:0px;
     margin-bottom:10px;
     font-weight: normal;
}

.iPadTitle
{
    font-size: 1.1em;
        margin-top:0px;
     margin-bottom:10px;
     font-weight: normal;
}

H3
{
    font-size: 1em;
    margin-top:5px;
      margin-bottom:5px;
      font-weight: normal;
} 

H4
{
    margin-top:0px;
    margin-bottom:1em;
    font-size: 1.05em;
    font-style: italic;
    font-weight: normal;
    
} 

.BottomMenuTitle 
{
	font-size: 0.9em;
	color: #7d7d7d;
	font-weight: normal;
}

.IEMenu 
{
    width: 100%;
    font-weight: normal;
    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;
}


/* 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:normal;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

}
.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:normal;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c51230;

}


/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
   
    font-weight: normal;
    border-bottom:solid 5px #0092ce;
}

.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    
    font-weight:normal;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}

LEGEND
{
	font-weight: normal;
}


.PagingNumbers
{
	
	background-color: #d2f0ff;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	text-align: center;
}

.Warning
{
	
	font-style: normal;
	font-weight: normal;
	color: Red;
}

.Info
{
	
	font-style: normal;
	font-weight: normal;
	color: #10A652;
}














