/*************************************************/
/*********** GLOBAL PARAMETERS *******************/
/*************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
}
input {
	font-family: 'Asap', Helvetica, sans-serif;
	border: medium;
	padding: 3px;
}
textarea {
	font-family: 'Asap', Helvetica, sans-serif;
	border: medium;
	padding : 2px;
}
a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
hr {
	display: block;
	clear: both;
	border: 1px solid #FFF;
	margin-top: 3px;
	margin-bottom: 5px;
}


table {
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

tr {
	border: 1px solid rgba(255, 255, 255, 0.25);
}

td {
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 3px;
}

fieldset {
	border: 1px solid white;
	border-radius: 2px;
	padding: 5px;
}
fieldset legend {
	margin-left: 5px;
	padding: 3px;
}

.noDisplay {
	display: none;
}
.clearFloat {
	float: none;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.caps {
	font-variant: small-caps;
}
.regular {
	font-variant: normal;
}
.italic {
	font-style: italic;
}
.extraLarge {
	font-size: 45px;
}
.veryLarge {
	font-size: 30px;
}
.large {
	font-size: 22px;
}
.medium {
	font-size: 16px;
}
.small {
	font-size: 10pt;
}
.verySmall {
	font-size: 9pt;
}
.indent {
	margin-left: 5px;
}
.center {
    text-align: center;
}
.date {
	font-weight: bold;
}
.hidden {
	display : none;
}
.clickable:hover {
	cursor: pointer;
}

.pink {
	color: #FF0094;
}
.lightPink {
	color: #E771BD;
}
.cyan {
	color: #00AAAD;
}
.blue {
	color: #18A2E7;
}
.red {
    color: #E71400;
}
.orange {
    color: #F79608;
}
.purple {
    color: #A500FF;
}
.green {
    color: #319A31;
}
.lightGreen {
    color: #8CBE21;
}
.amber {
	color: #F0A30A;
}
.cobalt {
	color: #0050EF;
}
.majenta {
	color: #D80073;
}
.brown {
	color: #825A2C;
}
.crimson {
	color: #A20025;
}
.indigo {
	color: #6A00FF;
}



.background_pink {
	background-color: #FF0094;
}
.background_lightPink {
	background-color: #E771BD;
}
.background_cyan {
	background-color: #00AAAD;
}
.background_blue {
	background-color: #18A2E7;
}
.background_red {
    background-color: #E71400;
}
.background_orange {
    background-color: #F79608;
}
.background_purple {
    background-color: #A500FF;
}
.background_green {
    background-color: #319A31;
}
.background_lightGreen {
    background-color: #8CBE21;
}
.background_amber {
	background-color: #F0A30A;
}
.background_cobalt {
	background-color: #0050EF;
}
.background_majenta {
	background-color: #D80073;
}
.background_brown {
	background-color: #825A2C;
}
.background_crimson {
	background-color: #A20025;
}
.background_indigo {
	background-color: #6A00FF;
}

.mediumInput {
	font-size: 15px;
}

.clearFloat {
	clear: both;
}

/*************************************************/
/*********** MENU ********************************/
/*************************************************/


/*********** Title *******************************/

#title {
	font-size: 2em;
	letter-spacing: -0.05em;
	text-align: center;
}
#menu > div:first-child {
	width: 225px;
}
#menu > div:first-child > div{
	width: 225px;
	margin-top: -25px;
}


#titleText {
	font-size: 3pt;
	text-align: center;
	letter-spacing: 0.5em;
}

#leftArea {
	position: fixed;
	top: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	width: 225px;
}


#menu div {
	float:right;
	width: 70px;
	height: 45px;
	padding-top:25px;
	margin: 2px;
}

#menu div:hover {
	background: none;
}

.menu_wide {
	width: 144px !important;
}
.menu_wide img{
	float: right;
	margin-right:10px;
	margin-top: -7px;
}
.menu_wide p{
	float: left;
	margin-left:10px;
}

.menu_wide2 {
	width: 218px !important;
}
.menu_wide2 img{
	float: right;
	margin-right:10px;
	margin-top: -7px;
}
.menu_wide2 p{
	float: left;
	margin-left:10px;
}


#menu > div:last-child {
	width: 225px;	
}
#menu > div:last-child div{
	width: 225px;
	height: 0;	
}

.ui-slider a {
	outline:none;
}
.ui-state-focus {
	outline:none !important;
	border: 1px solid #ddd !important;
}
.ui-state-hover {
	outline:none !important;
	border:1px solid #ddd !important;
}

