﻿body {
	margin: 0px;
	overflow-y: auto;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position-y: 40%;
}

table {
	border-spacing: 0px;
	width: 100%;
}

#topHeader {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgb(255, 255, 255);
	background-image: url(../../Images/Background13.jpg);
	/*background-color: rgb(10, 0, 35);*/
	background-position: center;
	box-shadow: rgb(0, 0, 0) 0px 0px 5px;
	z-index: 10;
}

.websiteFrame {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.websiteFrameBase {
	/*background-color: rgba(255, 255, 255, 0.45);*/
}

#GenralDetail {
	/*background-color: rgba(128, 128, 128,0.5);*/
	/*background-color:rgb(255, 255, 255);*/
	background-image: url(../../Images/Background14.jpg);
	box-shadow: rgb(0, 0, 0) 0px 0px 4px;
	z-index: 1;
	height: 610px;
}

#QualificationDetail {
	/*background-color: rgba(128, 128, 128,0.5);*/
	background-color: rgb(255, 255, 255);
	background-image: url(../../Images/Background14.jpg);
	box-shadow: rgb(0, 0, 0) 0px 0px 4px;
	z-index: 2;
	height: 610px;
}

#ProjectDetail {
	/*background-color: rgba(128, 128, 128,0.5);*/
	background-color: rgb(255, 255, 255);
	background-image: url(../../Images/Background14.jpg);
	box-shadow: rgb(0, 0, 0) 0px 0px 4px;
	z-index: 3;
	height: 610px;
}

#ProjectScreenShots {
	/*background-color: rgba(128, 128, 128,0.5);*/
	background-color: rgb(255, 255, 255);
	background-image: url(../../Images/Background14.jpg);
	box-shadow: rgb(0, 0, 0) 0px 0px 4px;
	z-index: 4;
	height: 610px;
}

#ProjectVideo {
	/*background-color: rgba(128, 128, 128,0.5);*/
	background-color: rgb(255, 255, 255);
	background-image: url(../../../Images/Background14.jpg);
	box-shadow: rgb(0, 0, 0) 0px 0px 4px;
	z-index: 5;
	height: 610px;
}

#Resume {
	/*background-color: rgba(128, 128, 128,0.5);*/
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(0, 0, 0) 0px 0px 4px;
	background-image: url(../../Images/Background14.jpg);
	z-index: 6;
	height: 610px;
}

.titleBackground {
	/*background-color: rgb(255, 106, 0);*/
	background-image: url(../../Images/Background13.jpg);
	background-position: bottom;
}

.target {
	height: 55px;
}

.edge {
	border-radius: 2px;
}

.contentAlign {
	padding-top: 50px;
	padding-left: 50px;
}

.tableDataTitlePadding {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableDataPadding {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableDataMargin {
	margin: 0px;
}

.tableWidth {
	width: 280px;
}

.textEffectShadow {
	-webkit-text-shadow: 0px 0px 7px rgb(0, 0, 0);
	text-shadow: 0px 0px 7px rgb(0, 0, 0);
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: none;
	background: url(../../Images/TopArrow.png) no-repeat;
}

.downloadButton{
	background-image:url(../../Images/DeleteButton.gif);
}


/*------------------------ADMIN - ADD PAGE -----------------------------------------------------*/


.backgroundColor {
	/*background-color:rgba(128, 128, 128,0.2);*/
}

.fontColor {
	color: rgb(0, 0, 0);
}

#pageStructure {
	/*border:1px solid #808080;*/
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255,0.2);
}

.column {
	/*border:1px solid #ff0000;*/
	float: left;
	width: 240px;
}

.longcolumn {
	/*border:1px solid #ff0000;*/
	float: left;
	width: 400px;
}

.row {
	/*border:1px solid #ff6a00;*/
	height: 30px;
}

.rowLong {
	/*border:1px solid #ff6a00;*/
	height: 80px;
}

/*------------------------------SEARCH PAGE -----------------------------------------*/

.defaultColumnWidth {
	width: 150px;
}

.headerStyleLeft {
	border-top-left-radius: 5px;
}

.headerStyle {
	background-color: #60C8F2;
	color: #039;
	font-weight: normal;
	height: 35px;
	text-align: left;
}

.headerStyleRight {
	border-top-right-radius: 5px;
}

.borderStyle {
	border: none;
}

.content {
	/*background-color: #ECF8FD;*/
	font-size: 14px;
	height: 30px;
	color: #669;
}

	.content:hover {
		background-color: #d2e7f0;
		color: #808080;
	}


.pageNumber {
	border: none;
	color: #fff;
	text-decoration: none;
	/*border:1px solid #60C8F2;*/
}

a {
	/*border: 1px solid #60C8F2;*/
	color: #60C8F2;
	text-decoration: none;
	/*padding-left: 6px;*/
	/*padding-right: 6px;*/
}

	a:hover {
		/*color: #fff;*/
		/*color:#808080;*/
		/*background-color: #60c8f2;*/
	}

/*------------------------------------Admin Panel--------------------------------------------------*/

#AdminTopHeader {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgb(255, 255, 255);
	background-image: url(../../Images/Background13.jpg);
	/*background-color: rgb(10, 0, 35);*/
	background-position: center;
	box-shadow: rgb(0, 0, 0) 0px 0px 5px;
	z-index: 10;
	color:#fff;
	font-family:'Segoe UI Light';
	text-decoration:none;
}

	
#adminPanelPageSize {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#adminPageFooter {
	height: 20px;
	width: 100%;
	background-color: #808080;
}

	#adminPageFooter .contentHolder {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}

#adminDefaultPageStructure {
	width: 100%;
	font-family:'Segoe UI Light';
	/*height:650px;*/
}

	#adminDefaultPageStructure .tableStructure {
		margin: 0px;
		width: 100%;
		border-spacing: 0px;
	}

	#adminDefaultPageStructure .tableLeftSide {
		width: 200px;
	}

	#adminDefaultPageStructure .leftSidePanel {
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #0094ff;
		/*height:600px;*/
		width: 100%;
	}

	#adminDefaultPageStructure .leftSidePanelSeprator {
		border-top-color: gray;
		border-top-style: solid;
		border-top-width: 1px;
		border-right-color: white;
		border-right-width: 25px;
		border-right-style: solid;
	}

#adminAddNewTraineePageStructure {
	width: 100%;
}

	#adminAddNewTraineePageStructure .tableStructure {
		margin: 0px;
		width: 100%;
		border-spacing: 0px;
	}

	#adminAddNewTraineePageStructure .spaceBetweenContent {
		width: 200px;
	}


	/*--------------------Default---------------------------------*/

.buttonDesign{
	width:80px;
	height:23px;
	border:none;
	color:rgb(255, 255, 255);
	background-color:#ff6a00;
}