﻿body
{
    background-color:#282828; 
    margin:0px; 
    padding:0px;
}

.maincontainer
{
    font-family: Trebuchet MS, Sago UI, Tahoma, sans-serif;
	overflow:hidden;
}

.home
{
    overflow:hidden;
    width: 1000px; 
}

.header
{
	background-color: Gray; overflow:hidden;
}

.content
{
	background-color:#282828;
}

.element-row
{
	height:auto; overflow:hidden; padding:5px;   
    font-size: 11px; text-align:left;
}
.element-label
{
	text-align:left; width:120px; float:left; height:auto;	
    font-size: 11px; font-weight:bold; overflow:hidden; padding-top:5px;
}
.element-field
{
	width:auto; float:left; height:auto;
    text-align:left; font-size: 11px; overflow:hidden;
}
.element-input
{
    height: 22px;
    border: groove 1px #999;
    width: 220px;
    font-size: 11px;
    padding-left: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -border-radius:5px;
}
.element-select
{
	font-size: 12px; padding:4px; 
    border:groove 1px #999; -moz-border-radius:5px; -webkit-border-radius:5px;
	-border-radius:5px
}
.WaterMarkText
{
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -border-radius:5px;
    height: 22px;
    border: groove 1px #999;
    width: 220px;
    color: #aaa;
    font-size: 11px;
    padding-left: 5px;
}

.gallery
{
	width: 100%;
	overflow:hidden;	
}

.gallery-tabs
{
	overflow:hidden;
}

.gallery-content
{
	overflow:hidden;
}

.content-image
{
	margin:5px 0px 5px 0px;
	border: solid 1px #EEEEEE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius:5px;	
}

.content-image-header
{
	overflow:hidden;
	color:#AAAAAA;
	text-align:left;
	padding:5px; 
	background-color:#000;
	-moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    -border-radius:5px 5px 0px 0px; 
}

.content-image-data
{
	overflow:hidden;
	padding: 5px;
	background-color:#EEEEEE;
}

.content-video
{
	margin:10px;	
}
.album-segment
{	
	overflow:hidden;
	background-color:#fff;
	border: solid 1px #AAAAAA;
	margin: 5px;
	padding:10px;
}
.album-thumbnail
{	
	height:120px;
	width:120px;
	overflow:hidden;
}
.album-thumbnail:hover
{	
	height:120px;
	width:120px;
	overflow:hidden;
}

.album-link
{
	text-align:center; font-size: 11px; font-weight:bold; 
	overflow:hidden; padding-top:5px; color:#fff; text-decoration:none;
}

.album-title
{
	text-align:center; font-size: 11px; font-weight:bold; 
	overflow:hidden; padding-top:5px; color:#000; text-decoration:none;
}

.NoData
{
	text-align:left; font-size: 11px; font-weight:bold; 
	overflow:hidden; padding-top:5px; color:#000; text-decoration:none;	
}

.tabContainer
{
	width: 100%; height: auto;
	overflow:hidden; text-align:left; font-size: 11px; font-weight:bold; 
	padding-top:5px; color:Red; text-decoration:none;
}

/* START : Tab panel related CSS. */

	.SelectedTab
	{
		background-image:url('../images/album/submenu-selected.png');
		background-repeat:repeat-x;
		height: 34px;
		width: 100px;
		font-size: 12px;
		text-align: center;
		line-height: 25px;
		padding: 5px 10px 5px 10px;
		text-decoration:none; color:Black;
	}

	.NotSelectedTab
	{	
		background-repeat:repeat-x;
		height: 34px;
		width: 100px;
		font-size: 12px;
		text-align: center;
		line-height: 25px;
		padding: 5px 10px 5px 10px;
		text-decoration:none; color:Black;
	}

/* END : Tab panel related CSS. */

.button 
{
    width: auto;
    min-width:100px;
    height: 30px;
    background: #333;	           
    position: relative;
    /*margin: 50px auto 0;*/
    overflow: hidden;
    border: 1px solid #333333;
    color: white;
    text-decoration: none;
	
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	
	
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	
    background-image: -webkit-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: -moz-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: -ms-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: -o-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
}