#messageSlider {
	float: left;
	width: 225px;
	border: 1px solid white;
	border-radius: 3px;
	background-color: white;
	margin-top:20px;
	
	color: #000;
}
#messageSlider>div {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	margin-top:-10px;
	margin-left: 10px;
}



#colorSectorValue {
	display: none;
}
#sliderBackground .ui-slider-range { background: #fff; }

#sliderBackground .ui-slider-handle { 
	border-color: #ddd;
	width: 28px;
	height: 28px;
	top: -9px;
}

#colorSelector>div {
	float: left;
    clear: left;
    margin: 15px;
    width: 185px;
}

/*************************************************/
/*********** CONTENTS ****************************/
/*************************************************/

#contents {
	margin-left: 230px;
	padding-top: 20px;
	min-width: 720px;
}


/*************************************************/
/*********** SECTIONS ****************************/
/*************************************************/

/*********** global ******************************/
#wrapper {
	margin : 10px;
}


/*********** homepage ****************************/
#homepage {
    min-width: 780px;
}

.homepage_box {
	float: left;
	margin: 4px;
	width : 130px;
	height: 130px;
	overflow: hidden;
}

.homepage_box > div {
	font-weight: bold;
	text-align: center;
}

.homepage_box > div:first-child {
	display: none;
	background: rgba(255,255,255,0.25);
	height:65px;
	padding: 0;
	padding-top: 5px;
}

.homepage_box > div:last-child {
	margin-top: 15px;
}

/*********** registration ************************/


#registration {
    text-align: center;
    display: inline-block;
    min-width: 650px;
}

#registration>div:first-child {
    float: left;
    margin-top: 40px;
}
#registration>div:first-child>img {
	margin : 10px;
}

#registration>div:last-child {
    float: left;
    text-align: left;
    margin: 20px;
    margin-top: 80px;
}

#registration input{
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px;
    border: medium;
    border: 2 px solid #000;
    margin-bottom: 8px;
    padding: 9px 7px 10px;
    width: 300px;
    color: #aaaaaa;
}

#registration input:last-child {
    width: 150px;
    margin-left: 165px;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    color: #fff;
}

#registration input:last-child:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/*********** Database ****************************/

#database_section_left {
	float: left;
	width: 150px;
}

.database_section_left_section {
	height: 25px;
	margin: 0 5px 5px 5px;
	padding: 5px;
	text-align: center;
}
.database_section_left_section_selected {
	height: 50px;
	margin: 0 5px 5px 5px;
	padding: 16px 5px 5px 5px;
	text-align: center;
}


.database_section {
	border: 1px solid rgba(255,255,255,0.3);
	width: 168px;
	height: 290px;
	float: left;
    margin: 5px;    
}

.database_section p {
	margin : 5px;
}

.database_section > p:first-child  {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.database_section > div:first-child {
	display: none;
	background: rgba(255,255,255,0.25);
	height:80px;
	padding: 0;
	padding-top: 5px;
}

.database_section img{
	margin:0;
	padding: 0;
	position: relative;
	left: -1px;
}


#database_section_content {
	display: table;
	margin:auto;
	width: 100%;
}

#database_section_content>div:first-child {
	display: table-cell;
}

/* proposal */
#database_section_content>div:last-child {
	display: table-cell;
	width: 340px;
}

#database_section_content>div>a>div{
	margin: 4px;
	padding: 10px;
}


#database_section_content>div:last-child>div:first-child {
	margin:0;
	margin-left: 5px;
	padding: 0;
}

#database_section_content>div:last-child>div {
	margin: 4px;
	padding: 10px;
}

#database_section_content>div:last-child>div>div:first-child {
	width: 310px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#database_section_content>div:last-child>div>div>hr {
	height: 1px;
	border: none;
	background-color: rgba(255,255,255,0.5);
	color: white;
}

#database_section_content>div>a>div:hover {
	background: none;
}


/********** Proposal *******************************/ 

#article_proposal {
	border: 0;
	margin: 0;
}

#article_proposal form>* {
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px;
    border: 0;
    margin-bottom: 8px;
    margin-top: 3px;
    padding: 9px 7px 10px;
    color: #aaa;
    width: 296px;
}

#article_proposal form>textarea {
	height: 100px;
}

#article_proposal form>input[type='submit'] {
	width: 120px;
	background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    color: #fff;
}

#article_proposal form>input[type='submit']:hover {
    background-color: rgba(255, 255, 255, 0.5);
}



