
/*   load the main media CSS file    */

@import url('../../../common/styles/media.css');

html, body {
	margin:0;
	height:100%;

}
#flashContent {
	width:98%;
	height:98%;
}
.liAlignment{margin-left:-1.5em;}
.liAlignment1{margin-left:-.2em;}

@media screen and (-webkit-min-device-pixel-ratio:0) {.liAlignment{margin-left:-1em;}.liAlignment1{margin-left:-1em;}
.textAlign{margin-left:7px;}}

.ID_txt10 {
		position: relative;
		padding: 5px;
		margin: 1em 0 3em;
		background-color: #cce9e7;
		-webkit-box-shadow: 2px 2px 4px #888;
		-moz-box-shadow: 2px 2px 4px #888;
		box-shadow: 2px 2px 4px #888;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border: 3px solid #67bdbc;
		width:70px;
		height:10%;
		color:#393536;		
}

.ID_txt10.top:after {
    border-color: transparent #67bdbc;
    border-width: 24px 0 0 16px;
    bottom: auto;
    left: auto;
    right: 7px;
    top: -26px;
}
.ID_txt10:after {
 	border-style: solid;
    content: "";
    display: inline-block;
    position: absolute;

}
.ID_txt10.top {
    background-color: #cce9e7;
	 margin-top: 24px;
}

@media only screen and (device-width: 768px) {
 .ID_txt10 {width:73px;}
}