a.button {
width: auto;
min-width:100px;
height: 19px;
background: #333;
display: block;
position: relative;
/*margin: 50px auto 0;*/
overflow: hidden;
border: 1px solid #333333;
color: white;
text-decoration: none;

-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;


-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;

background-image: -webkit-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
background-image: -moz-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
background-image: -ms-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
background-image: -o-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
background-image: linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
}

a.button span.text {
position: absolute;
top: 16px;
left: 65px;
font: 15px Arial;
}

.button span.text {
position: absolute;
top: 16px;
left: 65px;
font: 15px Arial;
}

a.button span.shine {
content: '';
position: absolute;
height: 400px;
width: 20px;
background: white;
top: -80px;
left: -20px;
display: block;
opacity: 0.8;

-webkit-box-shadow: 0px 0px 20px 10px white; 
-moz-box-shadow: 0px 0px 20px 10px white; 
box-shadow: 0px 0px 20px 10px white; 

-webkit-transform: rotate(-45deg);	
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);

-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

a.button:hover {
-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
}

.button:hover {
-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
}

a.button:active {
-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
}

a.button:hover span.shine {
left: 170px;
top: -300px;
}

/* START : Management related CSS. */


	.Management-Container
	{
		font-size:12px;
		padding:5px;
		overflow:hidden;
		background-color:#fff;
	}
	
	.Management-Header
	{
		text-align:left;
		line-height:20px;
		padding:5px;
		overflow:hidden;
	}
	
	.Management-Content
	{
		text-align:left;
		padding:5px;
		overflow:hidden;
	}
	
	.ManagementSegment
	{
		overflow:hidden;
		background-color:#fff;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-border-radius:5px;
		border: groove 1px #999;
		line-height:20px;
		margin-bottom:3px;
	}
	
	.ManagementSegment:hover
	{
		overflow:hidden;
		background-color:#F0F0F0;	
	}

	.ManagementSegment-Image
	{
		float:left;
		overflow:hidden;
		width:15%;
		text-align:left;
		padding:10px;
	}
	
	.ManagementSegment-Content
	{
		float:left;
		overflow:hidden;
		width:82%;
		text-align:left;
	}
	
	.ManagementSegment-Name
	{
		font-size:13px;
		padding:5px;
		font-weight:bold;
	}
	
	.ManagementSegment-Text
	{
		font-size:12px;
		padding:5px;
		font-weight:normal;
	}

	.Management-Link
	{
		color:#0088CC;
		text-decoration:none;
	}
	.Management-Link:hover
	{
		color:#0088CC;
		text-decoration:underline;
	}
	
	.TagName
	{
		font-weight:normal;
		font-size:11px;
		font-style:italic;	
	}

/* END : Management related CSS. */

/* START : Career related CSS. */


	.Career-Container
	{
		font-size:12px;
		padding:5px;
		background-color:#ffffcc;
	}
	
	.Career-Header
	{
		text-align:left;
		line-height:20px;
		padding:5px;		
	}
	
	.Career-Content
	{
		text-align:left;
		padding:5px;		
	}
	
	.CareerSegment
	{
		overflow:hidden;
		background-color:#fff;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-border-radius:5px;
		border: groove 1px #999;
		line-height:20px;
		margin-bottom:3px;
	}
	
	.CareerSegment:hover
	{
		overflow:hidden;
		background-color:#F0F0F0;	
	}

	.CareerSegment-Image
	{
		float:left;
		overflow:hidden;
		width:15%;
		text-align:left;
		padding:10px;
	}
	
	.CareerSegment-Content
	{
		float:left;
		overflow:hidden;
		width:82%;
		text-align:left;
	}
	
	.CareerSegment-Name
	{
		font-size:13px;
		padding:5px;
		overflow:hidden;
		font-weight:bold;
	}
	
	.CareerSegment-Text
	{
		font-size:12px;
		overflow:hidden;
		padding:5px;
		font-weight:normal;
	}
	
	.CareerSegment-Label
	{
		width:15%;
		overflow:hidden;
		float:left;
		font-weight:bold;
	}
	
	.CareerSegment-Control
	{
		width:75%;
		overflow:hidden;
		float:left;
	}

/* END : Career related CSS. */