#article_proposal p {
	cursor: pointer;
}

/********** Article ********************************/ 

.database_article {
	
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	padding: 5px;
	margin-bottom: 20px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(35%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=0 );	
	
}

.database_article > div {
	border-radius: 3px;
	padding: 5px;
}

.database_article > div:first-child {
	margin : 5px;
}

.database_article .date {
	height: 100px;
	border-left: 1px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin : -5px -5px 3px 3px;
	padding : 3px;
	background: rgba(255,255,255,0.25);
}


/*********** Comments ****************************/

.comments {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.3);
}

.comment {
	margin-top: 10px;
}

.comment>div:last-child {
	margin-left: 15px;
}

#addComment>form {
	margin: 5px;
	display: none;
}
#addComment textarea {
	width: 500px;
	height: 75px;
	border-radius: 2px;
}

#addComment input {
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-border-radius: 1px 1px 1px 1px;
	border-radius: 1px;
	border: medium;
	border: 2 px solid #000;
	margin-bottom: 8px;
	padding: 9px 7px 10px;
}

/*********** code ********************************/

.code {
	font-family: courier-new;
	border-radius: 3px;
	background: rgba(255,255,255,0.25);
	margin: 3px;
	padding: 3px;
}

/*********** Galleries ***************************/

.imagesElement {
	float: left;
	margin: 5px;
	padding: 3px 0px 1px 3px;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
}
.imagesElement img {
	margin-top: 5px;
}
.imagesElement>div:nth-child(2) {
	margin-top: 50px;
	margin-left: 10px;
} 
.imagesElement>div {
	float: left;
	margin-left: 5px;
}
.imagesElement>div:last-child {
	float: left;
	margin: 5px;
}

/************ Blog *******************************/

.blog_post {
	
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	padding: 5px;
	margin-bottom: 20px;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(35%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=0 );	
}

.blog_title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

/********* slider *******************************/



.imageSlider > div:first-child {
	width: 500px;
	height: 400px;
	margin: 15px auto 15px auto;
	overflow: hidden;
}
.imageSlider > div:last-child {
	width: 600px;
	margin: 15px auto 15px auto;
}

.imageSlider_image {
	display:none;
}
.imageSlider_image:first-child {
	display:block;
}
.imageSlider .ui-slider-handle { 
	border-color: #ddd;
	width: 28px !important;
	height: 28px !important;
	top: -9px !important;
}




/*********** quotations **************************/

.quotation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 3px;

}
.quotation>div {
	width: 100%;
}




/************ Search *****************************/


#search form {
	margin-top: 10px;
}

#search input{
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px;
    border: medium;
    border: 2 px solid #000;
    margin-bottom: 8px;
    padding: 9px 7px 10px;
    width: 300px;
    color: #333;
}

#search input:last-child {
    width: 150px;
    margin-left: 165px;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    color: #fff;
}

#search input:last-child:hover {
    background-color: rgba(255, 255, 255, 0.5);
}


/*********** login *******************************/

#login form {
	margin-top: 10px;
}

#login input{
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px;
    border: medium;
    border: 2 px solid #000;
    margin-bottom: 8px;
    padding: 9px 7px 10px;
    width: 300px;
    color: #aaa;
}

#login input:last-child {
    width: 150px;
    margin-left: 165px;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    color: #fff;
}

#login input:last-child:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/*********** Contact *****************************/

#contact form {
	margin-top: 10px;
}

#contact input{
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px;
    border: medium;
    border: 2 px solid #000;
    margin-bottom: 8px;
    padding: 9px 7px 10px;
    width: 500px;
    color: #aaa;
}

#contact input:last-child {
    width: 150px;
    margin-left: 365px;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    color: #fff;
}

#contact input:last-child:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
	
#contact textarea {
	-moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px;
	width: 500px;
	height: 100px;
	margin-bottom: 8px;
    padding: 9px 7px 10px;
    color: #aaa;
}

/*************************************************/
/*********** POPUP *******************************/
/*************************************************/

.popupBackground {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.9;
}

.popup {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 50%;
	margin-top: 75px;
	margin-left: -205px;
	padding: 10px;
}

#small-dialog {
	color: #000;
}


/******************/
/*** rating bar ***/
/******************/

.ratingBar>div {
	width: 15px;
	height: 15px;
	float: left;
	margin: 1px;
	border-radius: 1px;
	border: 1px solid rgba(255,255,255,0.3);
}


.quotation>span {
	position: relative;
	top: -11px;
}