
/*@font-face{
	font-family:'wf_SegoeUILight';
		src:url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot');
		src:url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot?#iefix') format('embedded-opentype'),
		url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.woff') format('woff'),
		url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.ttf') format('truetype'),
		url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.svg#web') format('svg');
		font-weight:normal;font-style:normal
}

@font-face{
	font-family:'MSHPIconsRegular';
	src:url('http://i.s-microsoft.com/fonts/Icons/Homepage/Normal/latest.eot');
	src:url('http://i.s-microsoft.com/fonts/Icons/Homepage/Normal/latest.eot?#iefix') format('embedded-opentype'),
	url('http://i.s-microsoft.com/fonts/Icons/Homepage/Normal/latest.woff') format('woff'),
	url('http://i.s-microsoft.com/fonts/Icons/Homepage/Normal/latest.ttf') format('truetype'),
	url('http://i.s-microsoft.com/fonts/Icons/Homepage/Normal/latest.svg#web') format('svg');
	font-weight:normal;font-style:normal
}

@font-face{
	font-family:'wf_SegoeUI';
	src:url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot');
	src:url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot?#iefix') format('embedded-opentype'),
	url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.woff') format('woff'),
	url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.ttf') format('truetype'),
	url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.svg#web') format('svg');
	font-weight:normal;font-style:normal
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/d-6IYplOFocCacKzxwXSOLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/7m8l7TlFO-S3VkhHuR0at7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/1pO9eUAp8pSF8VnRTP3xnnYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/t6Nd4cfPRhZP44Q5QAjcC7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

::-moz-scrollbar {
    width: 10px;
    background: transparent;
}
 

/* Track */
::-webkit-scrollbar-track {
    #-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    #-webkit-border-radius: 10px;
	#border-radius: 10px;
    background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(30,30,30,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(30,30,30,0.4); 
}

body{
	color: #000000;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 300;
	margin: 0;
	overflow: hidden;
}

a, a visited{
	color: #0099FF;
	text-decoration: none;
}

a:hover{
	color: rgb(89, 189, 255)
}

h1, h2, h3, h4{
	margin: 0;
	font-weight: normal;
}

h2{
	font-size: 18px;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}

.editable-input,
textarea, input[type="password"], input[type="text"], input[type="search"] { 
	font-size: 15px;
	padding: 4px;
	background: white;
	border-radius: 1;
	border: 1px solid #0061BA;
	resize: none;
	min-height: 20px;
}

quote{
	display: inline;
	font-size: 12px;
	color: #777;
}

quote b{
	display: inline;
	font-size: 12px;
	color: #777;
	font-weight: 300;
	color: #000;
}

container-1{
	max-width: 760px;
	display: block;
}

container-1.gray{
	background: #B9B9B9;
	border-radius: 2px;
	border: 1px solid #ADADAD;
}

container-1.dark{
	background: #333333;
	border-radius: 2px;
	border: 1px solid #ADADAD;
}

container-1.white{
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #ADADAD;
}

#main{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left:0px;
	right:0px
}

#over-the-top{
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
	background: url(/res/img/color-black-60prc.png);
	color: #ccc;
	padding-top:100px;
	display: none;
	
}

#over-the-top .message-container{
	overflow: hidden;
	box-shadow: 0px 0px 6px 0px #555;
	border: solid 1px #555;
	background: #343434;
	padding: 10px;
	display: inline-table;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: auto auto;
}

#title-box{
	font-size: 48px;
	margin: 10px;
}

.w100{
	width:100px;
}

.w200{
	width:200px;
}

.w300{
	width:300px;
}

.w350{
	width:350px;
}

.w400{
	width:400px;
}

.w500{
	width:500px;
}

.round-button{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	box-shadow: 0px 0px 6px -1px #000000;
	background-image: linear-gradient(bottom, rgb(175, 175, 175) 0%, rgb(210, 210, 210) 100%);
	background-image: -o-linear-gradient(bottom, rgb(175, 175, 175) 0%, rgb(210, 210, 210) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(175, 175, 175) 0%, rgb(210, 210, 210) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(175, 175, 175) 0%, rgb(210, 210, 210) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(175, 175, 175) 0%, rgb(210, 210, 210) 100%);
	color: #000;
	padding: 8px;
	margin: 2px;
	cursor: pointer;
	font-size: 15px;
	text-shadow: 1px 1px 2px white;
}

.round-button:hover{
	box-shadow: 0px 0px 6px -1px #000000;
	background-image: linear-gradient(bottom, rgb(165, 165, 165) 0%, rgb(210, 210, 210) 100%);
	background-image: -o-linear-gradient(bottom, rgb(165, 165, 165) 0%, rgb(210, 210, 210) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(165, 165, 165) 0%, rgb(210, 210, 210) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(165, 165, 165) 0%, rgb(210, 210, 210) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(165, 165, 165) 0%, rgb(210, 210, 210) 100%);
}

.round-button:hover:active{
	background: rgb(185, 185, 185);
}

.round-button.disabled:hover{
	border: none;
 	background: none;
 	cursor: no-drop;
}

.link{
	color: #00407A;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.link:hover{
	color: rgb(226, 157, 69);
}

.link:hover:active{
	color: rgb(69, 182, 226);
}

.link.active{
	color: rgb(69, 182, 226);
}

.default-border{
	border: 1px solid #0061BA
}